rpms/geda-utils/F-9 geda-utils.spec,1.11,1.12

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 7 17:56:31 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/geda-utils/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12194/F-9

Modified Files:
	geda-utils.spec 
Log Message:
fix conditional comparison


Index: geda-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/geda-utils/F-9/geda-utils.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- geda-utils.spec	2 Feb 2008 19:01:03 -0000	1.11
+++ geda-utils.spec	7 Jul 2008 17:55:39 -0000	1.12
@@ -2,7 +2,7 @@
 
 Name:           geda-utils
 Version:        20080127
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 Summary:        Several utilities for the gEDA project
 Group:          Applications/Engineering
@@ -16,7 +16,7 @@
 BuildRequires:  libgeda-devel gawk
 Requires:       geda-symbols
 
-%if "%{?fedora}" > "6"
+%if 0%{?fedora} > 6
 BuildRequires: perl-libs
 %endif
 
@@ -79,6 +79,9 @@
 %{_docdir}/gEDA/readmes/README*
 
 %Changelog
+* Mon Jul 07 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 20080127-2
+- fix conditional comparison
+
 * Tue Feb 01 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 20080127-1
 - New upstream release
 




More information about the scm-commits mailing list