rpms/synergy/FC-3 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 synergy.spec, 1.5, 1.6

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Aug 3 16:22:59 UTC 2005


Author: thias

Update of /cvs/extras/rpms/synergy/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12831/FC-3

Modified Files:
	.cvsignore sources synergy.spec 
Log Message:
Update to 1.2.3.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/synergy/FC-3/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	31 Jan 2005 17:44:34 -0000	1.4
+++ .cvsignore	3 Aug 2005 16:22:57 -0000	1.5
@@ -1 +1 @@
-synergy-1.2.2.tar.gz
+synergy-1.2.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/synergy/FC-3/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	31 Jan 2005 17:44:34 -0000	1.4
+++ sources	3 Aug 2005 16:22:57 -0000	1.5
@@ -1 +1 @@
-d43fe74fc3aeb541bb38f0dceaffebb4  synergy-1.2.2.tar.gz
+76914a4e62603647eb82bd68017e623d  synergy-1.2.3.tar.gz


Index: synergy.spec
===================================================================
RCS file: /cvs/extras/rpms/synergy/FC-3/synergy.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- synergy.spec	31 Jan 2005 17:44:34 -0000	1.5
+++ synergy.spec	3 Aug 2005 16:22:57 -0000	1.6
@@ -1,13 +1,14 @@
 Summary: Mouse and keyboard sharing utility
 Name: synergy
-Version: 1.2.2
-Release: 1
+Version: 1.2.3
+Release: 1%{?dist}
 License: GPL
 Group: System Environment/Daemons
 URL: http://synergy2.sourceforge.net/
 Source: http://dl.sf.net/synergy2/%{name}-%{version}.tar.gz
+Patch: synergy-1.2.2-werror.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: gcc-c++, XFree86-devel
+BuildRequires: gcc-c++, xorg-x11-devel, autoconf
 
 %description
 Synergy lets you easily share a single mouse and keyboard between
@@ -19,6 +20,8 @@
 
 %prep
 %setup
+%patch -p1 -b .werror
+%{__autoconf}
 
 
 %build
@@ -44,6 +47,16 @@
 
 
 %changelog
+* Wed Aug  3 2005 Matthias Saou <http://freshrpms.net/> 1.2.3-1
+- Update to 1.2.3, -Werror patch still required (only for warn_unused_result
+  anyway).
+
+* Wed May  4 2005 Matthias Saou <http://freshrpms.net/> 1.2.2-3
+- Rebuild (my bad with CVS "make tag", I guess).
+
+* Sun Apr 17 2005 Matthias Saou <http://freshrpms.net/> 1.2.2-2
+- Disable -Werror as build fails with gcc4 otherwise (temporary fix).
+
 * Mon Jan 31 2005 Matthias Saou <http://freshrpms.net/> 1.2.2-1
 - Update to 1.2.2.
 




More information about the scm-commits mailing list