Hello community,

here is the log from the commit of package xorg-x11-libs for openSUSE:Factory 
checked in at 2012-01-25 11:09:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-20 22:08:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11-libs.new/xorg-x11-libs.changes 
2012-01-25 11:09:40.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Jan 23 10:59:06 UTC 2012 - sndir...@suse.com
+
+- fixed typo in generating fake xcb libs; fake xcb libs don't need
+  to be provided explicitely via spec file, since this Provides is
+  already picked up from the generated xcb libs themselves
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xorg-x11-libs.spec ++++++
--- /var/tmp/diff_new_pack.SIPbJe/_old  2012-01-25 11:09:42.000000000 +0100
+++ /var/tmp/diff_new_pack.SIPbJe/_new  2012-01-25 11:09:42.000000000 +0100
@@ -23,11 +23,9 @@
 %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
@@ -153,7 +151,7 @@
   version=${ext_version#*:}
   > xcb-${ext}.c
   gcc -Wall -ansi -pedantic -c xcb-${ext}.c -fPIC
-  gcc -shared -Wl,-soname,libxcb-${ext}so.${version} \
+  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

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

Reply via email to