Accepting request 206330 from home:sumski:hazard:to:your:stereo

Update to 1.9.3

OBS-URL: https://build.opensuse.org/request/show/206330
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxcb?expand=0&rev=20
This commit is contained in:
Stefan Dirsch 2013-11-25 16:40:51 +00:00 committed by Git OBS Bridge
parent a807b00d14
commit e492947405
4 changed files with 59 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d44a5ff4eb0b9569e6f7183b51fdaf6f58da90e7d6bfc36b612d7263f83e362f
size 373312

3
libxcb-1.9.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aad09d223fcb5bd345ce4d1737f178a557b6f2e201128e1ee3c83af46028018b
size 400283

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Nov 8 17:23:17 UTC 2013 - hrvoje.senjan@gmail.com
- Update to version 1.9.3:
+ Buildsystem fixes
-------------------------------------------------------------------
Fri Nov 8 01:13:31 UTC 2013 - hrvoje.senjan@gmail.com
- Update to version 1.9.2:
+ New upstream release, no changelog provided
- Bump xcb-proto BuildRequires as per upstream change
- New dri3-0 and present subpackages
-------------------------------------------------------------------
Sun Oct 20 10:56:20 UTC 2013 - jengelh@inai.de

View File

@ -18,7 +18,7 @@
Name: libxcb
%define lname libxcb1
Version: 1.9.1
Version: 1.9.3
Release: 0
Summary: X11 core protocol C library
License: MIT
@ -32,14 +32,16 @@ Source: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
Patch1: bug-262309_xcb-xauthlocalhostname.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.57, automake, libtool
BuildRequires: autoconf >= 2.57
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: python-base >= 2.6
BuildRequires: python-xml
BuildRequires: pkgconfig(check) >= 0.9.4
BuildRequires: pkgconfig(pthread-stubs)
BuildRequires: pkgconfig(xau) >= 0.99.2
BuildRequires: pkgconfig(xcb-proto) >= 1.7
BuildRequires: pkgconfig(xcb-proto) >= 1.9
#optional#BuildRequires: pkgconfig(xdmcp)
%if 0%{?suse_version} >= 1210
BuildRequires: xsltproc
@ -109,6 +111,15 @@ 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-dri3-0
Summary: X11 DRI2 Extension C library
Group: System/Libraries
%description -n libxcb-dri3-0
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-glx0
Summary: X11 GLX Extension C library
Group: System/Libraries
@ -118,6 +129,15 @@ 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-present0
Summary: X11 GLX Extension C library
Group: System/Libraries
%description -n libxcb-present0
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-randr0
Summary: X11 RandR Extension C library
Group: System/Libraries
@ -330,7 +350,9 @@ Requires: libxcb-composite0 = %version
Requires: libxcb-damage0 = %version
Requires: libxcb-dpms0 = %version
Requires: libxcb-dri2-0 = %version
Requires: libxcb-dri3-0 = %version
Requires: libxcb-glx0 = %version
Requires: libxcb-present0 = %version
Requires: libxcb-randr0 = %version
Requires: libxcb-record0 = %version
Requires: libxcb-render0 = %version
@ -378,6 +400,7 @@ libxcb.
%patch -P 1 -p0
%build
autoreconf -fi
%configure --docdir=%_docdir/%name --disable-static --enable-xkb
make %{?_smp_mflags}
@ -405,10 +428,18 @@ rm -f "%buildroot/%_libdir"/*.la
%postun -n libxcb-dri2-0 -p /sbin/ldconfig
%post -n libxcb-dri3-0 -p /sbin/ldconfig
%postun -n libxcb-dri3-0 -p /sbin/ldconfig
%post -n libxcb-glx0 -p /sbin/ldconfig
%postun -n libxcb-glx0 -p /sbin/ldconfig
%post -n libxcb-present0 -p /sbin/ldconfig
%postun -n libxcb-present0 -p /sbin/ldconfig
%post -n libxcb-randr0 -p /sbin/ldconfig
%postun -n libxcb-randr0 -p /sbin/ldconfig
@ -497,10 +528,18 @@ rm -f "%buildroot/%_libdir"/*.la
%defattr(-,root,root)
%_libdir/libxcb-dri2.so.0*
%files -n libxcb-dri3-0
%defattr(-,root,root)
%_libdir/libxcb-dri3.so.0*
%files -n libxcb-glx0
%defattr(-,root,root)
%_libdir/libxcb-glx.so.0*
%files -n libxcb-present0
%defattr(-,root,root)
%_libdir/libxcb-present.so.0*
%files -n libxcb-randr0
%defattr(-,root,root)
%_libdir/libxcb-randr.so.0*