rpms/xdotool/F-13 sources,1.7,1.8 xdotool.spec,1.12,1.13

Sven Lankes slankes at fedoraproject.org
Fri Jun 11 16:15:15 UTC 2010


Author: slankes

Update of /cvs/pkgs/rpms/xdotool/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19996

Modified Files:
	sources xdotool.spec 
Log Message:
* Sun Mar 28 2010 Sven Lankes <sven at lank.es> - 1:2.20100602.2915-1
- new upstream release
- add patch from Bruce Jerrick to not segfault when called with unknown command (bz #602946)



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xdotool/F-13/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	28 Feb 2010 13:42:31 -0000	1.7
+++ sources	11 Jun 2010 16:15:14 -0000	1.8
@@ -1 +1 @@
-087bce60ad990115ff6b6a5f7b02812b  xdotool-1.20100227.2679.tar.gz
+feea60df4e5731e5a2607860d3a2727f  xdotool-2.20100602.2915.tar.gz


Index: xdotool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xdotool/F-13/xdotool.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- xdotool.spec	28 Feb 2010 13:42:31 -0000	1.12
+++ xdotool.spec	11 Jun 2010 16:15:14 -0000	1.13
@@ -1,5 +1,5 @@
 Name:           xdotool
-Version:        1.20100227.2679
+Version:        2.20100602.2915
 Epoch:          1
 Release:        1%{?dist}
 Summary:        Fake keyboard/mouse input
@@ -7,6 +7,7 @@ Group:          User Interface/X
 License:        BSD
 URL:            http://www.semicomplete.com/projects/xdotool/
 Source0:        http://semicomplete.googlecode.com/files/%{name}-%{version}.tar.gz
+Patch0:         xdotool-prog-segfault.patch
 
 BuildRequires:  libXtst-devel, libX11-devel
 
@@ -32,6 +33,7 @@ developing applications that use libxdo
 
 %prep
 %setup -q
+%patch0
 
 %build
 export WARNFLAGS="$RPM_OPT_FLAGS"
@@ -69,9 +71,12 @@ rm -rf $RPM_BUILD_ROOT
 %doc examples
 
 %changelog
-* Sun Feb 28 2010 Sven Lankes <sven at lank.es> - 1.20100227.2679-1
-- New upstream release
-- Remove makefile patch (now upstream)
+* Sun Mar 28 2010 Sven Lankes <sven at lank.es> - 1:2.20100602.2915-1
+- new upstream release
+- add patch from Bruce Jerrick to not segfault when called with unknown command (bz #602946)
+
+* Sun Mar 28 2010 Sven Lankes <sven at lank.es> - 1:1.20100318.2737-1
+- new upstream release
 
 * Sun Feb 07 2010 Sven Lankes <sven at lank.es> - 0.20100118.2605-2
 - fix requires for libxdo-devel



More information about the scm-commits mailing list