Hello community,

here is the log from the commit of package libxcb for openSUSE:Factory checked 
in at 2013-12-30 10:22:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxcb (Old)
 and      /work/SRC/openSUSE:Factory/.libxcb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxcb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxcb/libxcb.changes    2013-11-28 
07:37:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libxcb.new/libxcb.changes       2013-12-30 
10:22:50.000000000 +0100
@@ -1,0 +2,17 @@
+Sun Dec 22 16:06:49 UTC 2013 - [email protected]
+
+- Update to version 1.10:
+  + Bump libxcb-xkb SONAME due to ABI break introduced in 1.9.2
+  + Enable libxcb-xkb by default
+  + Bump libxcb-sync SONAME
+  + c_client.py: Fix _sizeof() functions
+  + c_client.py: Do not create pointers in unions
+  + c_client.py: Always initialize xcb_align_to
+  + Re-introduce xcb_ge_event_t (deprecated, xcb_ge_generic_event_t 
+    should be used instead)
+  + Fix alignment issues in FD passing code
+  + Fix poll() if POLLIN == ROLLRDNORM|POLLRDBAND
+  + Use /usr/spool/sockets/X11/ on HP-UX for UNIX sockets
+  + Make xsltproc optional
+
+-------------------------------------------------------------------

Old:
----
  libxcb-1.9.3.tar.bz2

New:
----
  libxcb-1.10.tar.bz2

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

Other differences:
------------------
++++++ libxcb.spec ++++++
--- /var/tmp/diff_new_pack.SnQuwo/_old  2013-12-30 10:22:51.000000000 +0100
+++ /var/tmp/diff_new_pack.SnQuwo/_new  2013-12-30 10:22:51.000000000 +0100
@@ -18,7 +18,7 @@
 
 Name:           libxcb
 %define lname  libxcb1
-Version:        1.9.3
+Version:        1.10
 Release:        0
 Summary:        X11 core protocol C library
 License:        MIT
@@ -41,7 +41,7 @@
 BuildRequires:  pkgconfig(check) >= 0.9.4
 BuildRequires:  pkgconfig(pthread-stubs)
 BuildRequires:  pkgconfig(xau) >= 0.99.2
-BuildRequires:  pkgconfig(xcb-proto) >= 1.9
+BuildRequires:  pkgconfig(xcb-proto) >= 1.10
 #optional#BuildRequires:       pkgconfig(xdmcp)
 %if 0%{?suse_version} >= 1210
 BuildRequires:  xsltproc
@@ -211,11 +211,11 @@
 data between client and server using shared memory, so that it does
 not need to be transferred over sockets.
 
-%package -n libxcb-sync0
+%package -n libxcb-sync1
 Summary:        X11 Sync Extension C library
 Group:          System/Libraries
 
-%description -n libxcb-sync0
+%description -n libxcb-sync1
 The X protocol C-language Binding (XCB) is a replacement for Xlib
 featuring a small footprint, latency hiding, direct access to the
 protocol, improved threading support, and extensibility.
@@ -264,11 +264,11 @@
 The X Fixes extension provides applications with work-arounds for
 various limitations in the core protocol.
 
-%package -n libxcb-xkb0
+%package -n libxcb-xkb1
 Summary:        X11 Keyboard Extension C library
 Group:          System/Libraries
 
-%description -n libxcb-xkb0
+%description -n libxcb-xkb1
 The X protocol C-language Binding (XCB) is a replacement for Xlib
 featuring a small footprint, latency hiding, direct access to the
 protocol, improved threading support, and extensibility.
@@ -360,12 +360,12 @@
 Requires:       libxcb-screensaver0 = %version
 Requires:       libxcb-shape0 = %version
 Requires:       libxcb-shm0 = %version
-Requires:       libxcb-sync0 = %version
+Requires:       libxcb-sync1 = %version
 Requires:       libxcb-xevie0 = %version
 Requires:       libxcb-xf86dri0 = %version
 Requires:       libxcb-xfixes0 = %version
 Requires:       libxcb-xinerama0 = %version
