rpms/vala/EL-5 .cvsignore, 1.18, 1.19 sources, 1.18, 1.19 vala.spec, 1.27, 1.28

Michel Alexandre Salim salimma at fedoraproject.org
Wed Jan 28 06:33:38 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/vala/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3004/EL-5

Modified Files:
	.cvsignore sources vala.spec 
Log Message:
* Tue Jan 27 2009 Michel Salim <salimma at fedoraproject.org> - 0.5.6-1
- Update to 0.5.6



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vala/EL-5/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	17 Dec 2008 17:17:34 -0000	1.18
+++ .cvsignore	28 Jan 2009 06:33:07 -0000	1.19
@@ -1 +1 @@
-vala-0.5.2.tar.bz2
+vala-0.5.6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vala/EL-5/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	17 Dec 2008 17:17:34 -0000	1.18
+++ sources	28 Jan 2009 06:33:07 -0000	1.19
@@ -1 +1 @@
-e5b2ee7a4ff5f551a278e64a3e502f50  vala-0.5.2.tar.bz2
+c4e3d285ffacd6c5971788215588420b  vala-0.5.6.tar.bz2


Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/EL-5/vala.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- vala.spec	19 Dec 2008 18:29:02 -0000	1.27
+++ vala.spec	28 Jan 2009 06:33:07 -0000	1.28
@@ -1,5 +1,14 @@
 %if %($(pkg-config emacs) ; echo $?)
+%if 0%{?rhel}
+%define emacs_version 21.4
+%else
+%if 0%{?fedora} < 9
 %define emacs_version 22.1
+%else
+# This will get overridden by pkg-config; defaulting to the version in F9
+%define emacs_version 22.2
+%endif
+%endif
 %define emacs_lispdir %{_datadir}/emacs/site-lisp
 %define emacs_startdir %{_datadir}/emacs/site-lisp/site-start.d
 %else
@@ -9,8 +18,8 @@
 %endif
 
 Name:           vala
-Version:        0.5.2
-Release:        4%{?dist}
+Version:        0.5.6
+Release:        1%{?dist}
 Summary:        A modern programming language for GNOME
 
 Group:          Development/Languages
@@ -18,11 +27,7 @@
 License:        LGPLv2+ and BSD
 URL:            http://live.gnome.org/Vala
 Source0:        http://download.gnome.org/sources/vala/0.5/vala-%{version}.tar.bz2
-%if 0%{?rhel}
-Source1:	vala-mode.rhel.el
-%else
 Source1:	vala-mode.el
-%endif
 Source2:	vala-init.el
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -104,11 +109,7 @@
 Summary:        Vala mode for Emacs
 Group:          Applications/Editors
 License:        GPLv2+
-%if 0%{?rhel}
-Requires:       emacs >= 21.4
-%else
-Requires:	emacs(bin) >= %{emacs_version}
-%endif
+Requires:       emacs(bin) >= %{emacs_version}
 
 
 %description -n emacs-vala
@@ -126,7 +127,7 @@
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags}
 # Compile emacs module
-mkdir emacs-vala && cd emacs-vala && cp -p %{SOURCE1} vala-mode.el
+mkdir emacs-vala && cd emacs-vala && cp -p %{SOURCE1} .
 emacs -batch -f batch-byte-compile vala-mode.el
 
 
@@ -187,9 +188,11 @@
 
 
 %changelog
-* Fri Dec 19 2008 Michel Salim <salimma at fedoraproject.org> - 0.5.2-4
-- [RHEL/emacs-vala] depend on emacs, not emacs-bin
-- [RHEL/emacs-vala] compatibility fix
+* Tue Jan 27 2009 Michel Salim <salimma at fedoraproject.org> - 0.5.6-1
+- Update to 0.5.6
+
+* Tue Dec 16 2008 Michel Salim <salimma at fedoraproject.org> - 0.5.3-1
+- Update to 0.5.3
 
 * Mon Dec 15 2008 Michel Salim <salimma at fedoraproject.org> - 0.5.2-3
 - Fix bug in Emacs version detection




More information about the fedora-extras-commits mailing list