rpms/xorg-x11-server/devel make-git-snapshot.sh, 1.8, 1.9 xorg-x11-server.spec, 1.469, 1.470 xserver-1.6.99-show-ugly-cursor.patch, 1.1, NONE

Adam Jackson ajax at fedoraproject.org
Tue Aug 11 18:27:34 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-server/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22096

Modified Files:
	make-git-snapshot.sh xorg-x11-server.spec 
Removed Files:
	xserver-1.6.99-show-ugly-cursor.patch 
Log Message:
* Tue Aug 11 2009 Adam Jackson <ajax at redhat.com> 1.6.99-33.20090807
- xserver-1.6.99-show-ugly-cursor.patch: Drop, gtk bug found.



Index: make-git-snapshot.sh
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/devel/make-git-snapshot.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- make-git-snapshot.sh	19 Jun 2009 07:03:32 -0000	1.8
+++ make-git-snapshot.sh	11 Aug 2009 18:27:34 -0000	1.9
@@ -13,5 +13,5 @@ fi
 git log | head -1 | awk '{ print $2 }' > ../commitid
 git repack -a -d
 cd ..
-tar jcf $DIRNAME.tar.bz2 $DIRNAME
+tar cf - $DIRNAME | xz -c9 > $DIRNAME.tar.xz
 rm -rf $DIRNAME


Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/devel/xorg-x11-server.spec,v
retrieving revision 1.469
retrieving revision 1.470
diff -u -p -r1.469 -r1.470
--- xorg-x11-server.spec	11 Aug 2009 04:13:12 -0000	1.469
+++ xorg-x11-server.spec	11 Aug 2009 18:27:34 -0000	1.470
@@ -19,7 +19,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.6.99
-Release:   32.%{gitdate}%{?dist}
+Release:   33.%{gitdate}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -83,9 +83,6 @@ Patch6029: xserver-1.6.1-proc-cmdline.pa
 Patch6030: xserver-1.6.99-right-of.patch
 Patch6031: xserver-1.6.99-dri2-crash-fixes.patch
 
-# ajax, please fix me
-Patch9000: xserver-1.6.99-show-ugly-cursor.patch
-
 %define moduledir	%{_libdir}/xorg/modules
 %define drimoduledir	%{_libdir}/dri
 %define sdkdir		%{_includedir}/xorg
@@ -511,6 +508,9 @@ rm -rf $RPM_BUILD_ROOT
 %{xserver_source_dir}
 
 %changelog
+* Tue Aug 11 2009 Adam Jackson <ajax at redhat.com> 1.6.99-33.20090807
+- xserver-1.6.99-show-ugly-cursor.patch: Drop, gtk bug found.
+
 * Tue Aug 11 2009 Dave Airlie <airlied at redhat.com> 1.6.99-32.20090807
 - update to latest -git for EXA fixes
 


--- xserver-1.6.99-show-ugly-cursor.patch DELETED ---




More information about the fedora-extras-commits mailing list