rpms/xorg-x11-server/devel xorg-x11-server.spec, 1.465, 1.466 xserver-1.4.99-pic-libxf86config.patch, 1.1, 1.2

Dave Airlie airlied at fedoraproject.org
Fri Aug 7 11:37:15 UTC 2009


Author: airlied

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

Modified Files:
	xorg-x11-server.spec xserver-1.4.99-pic-libxf86config.patch 
Log Message:
* Fri Aug 07 2009 Dave Airlie <airlied at redhat.com> 1.6.99-30.20090807
- goddamit: reapply picify libxf86config.a hopefully



Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/devel/xorg-x11-server.spec,v
retrieving revision 1.465
retrieving revision 1.466
diff -u -p -r1.465 -r1.466
--- xorg-x11-server.spec	7 Aug 2009 05:49:11 -0000	1.465
+++ xorg-x11-server.spec	7 Aug 2009 11:37:15 -0000	1.466
@@ -19,7 +19,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.6.99
-Release:   29.%{gitdate}%{?dist}
+Release:   30.%{gitdate}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -46,6 +46,7 @@ Source20:  http://svn.exactcode.de/t2/tr
 Source30: find-provides
 #define __find_provides {nil}
 
+Patch5: xserver-1.4.99-pic-libxf86config.patch
 Patch10: xserver-1.6.99-linkmap.patch
 
 # airlied to upstream for 1.7
@@ -513,6 +514,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 07 2009 Dave Airlie <airlied at redhat.com> 1.6.99-30.20090807
+- goddamit: reapply picify libxf86config.a hopefully
+
 * Fri Aug 07 2009 Dave Airlie <airlied at redhat.com> 1.6.99-29.20090807
 - rebase upstream
 - libxf86config.a revenge, brought back .a upstream, doesn't work as .so

xserver-1.4.99-pic-libxf86config.patch:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: xserver-1.4.99-pic-libxf86config.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/devel/xserver-1.4.99-pic-libxf86config.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- xserver-1.4.99-pic-libxf86config.patch	2 Nov 2007 17:15:11 -0000	1.1
+++ xserver-1.4.99-pic-libxf86config.patch	7 Aug 2009 11:37:15 -0000	1.2
@@ -1,25 +1,18 @@
-From 6344659a33a7c192dffe6e796c771d02f78da5e5 Mon Sep 17 00:00:00 2001
+From 4306b434038de7e2b17d3c4a6cfd87db469d3bda Mon Sep 17 00:00:00 2001
 From: Adam Jackson <ajax at redhat.com>
-Date: Thu, 1 Nov 2007 15:02:24 -0400
+Date: Mon, 10 Dec 2007 11:26:57 -0500
 Subject: [PATCH] Build libxf86config with -fPIC.
 
----
- hw/xfree86/parser/Makefile.am |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
 diff --git a/hw/xfree86/parser/Makefile.am b/hw/xfree86/parser/Makefile.am
-index 849ee8b..0691158 100644
+index b8fab28..ed831c9 100644
 --- a/hw/xfree86/parser/Makefile.am
 +++ b/hw/xfree86/parser/Makefile.am
-@@ -25,7 +25,7 @@ libxf86config_a_SOURCES = \
- 	DRI.c \
- 	Extensions.c
+@@ -33,7 +33,7 @@ libxf86config_a_SOURCES = \
+ 	$(INTERNAL_SOURCES)
+ libxf86config_a_CFLAGS = $(AM_CFLAGS)
  
 -AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
 +AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) -fPIC -fvisibility=hidden
  
  EXTRA_DIST = \
  	Configint.h \
--- 
-1.5.3.4
-




More information about the fedora-extras-commits mailing list