-Requires:       libxcb-xkb0 = %version
+Requires:       libxcb-xkb1 = %version
 Requires:       libxcb-xprint0 = %version
 Requires:       libxcb-xtest0 = %version
 Requires:       libxcb-xv0 = %version
@@ -400,6 +400,7 @@
 %patch -P 1 -p0
 
 %build
+./autogen.sh
 %configure --docdir=%_docdir/%name \
            --disable-static \
            --enable-xkb \
@@ -466,9 +467,9 @@
 
 %postun -n libxcb-shm0 -p /sbin/ldconfig
 
-%post   -n libxcb-sync0 -p /sbin/ldconfig
+%post   -n libxcb-sync1 -p /sbin/ldconfig
 
-%postun -n libxcb-sync0 -p /sbin/ldconfig
+%postun -n libxcb-sync1 -p /sbin/ldconfig
 
 %post   -n libxcb-present0 -p /sbin/ldconfig
 
@@ -486,9 +487,9 @@
 
 %postun -n libxcb-xfixes0 -p /sbin/ldconfig
 
-%post   -n libxcb-xkb0 -p /sbin/ldconfig
+%post   -n libxcb-xkb1 -p /sbin/ldconfig
 
-%postun -n libxcb-xkb0 -p /sbin/ldconfig
+%postun -n libxcb-xkb1 -p /sbin/ldconfig
 
 %post   -n libxcb-xinerama0 -p /sbin/ldconfig
 
@@ -566,9 +567,9 @@
 %defattr(-,root,root)
 %_libdir/libxcb-shm.so.0*
 
-%files -n libxcb-sync0
+%files -n libxcb-sync1
 %defattr(-,root,root)
-%_libdir/libxcb-sync.so.0*
+%_libdir/libxcb-sync.so.1*
 
 %files -n libxcb-present0
 %defattr(-,root,root)
@@ -586,8 +587,8 @@
 %defattr(-,root,root)
 %_libdir/libxcb-xfixes.so.*
 
-%files -n libxcb-xkb0
-%_libdir/libxcb-xkb.so.0*
+%files -n libxcb-xkb1
+%_libdir/libxcb-xkb.so.1*
 
 %files -n libxcb-xinerama0
 %defattr(-,root,root)

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.SnQuwo/_old  2013-12-30 10:22:51.000000000 +0100
+++ /var/tmp/diff_new_pack.SnQuwo/_new  2013-12-30 10:22:51.000000000 +0100
@@ -14,12 +14,12 @@
 libxcb-screensaver0
 libxcb-shape0
 libxcb-shm0
-libxcb-sync0
+libxcb-sync1
 libxcb-present0
 libxcb-xevie0
 libxcb-xf86dri0
 libxcb-xfixes0
-libxcb-xkb0
+libxcb-xkb1
 libxcb-xinerama0
 libxcb-xprint0
 libxcb-xtest0
@@ -41,12 +41,12 @@
        requires "libxcb-screensaver0-<targettype> = <version>"
        requires "libxcb-shape0-<targettype> = <version>"
        requires "libxcb-shm0-<targettype> = <version>"
-       requires "libxcb-sync0-<targettype> = <version>"
+       requires "libxcb-sync1-<targettype> = <version>"
        requires "libxcb-present0-<targettype> = <version>"
        requires "libxcb-xevie0-<targettype> = <version>"
        requires "libxcb-xf86dri0-<targettype> = <version>"
        requires "libxcb-xfixes0-<targettype> = <version>"
-       requires "libxcb-xkb0-<targettype> = <version>"
+       requires "libxcb-xkb1-<targettype> = <version>"
        requires "libxcb-xinerama0-<targettype> = <version>"
        requires "libxcb-xprint0-<targettype> = <version>"
        requires "libxcb-xtest0-<targettype> = <version>"

++++++ libxcb-1.9.3.tar.bz2 -> libxcb-1.10.tar.bz2 ++++++
++++ 35323 lines of diff (skipped)

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

Reply via email to