rpms/synergy-plus/devel synergy-plus.spec,1.4,1.5

Matthias Saou thias at fedoraproject.org
Thu Jul 8 10:44:26 UTC 2010


Author: thias

Update of /cvs/extras/rpms/synergy-plus/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17776/devel

Modified Files:
	synergy-plus.spec 
Log Message:
Don't apply the RHEL patch on RHEL6, only 4 and 5.



Index: synergy-plus.spec
===================================================================
RCS file: /cvs/extras/rpms/synergy-plus/devel/synergy-plus.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- synergy-plus.spec	8 Dec 2009 12:53:47 -0000	1.4
+++ synergy-plus.spec	8 Jul 2010 10:44:26 -0000	1.5
@@ -1,7 +1,7 @@
 Summary: Mouse and keyboard sharing utility
 Name: synergy-plus
 Version: 1.3.4
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 URL: http://code.google.com/p/synergy-plus/
@@ -30,7 +30,7 @@ Synergy, which hasn't received any sourc
 
 %prep
 %setup -q
-%if 0%{?rhel}
+%if 0%{?rhel} >= 4 && 0%{?rhel} < 6
 %patch0 -p1
 %endif
 # Remove spurious executable bit from sources files
@@ -61,6 +61,9 @@ find . -type f -name '*.cpp' -exec chmod
 
 
 %changelog
+* Thu Jul  8 2010 Matthias Saou <http://freshrpms.net/> 1.3.4-6
+- Don't apply the RHEL patch on RHEL6, only 4 and 5.
+
 * Mon Dec  7 2009 Matthias Saou <http://freshrpms.net/> 1.3.4-5
 - Obsolete synergy (last upstream released version is from 2006) since synergy+
   is a drop-in replacement (#538179).



More information about the scm-commits mailing list