rpms/vala/F-8 .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 vala.spec, 1.26, 1.27

Michel Alexandre Salim salimma at fedoraproject.org
Sun Dec 14 04:05:07 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/vala/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1618/F-8

Modified Files:
	.cvsignore sources vala.spec 
Log Message:
* Sat Dec 13 2008 Michel Salim <salimma at fedoraproject.org> - 0.5.2-2
- Use buildsystem variables to determine available Emacs version



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-8/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	23 Aug 2008 03:04:51 -0000	1.14
+++ .cvsignore	14 Dec 2008 04:04:37 -0000	1.15
@@ -1 +1 @@
-vala-0.3.5.tar.bz2
+vala-0.5.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-8/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	23 Aug 2008 03:04:51 -0000	1.14
+++ sources	14 Dec 2008 04:04:37 -0000	1.15
@@ -1 +1 @@
-ac2b5ab509dfabd923d0ed89df2c7c47  vala-0.3.5.tar.bz2
+e5b2ee7a4ff5f551a278e64a3e502f50  vala-0.5.2.tar.bz2


Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-8/vala.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- vala.spec	23 Aug 2008 03:04:51 -0000	1.26
+++ vala.spec	14 Dec 2008 04:04:37 -0000	1.27
@@ -1,5 +1,12 @@
 %if %($(pkg-config emacs) ; echo $?)
+%if 0%{?rhel}
+%define emacs_version 21.4
+%endif
+%if 0%{?fedora} < 9
+%define emacs_version 22.1
+%else
 %define emacs_version 22.2
+%endif
 %define emacs_lispdir %{_datadir}/emacs/site-lisp
 %define emacs_startdir %{_datadir}/emacs/site-lisp/site-start.d
 %else
@@ -9,15 +16,15 @@
 %endif
 
 Name:           vala
-Version:        0.3.5
-Release:        1%{?dist}
+Version:        0.5.2
+Release:        2%{?dist}
 Summary:        A modern programming language for GNOME
 
 Group:          Development/Languages
 # Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
 License:        LGPLv2+ and BSD
 URL:            http://live.gnome.org/Vala
-Source0:        http://download.gnome.org/sources/vala/0.3/vala-%{version}.tar.bz2
+Source0:        http://download.gnome.org/sources/vala/0.5/vala-%{version}.tar.bz2
 Source1:	vala-mode.el
 Source2:	vala-init.el
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -122,6 +129,11 @@
 emacs -batch -f batch-byte-compile vala-mode.el
 
 
+# checks currently utilize installed Vala, not the one being compiled
+#%check
+#make check
+
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -168,31 +180,40 @@
 
 %files -n emacs-vala
 %defattr(-,root,root,-)
