Hello community,

here is the log from the commit of package libxcb for openSUSE:Factory checked 
in at 2013-08-30 11:42:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-05 
11:55:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libxcb.new/libxcb.changes       2013-08-30 
11:42:23.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Aug 23 20:12:20 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Enable xcb-xkb extension (can be used by Weston/Wayland and Qt5,
+  and also upstream will build it by default in next release)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libxcb.spec ++++++
--- /var/tmp/diff_new_pack.6c59YY/_old  2013-08-30 11:42:23.000000000 +0200
+++ /var/tmp/diff_new_pack.6c59YY/_new  2013-08-30 11:42:23.000000000 +0200
@@ -244,6 +244,18 @@
 The X Fixes extension provides applications with work-arounds for
 various limitations in the core protocol.
 
+%package -n libxcb-xkb0
+Summary:        X11 Keyboard Extension C library
+Group:          System/Libraries
+
+%description -n libxcb-xkb0
+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.
+
+Xkb extends the ability to control the keyboard
+over what is offered by the X Window System core protocol.
+
 %package -n libxcb-xinerama0
 Summary:        X11 Xinerama Extension C library
 Group:          System/Libraries
@@ -331,6 +343,7 @@
 Requires:       libxcb-xf86dri0 = %version
 Requires:       libxcb-xfixes0 = %version
 Requires:       libxcb-xinerama0 = %version
+Requires:       libxcb-xkb0 = %version
 Requires:       libxcb-xprint0 = %version
 Requires:       libxcb-xtest0 = %version
 Requires:       libxcb-xv0 = %version
@@ -352,7 +365,7 @@
 %patch -P 1 -p0
 
 %build
-%configure --docdir=%_docdir/%name --disable-static
+%configure --docdir=%_docdir/%name --disable-static --enable-xkb
 make %{?_smp_mflags}
 
 %install
@@ -427,6 +440,10 @@
 
 %postun -n libxcb-xfixes0 -p /sbin/ldconfig
 
+%post   -n libxcb-xkb0 -p /sbin/ldconfig
+
+%postun -n libxcb-xkb0 -p /sbin/ldconfig
+
 %post   -n libxcb-xinerama0 -p /sbin/ldconfig
 
 %postun -n libxcb-xinerama0 -p /sbin/ldconfig
@@ -515,6 +532,9 @@
 %defattr(-,root,root)
 %_libdir/libxcb-xfixes.so.*
 
+%files -n libxcb-xkb0
+%_libdir/libxcb-xkb.so.0*
+
 %files -n libxcb-xinerama0
 %defattr(-,root,root)
 %_libdir/libxcb-xinerama.so.0*

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.6c59YY/_old  2013-08-30 11:42:23.000000000 +0200
+++ /var/tmp/diff_new_pack.6c59YY/_new  2013-08-30 11:42:23.000000000 +0200
@@ -17,6 +17,7 @@
 libxcb-xevie0
 libxcb-xf86dri0
 libxcb-xfixes0
+libxcb-xkb0
 libxcb-xinerama0
 libxcb-xprint0
 libxcb-xtest0
@@ -41,6 +42,7 @@
        requires "libxcb-xevie0-<targettype> = <version>"
        requires "libxcb-xf86dri0-<targettype> = <version>"
        requires "libxcb-xfixes0-<targettype> = <version>"
+       requires "libxcb-xkb0-<targettype> = <version>"
        requires "libxcb-xinerama0-<targettype> = <version>"
        requires "libxcb-xprint0-<targettype> = <version>"
        requires "libxcb-xtest0-<targettype> = <version>"

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

Reply via email to