Hello community,

here is the log from the commit of package xorg-x11-libs for openSUSE:Factory 
checked in at 2012-01-20 22:08:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 "sndir...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xorg-x11-libs/xorg-x11-libs.changes      
2012-01-19 09:44:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11-libs.new/xorg-x11-libs.changes 
2012-01-20 22:08:20.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Jan 19 10:54:03 UTC 2012 - sndir...@suse.com
+
+- create the full set of fake libxcb-* libs being replaced now
+  by libxcb-util (reported by email)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xorg-x11-libs.spec ++++++
--- /var/tmp/diff_new_pack.w6Hbhe/_old  2012-01-20 22:08:25.000000000 +0100
+++ /var/tmp/diff_new_pack.w6Hbhe/_new  2012-01-20 22:08:25.000000000 +0100
@@ -146,11 +146,16 @@
 # 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
+# create fake libxcb-* libs being replaced now by libxcb-util (bnc #741465
+# and reported by others)
+for ext_version in atom:1 aux:0 event:1 icccm:1 image:0 keysyms:1 property:1 
render-util:0 reply:1; do
+  ext=${ext_version%:*}
+  version=${ext_version#*:}
+  > xcb-${ext}.c
+  gcc -Wall -ansi -pedantic -c xcb-${ext}.c -fPIC
+  gcc -shared -Wl,-soname,libxcb-${ext}so.${version} \
+      -o $RPM_BUILD_ROOT%{_libdir}/libxcb-${ext}.so.${version} xcb-${ext}.o
+done
 %if %suse_version > 1110
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 %endif

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to