From e9c8e2f1b9eadf43e6ee0651627039d9f4d05e94 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 7 Aug 2009 05:48:12 +0000 Subject: [PATCH] * Fri Aug 07 2009 Dave Airlie 1.6.99-29.20090807 - rebase upstream - libxf86config.a revenge, brought back .a upstream, doesn't work as .so --- .cvsignore | 2 +- commitid | 2 +- sources | 2 +- xorg-x11-server.spec | 27 ++++++++------------------- 4 files changed, 11 insertions(+), 22 deletions(-) diff --git a/.cvsignore b/.cvsignore index 364ae46..9530d9c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xorg-server-20090804.tar.bz2 +xorg-server-20090807.tar.bz2 diff --git a/commitid b/commitid index 1220411..d329505 100644 --- a/commitid +++ b/commitid @@ -1 +1 @@ -736f2d64725c6df8413e627bd40ce7ecb011acc7 +e94c7c42ce9d6a194b76ba7e8b3904b180f93a1b diff --git a/sources b/sources index a226fbf..22bd8f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7588aa54124e59be6989a9f70d935d0a xorg-server-20090804.tar.bz2 +13b6f940d5b27fe39fbd6bfbd5801983 xorg-server-20090807.tar.bz2 diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 8535f74..eab3b4b 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -1,4 +1,4 @@ -# This package is an experiment in active integration of upstream SCM with +9 This package is an experiment in active integration of upstream SCM with # Fedora packaging. It works something like this: # # The "pristine" source is actually a git repo (with no working checkout). @@ -14,12 +14,12 @@ # Fix rhpxl to no longer need vesamodes/extramodes %define pkgname xorg-server -%define gitdate 20090804 +%define gitdate 20090807 Summary: X.Org X11 X server Name: xorg-x11-server Version: 1.6.99 -Release: 28.%{gitdate}%{?dist} +Release: 29.%{gitdate}%{?dist} URL: http://www.x.org License: MIT Group: User Interface/X @@ -267,7 +267,6 @@ Obsoletes: xorg-x11-sdk xorg-x11-server-sdk Requires: xorg-x11-util-macros Requires: xorg-x11-proto-devel Requires: pkgconfig pixman-devel libpciaccess-devel -Provides: libxf86config-devel = %{version}-%{release} # Virtual provide for transition. Delete me someday. Provides: xorg-x11-server-sdk = %{version}-%{release} @@ -286,17 +285,9 @@ BuildArch: noarch %description source Xserver source code needed to build VNC server (Xvnc) -%package -n libxf86config -Summary: Xorg configuration parser library -Group: System Environment/Libraries - -%description -n libxf86config -Xorg configuration parser library - %package -n libxf86config-devel Summary: Xorg configuration parser library development files Group: Development/Libraries -Requires: libxf86config = %{version}-%{release} Requires: xorg-x11-server-devel = %{version}-%{release} %description -n libxf86config-devel @@ -516,18 +507,16 @@ rm -rf $RPM_BUILD_ROOT %defattr(-, root, root, -) %{xserver_source_dir} - -%files -n libxf86config -%defattr(-, root, root, -) -%{_libdir}/libxf86config.so.0* - - %files -n libxf86config-devel %defattr(-, root, root, -) -%{_libdir}/libxf86config.so +%{_libdir}/libxf86config.a %changelog +* Fri Aug 07 2009 Dave Airlie 1.6.99-29.20090807 +- rebase upstream +- libxf86config.a revenge, brought back .a upstream, doesn't work as .so + * Thu Aug 06 2009 Adam Jackson 1.6.99-28.20090804 - xserver-1.6.99-dri2-crash-fixes.patch: don't cough and die just because the driver had the gall not to register a SwapBuffers handler.