rpms/synaptics/devel synaptics.spec,1.36,1.37

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Tue Jun 17 14:29:22 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/synaptics/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22043

Modified Files:
	synaptics.spec 
Log Message:
* Tue Jun 17 2008 Adam Jackson <ajax at redhat.com> 0.14.6-9
- Fix %fedora version comparison to be numeric not string.



Index: synaptics.spec
===================================================================
RCS file: /cvs/pkgs/rpms/synaptics/devel/synaptics.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- synaptics.spec	10 Apr 2008 20:29:27 -0000	1.36
+++ synaptics.spec	17 Jun 2008 14:28:33 -0000	1.37
@@ -2,7 +2,7 @@
 
 Name:           synaptics
 Version:        0.14.6
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:        Synaptics Touchpad Driver
 
 Group:          User Interface/X Hardware Support
@@ -51,7 +51,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .delibcwrap
-%if "%{?fedora}" >= "9"
+%if 0%{?fedora} >= 9
 %patch1 -p1 -b .newx
 %endif
 %patch2 -p1 -b .tap
@@ -89,6 +89,9 @@
 %{_mandir}/man?/*
 
 %changelog
+* Tue Jun 17 2008 Adam Jackson <ajax at redhat.com> 0.14.6-9
+- Fix %%fedora version comparison to be numeric not string.
+
 * Thu Apr 10 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.14.6-8
 - Build with $RPM_OPT_FLAGS, fix debuginfo (#249979).
 




More information about the fedora-extras-commits mailing list