-%{emacs_lispdir}/*
+%{emacs_lispdir}/*.el*
 %{emacs_startdir}/*
 
 
 
 %changelog
-* Fri Aug 22 2008 Michel Alexandre Salim <salimma at fedoraproject.org> - 0.3.5-1
+* Sat Dec 13 2008 Michel Salim <salimma at fedoraproject.org> - 0.5.2-2
+- Use buildsystem variables to determine available Emacs version
+
+* Sat Dec 13 2008 Michel Salim <salimma at fedoraproject.org> - 0.5.2-1
+- Update to 0.5.2
+
+* Sun Nov 23 2008 Michel Salim <salimma at fedoraproject.org> - 0.5.1-1
+- Update to 0.5.1
+
+* Fri Aug 22 2008 Michel Salim <salimma at fedoraproject.org> - 0.3.5-1
 - Update to 0.3.5
 
-* Tue Jul 15 2008 Michel Alexandre Salim <salimma at fedoraproject.org> - 0.3.4-2
+* Tue Jul 15 2008 Michel Salim <salimma at fedoraproject.org> - 0.3.4-2
 - Add vala-mode for editing Vala code in Emacs
 
 * Tue Jul  1 2008 Lennart Poettering <lpoetter at redhat.com> - 0.3.4-1
 - Update to 0.3.4
 
-* Wed Jun  4 2008 Michel Alexandre Salim <salimma at fedoraproject.org> - 0.3.3-1
+* Wed Jun  4 2008 Michel Salim <salimma at fedoraproject.org> - 0.3.3-1
 - Update to 0.3.3
 
-* Fri May 16 2008 Michel Alexandre Salim <salimma at fedoraproject.org> - 0.3.2-1
+* Fri May 16 2008 Michel Salim <salimma at fedoraproject.org> - 0.3.2-1
 - Update to 0.3.2
 
-* Thu Apr 10 2008 Michel Alexandre Salim <salimma at fedoraproject.org> - 0.2.0-1
+* Thu Apr 10 2008 Michel Salim <salimma at fedoraproject.org> - 0.2.0-1
 - Update to 0.2.0
 
-* Wed Mar  5 2008 Michel Alexandre Salim <michel.sylvan at gmail.com> - 0.1.7-1
+* Wed Mar  5 2008 Michel Salim <salimma at fedoraproject.org> - 0.1.7-1
 - Update to 0.1.7
 - -tool subpackage now requires gnome-common, intltool and libtoolize
   for out-of-the-box vala-gen-project support
@@ -200,58 +221,58 @@
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.1.6-2
 - Autorebuild for GCC 4.3
 
-* Sat Jan 19 2008 Michel Alexandre Salim <michel.sylvan at gmail.com> - 0.1.6-1
+* Sat Jan 19 2008 Michel Salim <salimma at fedoraproject.org> - 0.1.6-1
 - Update to 0.1.6
 - Revert vapi addition, needed declarations have been inlined (r846)
 - Rename -docs subpackage to -doc, to comply with guidelines
 
-* Tue Jan 15 2008 Michel Alexandre Salim <michel.sylvan at gmail.com> - 0.1.5-5
+* Tue Jan 15 2008 Michel Salim <salimma at fedoraproject.org> - 0.1.5-5
 - Manually add Gee vapi file to package (bz #428692)
 
-* Tue Dec  4 2007 Michel Alexandre Salim <michel.sylvan at gmail.com> - 0.1.5-4
+* Tue Dec  4 2007 Michel Salim <salimma at fedoraproject.org> - 0.1.5-4
 - Backport patch to autodetect location of automake shared files
 
-* Tue Dec  4 2007 Michel Alexandre Salim <michel.sylvan at gmail.com> - 0.1.5-3
+* Tue Dec  4 2007 Michel Salim <salimma at fedoraproject.org> - 0.1.5-3
 - Add build dependency on gtk2-devel
 
-* Tue Dec  4 2007 Michel Alexandre Salim <michel.sylvan at gmail.com> - 0.1.5-2
+* Tue Dec  4 2007 Michel Salim <salimma at fedoraproject.org> - 0.1.5-2
 - Enable project generator tool
 
-* Tue Nov 27 2007 Michel Alexandre Salim <michel.sylvan at gmail.com> - 0.1.5-1
+* Tue Nov 27 2007 Michel Salim <salimma at fedoraproject.org> - 0.1.5-1
 - Update to 0.1.5
 
-* Sun Nov 11 2007 Michel Alexandre Salim <michel.sylvan at gmail.com> - 0.1.4-2
+* Sun Nov 11 2007 Michel Salim <salimma at fedoraproject.org> - 0.1.4-2
 - Add build dependency on devhelp
 
-* Fri Oct 19 2007 Michel Alexandre Salim <michel.sylvan at gmail.com> - 0.1.4-1
+* Fri Oct 19 2007 Michel Salim <salimma at fedoraproject.org> - 0.1.4-1
 - Update to 0.1.4
 - Put newly-added documentation in its own subpackage (depends on devhelp)
 
-* Mon Sep 17 2007 Michel Alexandre Salim <michel.sylvan at gmail.com> - 0.1.3-5
+* Mon Sep 17 2007 Michel Salim <salimma at fedoraproject.org> - 0.1.3-5
 - vapigen subpackage: add missing Require: on perl-XML-Twig
 
-* Sat Sep  8 2007 Michel Alexandre Salim <michel.sylvan at gmail.com> - 0.1.3-4
+* Sat Sep  8 2007 Michel Salim <salimma at fedoraproject.org> - 0.1.3-4
 - Split -vapigen subpackage. It is functionally self-contained and the license
   is more restricted
 - Updated license declarations
 
-* Wed Sep  5 2007 Michel Alexandre Salim <michel.sylvan at gmail.com> - 0.1.3-3
+* Wed Sep  5 2007 Michel Salim <salimma at fedoraproject.org> - 0.1.3-3
 - Licensing and URL updates
 
-* Tue Sep  4 2007 Michel Alexandre Salim <michel.sylvan at gmail.com> - 0.1.3-2
+* Tue Sep  4 2007 Michel Salim <salimma at fedoraproject.org> - 0.1.3-2
 - Enable binding generation tools
 
-* Sun Sep  2 2007 Michel Alexandre Salim <michel.sylvan at gmail.com> - 0.1.3-1
+* Sun Sep  2 2007 Michel Salim <salimma at fedoraproject.org> - 0.1.3-1
 - Update to 0.1.3
 
-* Sun Mar 25 2007 Michel Alexandre Salim <michel.salim at gmail.com> - 0.0.8-1
+* Sun Mar 25 2007 Michel Salim <salimma at fedoraproject.org> - 0.0.8-1
 - Update to 0.0.8
 
-* Wed Mar  7 2007 Michel Alexandre Salim <michel.salim at gmail.com> - 0.0.7-1
+* Wed Mar  7 2007 Michel Salim <salimma at fedoraproject.org> - 0.0.7-1
 - Update to 0.0.7
 
-* Wed Feb 28 2007 Michel Alexandre Salim <michel.salim at gmail.com> - 0.0.6-1
+* Wed Feb 28 2007 Michel Salim <salimma at fedoraproject.org> - 0.0.6-1
 - Update to 0.0.6
 
-* Mon Nov  6 2006 Michel Alexandre Salim <michel.salim at gmail.com> - 0.0.5-1
+* Mon Nov  6 2006 Michel Salim <salimma at fedoraproject.org> - 0.0.5-1
 - Initial package




More information about the fedora-extras-commits mailing list