rpms/agave/F-9 agave.spec,1.12,1.13

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 7 16:51:15 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/agave/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31103/F-9

Modified Files:
	agave.spec 
Log Message:
fix conditional comparison


Index: agave.spec
===================================================================
RCS file: /cvs/pkgs/rpms/agave/F-9/agave.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- agave.spec	27 Mar 2008 15:42:32 -0000	1.12
+++ agave.spec	7 Jul 2008 16:50:16 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           agave
 Version:        0.4.2
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Generate a variety of colorschemes from a single starting color
 
 Group:          Applications/Multimedia
@@ -15,7 +15,7 @@
 BuildRequires:  cppunit-devel, gnome-vfsmm26-devel, boost-devel, gconfmm26-devel
 BuildRequires:  gettext, gnome-doc-utils, libglademm24-devel
 BuildRequires:  scrollkeeper
-%if "%{fedora}" >= "5"
+%if 0%{?fedora} >= 5
 BuildRequires:  libSM-devel
 %endif
 
@@ -121,6 +121,9 @@
 
 
 %changelog
+* Mon JUl  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.4.2-8
+- fix conditional comparison
+
 * Thu Mar 27 2008 Christopher Aillon <caillon at redhat.com> - 0.4.2-7
 - Actually build against GCC 4.3
 




More information about the scm-commits mailing list