- Update to version 1.12
* here is a new version of libxcb for you to enjoy. The highlights are the same as for the new xcb-proto release: xinput support, RandR 1.5 and an automatic alignment checker. - removed libxcb-xevie0/libxcb-xprint0 subpackages; added appropriate provides/obsoletes OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxcb?expand=0&rev=41
This commit is contained in:
parent
86c6451af6
commit
6f9aacd7ca
@ -16,12 +16,10 @@ libxcb-shape0
|
||||
libxcb-shm0
|
||||
libxcb-sync1
|
||||
libxcb-present0
|
||||
libxcb-xevie0
|
||||
libxcb-xf86dri0
|
||||
libxcb-xfixes0
|
||||
libxcb-xkb1
|
||||
libxcb-xinerama0
|
||||
libxcb-xprint0
|
||||
libxcb-xtest0
|
||||
libxcb-xv0
|
||||
libxcb-xvmc0
|
||||
@ -43,12 +41,10 @@ libxcb-devel
|
||||
requires "libxcb-shm0-<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-xkb1-<targettype> = <version>"
|
||||
requires "libxcb-xinerama0-<targettype> = <version>"
|
||||
requires "libxcb-xprint0-<targettype> = <version>"
|
||||
requires "libxcb-xtest0-<targettype> = <version>"
|
||||
requires "libxcb-xv0-<targettype> = <version>"
|
||||
requires "libxcb-xvmc0-<targettype> = <version>"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b720fd6c7d200e5371affdb3f049cc8f88cff9aed942ff1b824d95eedbf69d30
|
||||
size 519517
|
3
libxcb-1.12.tar.bz2
Normal file
3
libxcb-1.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4adfb1b7c67e99bc9c2ccb110b2f175686576d2f792c8a71b9c8b19014057b5b
|
||||
size 613822
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 19 09:40:43 UTC 2016 - sndirsch@suse.com
|
||||
|
||||
- Update to version 1.12
|
||||
* here is a new version of libxcb for you to enjoy. The
|
||||
highlights are the same as for the new xcb-proto release:
|
||||
xinput support, RandR 1.5 and an automatic alignment checker.
|
||||
- removed libxcb-xevie0/libxcb-xprint0 subpackages; added
|
||||
appropriate provides/obsoletes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 23 23:16:43 UTC 2015 - eich@suse.com
|
||||
|
||||
|
54
libxcb.spec
54
libxcb.spec
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libxcb
|
||||
%define lname libxcb1
|
||||
Version: 1.11.1
|
||||
Version: 1.12
|
||||
Release: 0
|
||||
Summary: X11 core protocol C library
|
||||
License: MIT
|
||||
@ -42,7 +42,7 @@ BuildRequires: python-xml
|
||||
BuildRequires: pkgconfig(check) >= 0.9.4
|
||||
BuildRequires: pkgconfig(pthread-stubs)
|
||||
BuildRequires: pkgconfig(xau) >= 0.99.2
|
||||
BuildRequires: pkgconfig(xcb-proto) >= 1.11
|
||||
BuildRequires: pkgconfig(xcb-proto) >= 1.12
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.18
|
||||
#optional#BuildRequires: pkgconfig(xdmcp)
|
||||
%if 0%{?suse_version} >= 1210
|
||||
@ -50,7 +50,7 @@ BuildRequires: xsltproc
|
||||
%else
|
||||
BuildRequires: libxslt
|
||||
%endif
|
||||
BuildRequires: python-xcb-proto-devel >= 7.6_1.11
|
||||
BuildRequires: python-xcb-proto-devel >= 7.6_1.12
|
||||
|
||||
%description
|
||||
The X protocol C-language Binding (XCB) is a replacement for Xlib
|
||||
@ -63,6 +63,10 @@ Group: System/Libraries
|
||||
# O/P added for 12.2
|
||||
Provides: xorg-x11-libxcb = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libxcb < 7.6_%version-%release
|
||||
Provides: libxcb-xevie0 = 1.11.1
|
||||
Provides: libxcb-xprint0 = 1.11.1
|
||||
Obsoletes: libxcb-xevie0 < 1.11.1
|
||||
Obsoletes: libxcb-xprint0 < 1.11.1
|
||||
|
||||
%description -n libxcb1
|
||||
The X protocol C-language Binding (XCB) is a replacement for Xlib
|
||||
@ -232,20 +236,6 @@ 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.
|
||||
|
||||
%package -n libxcb-xevie0
|
||||
Summary: X11 Xevie Extension C library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libxcb-xevie0
|
||||
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.
|
||||
|
||||
The EvIE (Event Interception Extension) allows for clients to be able
|
||||
to intercept all events coming through the server and then decide
|
||||
what to do with them, including being able to modify or discard
|
||||
events.
|
||||
|
||||
%package -n libxcb-xf86dri0
|
||||
Summary: X11 XFree86-DRI Extension C library
|
||||
Group: System/Libraries
|
||||
@ -292,18 +282,6 @@ Xinerama is an extension to the X Window System which enables
|
||||
multi-headed X applications and window managers to use two or more
|
||||
physical displays as one large virtual display.
|
||||
|
||||
%package -n libxcb-xprint0
|
||||
Summary: X11 XPrint Extension C library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libxcb-xprint0
|
||||
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.
|
||||
|
||||
libxcb-xprint provides APIs to allow client applications to render to
|
||||
non-display devices.
|
||||
|
||||
%package -n libxcb-xtest0
|
||||
Summary: X11 XTEST Extension C library
|
||||
Group: System/Libraries
|
||||
@ -364,12 +342,10 @@ Requires: libxcb-screensaver0 = %version
|
||||
Requires: libxcb-shape0 = %version
|
||||
Requires: libxcb-shm0 = %version
|
||||
Requires: libxcb-sync1 = %version
|
||||
Requires: libxcb-xevie0 = %version
|
||||
Requires: libxcb-xf86dri0 = %version
|
||||
Requires: libxcb-xfixes0 = %version
|
||||
Requires: libxcb-xinerama0 = %version
|
||||
Requires: libxcb-xkb1 = %version
|
||||
Requires: libxcb-xprint0 = %version
|
||||
Requires: libxcb-xtest0 = %version
|
||||
Requires: libxcb-xv0 = %version
|
||||
Requires: libxcb-xvmc0 = %version
|
||||
@ -479,10 +455,6 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%postun -n libxcb-present0 -p /sbin/ldconfig
|
||||
|
||||
%post -n libxcb-xevie0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libxcb-xevie0 -p /sbin/ldconfig
|
||||
|
||||
%post -n libxcb-xf86dri0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libxcb-xf86dri0 -p /sbin/ldconfig
|
||||
@ -499,10 +471,6 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%postun -n libxcb-xinerama0 -p /sbin/ldconfig
|
||||
|
||||
%post -n libxcb-xprint0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libxcb-xprint0 -p /sbin/ldconfig
|
||||
|
||||
%post -n libxcb-xtest0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libxcb-xtest0 -p /sbin/ldconfig
|
||||
@ -579,10 +547,6 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libxcb-present.so.0*
|
||||
|
||||
%files -n libxcb-xevie0
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libxcb-xevie.so.0*
|
||||
|
||||
%files -n libxcb-xf86dri0
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libxcb-xf86dri.so.*
|
||||
@ -598,10 +562,6 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libxcb-xinerama.so.0*
|
||||
|
||||
%files -n libxcb-xprint0
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libxcb-xprint.so.0*
|
||||
|
||||
%files -n libxcb-xtest0
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libxcb-xtest.so.0*
|
||||
|
Loading…
Reference in New Issue
Block a user