Hello community,

here is the log from the commit of package xorg-x11-libs for openSUSE:Factory
checked in at Thu Sep 1 17:18:43 CEST 2011.



--------
--- xorg-x11-libs/xorg-x11-libs.changes 2011-05-31 11:14:51.000000000 +0200
+++ /mounts/work_src_done/STABLE/xorg-x11-libs/xorg-x11-libs.changes    
2011-08-30 15:14:10.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Aug 30 13:04:47 UTC 2011 - [email protected]
+
+- split off libpciaccess to avoid build cycles; latest intel driver
+  now buildrequires libpciaccess
+
+-------------------------------------------------------------------
+Mon Jun 20 16:29:40 UTC 2011 - [email protected]
+
+- Don't delete .la files for SLE11-SP1
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  libpciaccess-0.12.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xorg-x11-libs.spec ++++++
--- /var/tmp/diff_new_pack.8JvF1P/_old  2011-09-01 17:18:10.000000000 +0200
+++ /var/tmp/diff_new_pack.8JvF1P/_new  2011-09-01 17:18:10.000000000 +0200
@@ -34,7 +34,7 @@
 #
 Url:            http://xorg.freedesktop.org/
 Version:        7.6
-Release:        19
+Release:        21
 License:        GPLv2+ ; MIT License (or similar)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Group:          System/Libraries
@@ -68,7 +68,6 @@
 Source29:       libvnc-20070501.tar.bz2
 Source30:       libXcliplist-20070501.tar.bz2
 Source31:       xcb-util-0.3.6.tar.bz2
-Source33:       libpciaccess-0.12.0.tar.bz2
 Source90:       baselibs.conf
 Patch2:         libXft-2.1.7-lcd-filter-2.patch
 Patch5:         libxkbui.diff
@@ -145,75 +144,6 @@
     Suhaib Siddiqi
     Susan Angebrandt
 
-%package -n libpciaccess0
-License:        MIT License (or similar)
-Summary:        pciaccess library
-Group:          System/Libraries
-Provides:       xorg-x11-libs:/usr/X11R6/%{_lib}/usr/lib64/libpciaccess.so.0
-AutoReqProv:    on
-
-%description -n libpciaccess0
-pciaccess library.
-
-
-
-Authors:
---------
-    
-    Apple Computer Corporation
-    Dave Lemke
-    David Dawes
-    Derek Wang
-    Frank Giessler
-    Jim Gettys
-    Juliusz Chroboczek
-    Jungshik Shin
-    Keith Packard
-    Kensuke Matsuzaki
-    Marc La France
-    Mark Leisher
-    Noah Levitt
-    Phil Karlton
-    Ralf Habacker
-    Shunsuke Akiyama
-    Suhaib Siddiqi
-    Susan Angebrandt
-
-%package -n libpciaccess0-devel
-License:        MIT License (or similar)
-Summary:        Include Files and Libraries mandatory for X11 Development
-Group:          Development/Libraries/X11
-Provides:       xorg-x11-devel:/usr/X11R6/%{_lib}/usr/lib64/libpciaccess.so
-Requires:       libpciaccess0
-
-%description -n libpciaccess0-devel
-This package contains all necessary include files and libraries needed
-to develop X11 applications that require these.
-
-
-
-Authors:
---------
-    
-    Apple Computer Corporation
-    Dave Lemke
-    David Dawes
-    Derek Wang
-    Frank Giessler
-    Jim Gettys
-    Juliusz Chroboczek
-    Jungshik Shin
-    Keith Packard
-    Kensuke Matsuzaki
-    Marc La France
-    Mark Leisher
-    Noah Levitt
-    Phil Karlton
-    Ralf Habacker
-    Shunsuke Akiyama
-    Suhaib Siddiqi
-    Susan Angebrandt
-
 %prep
 %setup -q -T -c %{name}
 for i in $RPM_SOURCE_DIR/*.tar.bz2; do tar xjf $i; done
@@ -233,7 +163,6 @@
     case $dir in
       libXvMC-*) option="--sysconfdir=/etc" ;;
       libvnc*|libXcliplist*) autoreconf -fi ;;
-      libpciaccess-*) option="--with-pciids-path=/usr/share/" ;;
       *) ;;
     esac
     autoreconf -fiv
@@ -253,7 +182,9 @@
 done
 /sbin/ldconfig -n $RPM_BUILD_ROOT/usr/%_lib
 mkdir -p $RPM_BUILD_ROOT/usr/include/X11/pixmaps/
+%if %suse_version > 1110
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
+%endif
 # for compatibility reasons
 ln -s libXaw7.so.7 $RPM_BUILD_ROOT/%{_libdir}/libXaw8.so.8
 ln -s libXaw.so.7  $RPM_BUILD_ROOT/%{_libdir}/libXaw.so.8
@@ -266,22 +197,15 @@
 
 %postun -p /sbin/ldconfig
 
-%post -n libpciaccess0 -p /sbin/ldconfig
-
-%postun -n libpciaccess0 -p /sbin/ldconfig
-
 %files
 %defattr(-,root,root)
 /usr/include/X11/bitmaps/
 /usr/include/X11/pixmaps/
 /usr/%{_lib}/*.so.*
-%exclude /usr/%{_lib}/libpciaccess.so.0*
 
 %files -n xorg-x11-devel
 %defattr(-,root,root)
 %doc /usr/share/doc/*
-/usr/include/*.h
-%exclude /usr/include/pciaccess.h
 /usr/include/X11/*.h
 /usr/include/X11/Xaw/
 /usr/include/X11/Xcursor/
@@ -291,23 +215,14 @@
 /usr/include/X11/fonts/*.h
 /usr/include/xcb/
 /usr/%{_lib}/*.so
-%exclude /usr/%{_lib}/libpciaccess.so
+%if %suse_version <= 1110
+/usr/%{_lib}/*.la
+%endif
 /usr/%{_lib}/pkgconfig/*.pc
-%exclude /usr/%{_lib}/pkgconfig/pciaccess.pc
 %{_datadir}/pkgconfig/*.pc
 %{_mandir}/man3/*
 %doc %{_datadir}/doc/libXvMC/
 %doc %{_datadir}/doc/libXaw/
 %doc %{_datadir}/doc/libFS/
 
-%files -n libpciaccess0
-%defattr(-,root,root)
-/usr/%{_lib}/libpciaccess.so.0*
-
-%files -n libpciaccess0-devel
-%defattr(-,root,root)
-/usr/include/pciaccess.h
-/usr/%{_lib}/libpciaccess.so
-/usr/%{_lib}/pkgconfig/pciaccess.pc
-
 %changelog


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to