rpms/xorg-x11-server/devel xorg-x11-server.spec,1.467,1.468

Adam Jackson ajax at fedoraproject.org
Tue Aug 11 00:02:08 UTC 2009


Author: ajax

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

Modified Files:
	xorg-x11-server.spec 
Log Message:
* Mon Aug 10 2009 Adam Jackson <ajax at redhat.com> 1.6.99-31.20090807
- Move libxf86config.a back to -server-devel
- xserver-1.6.99-show-ugly-cursor.patch: Un-suppress the initial root cursor
  hiding until we figure out what's wrong with gtk in anaconda.



Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/devel/xorg-x11-server.spec,v
retrieving revision 1.467
retrieving revision 1.468
diff -u -p -r1.467 -r1.468
--- xorg-x11-server.spec	10 Aug 2009 11:39:55 -0000	1.467
+++ xorg-x11-server.spec	11 Aug 2009 00:02:08 -0000	1.468
@@ -19,7 +19,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.6.99
-Release:   30.%{gitdate}%{?dist}
+Release:   31.%{gitdate}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -82,6 +82,8 @@ 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
@@ -270,6 +272,12 @@ Requires: xorg-x11-proto-devel
 Requires: pkgconfig pixman-devel libpciaccess-devel
 # Virtual provide for transition.  Delete me someday.
 Provides: xorg-x11-server-sdk = %{version}-%{release}
+# XXX doublecheck me
+Provides: libxf86config = %{version}-%{release}
+Obsoletes: libxf86config < 1.6.99-29
+Provides: libxf86config-devel = %{version}-%{release}
+Obsoletes: libxf86config-devel < 1.6.99-29
+
 
 %description devel
 The SDK package provides the developmental files which are necessary for
@@ -286,21 +294,6 @@ BuildArch: noarch
 %description source
 Xserver source code needed to build VNC server (Xvnc)
 
-%package -n libxf86config-static-devel
-Summary: Xorg configuration parser library development files
-Group: Development/Libraries
-Requires: xorg-x11-server-devel = %{version}-%{release}
-Provides: libxf86config-static
-
-Requires: xorg-x11-server-Xorg > 1.6.99-29
-Provides: libxf86config = %{version}-%{release}
-Obsoletes: libxf86config < 1.6.99-29
-Provides: libxf86config-devel = %{version}-%{release}
-Obsoletes: libxf86config-devel < 1.6.99-29
-
-%description -n libxf86config-static-devel
-Xorg configuration parser library development files (static library)
-
 %prep
 %setup -q -n %{pkgname}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
 
@@ -508,6 +501,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_includedir}/xorg
 %{sdkdir}/*.h
 %{_datadir}/aclocal/xorg-server.m4
+%{_libdir}/libxf86config.a
 %endif
 
 
@@ -515,11 +509,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-, root, root, -)
 %{xserver_source_dir}
 
-%files -n libxf86config-static-devel
-%defattr(-, root, root, -)
-%{_libdir}/libxf86config.a
-
 %changelog
+* Mon Aug 10 2009 Adam Jackson <ajax at redhat.com> 1.6.99-31.20090807
+- Move libxf86config.a back to -server-devel
+- xserver-1.6.99-show-ugly-cursor.patch: Un-suppress the initial root cursor
+  hiding until we figure out what's wrong with gtk in anaconda.
+
 * Fri Aug 07 2009 Dave Airlie <airlied at redhat.com> 1.6.99-30.20090807
 - goddamit: reapply picify libxf86config.a hopefully
 




More information about the scm-commits mailing list