rpms/straw/F-9 straw.spec,1.15,1.16

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 7 19:26:20 UTC 2008


Author: spot

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

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


Index: straw.spec
===================================================================
RCS file: /cvs/pkgs/rpms/straw/F-9/straw.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- straw.spec	21 Nov 2007 07:51:13 -0000	1.15
+++ straw.spec	7 Jul 2008 19:25:26 -0000	1.16
@@ -5,7 +5,7 @@
 Summary:        Desktop news aggregator
 Name:           straw
 Version:        0.27
-Release:        12%{?dist}
+Release:        13%{?dist}
 License:        GPLv2+
 Group:          Applications/Internet
 URL:            http://www.gnome.org/projects/straw/
@@ -14,7 +14,7 @@
 
 Requires: python >= 2.4
 # fix for python >= 2.5
-%if "%{?fedora}" > "6"
+%if 0%{?fedora} > 6
 BuildRequires: python-devel
 %endif
 Requires: gnome-python2-gnomevfs
@@ -102,6 +102,9 @@
 
 
 %changelog
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.27-13
+- fix conditional comparison
+
 * Wed Nov 21 2007 Alex Lancaster <alexlan at fedoraproject.org> - 0.27-12
 - Resolve Conflict with python-adns
 




More information about the fedora-extras-commits mailing list