Hello community,

here is the log from the commit of package xorg-x11-libs for openSUSE:Factory 
checked in at 2012-01-19 09:44:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-x11-libs (Old)
 and      /work/SRC/openSUSE:Factory/.xorg-x11-libs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xorg-x11-libs", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xorg-x11-libs/xorg-x11-libs.changes      
2012-01-13 11:00:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11-libs.new/xorg-x11-libs.changes 
2012-01-19 09:44:52.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Jan 16 11:25:52 CET 2012 - [email protected]
+
+- provide fake libxcb-atom.so.1 (bnc #741465) for older openSUSE
+  releases since it apparently vanished with xcb-util 0.3.8 :-(
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xorg-x11-libs.spec ++++++
--- /var/tmp/diff_new_pack.DfyfDp/_old  2012-01-19 09:44:54.000000000 +0100
+++ /var/tmp/diff_new_pack.DfyfDp/_new  2012-01-19 09:44:54.000000000 +0100
@@ -23,9 +23,11 @@
 %ifarch ppc64 s390x x86_64
 Provides:       libXaw.so.8()(64bit) libXaw.so.7()(64bit) libXaw.so.6()(64bit)
 Provides:       libXaw8.so.8()(64bit) libXaw7.so.7()(64bit) 
libXaw6.so.6()(64bit)
+Provides:       libxcb-atom.so.1()(64bit)
 %else
 Provides:       libXaw.so.8 libXaw.so.7 libXaw.so.6
 Provides:       libXaw8.so.8 libXaw7.so.7 libXaw6.so.6
+Provides:       libxcb-atom.so.1
 %endif
 # bug437293
 %ifarch ppc64
@@ -144,6 +146,14 @@
 # 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
+# create fake libxcb-atom.so.1 (bnc #741465)
+> xcb-atom.c
+gcc -Wall -ansi -pedantic -c xcb-atom.c -fPIC
+gcc -shared -Wl,-soname,libxcb-atom.so.1 \
+   -o $RPM_BUILD_ROOT%{_libdir}/libxcb-atom.so.1 xcb-atom.o
+%if %suse_version > 1110
+%{__rm} -f %{buildroot}%{_libdir}/*.la
+%endif
 %fdupes -s $RPM_BUILD_ROOT/%_mandir
 
 %clean

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

Reply via email to