Accepting request 110562 from X11:XOrg
- Update to new upstream release 1.8.1 * Fallback to TCP if no protocol is specified and the UNIX connection fails OBS-URL: https://build.opensuse.org/request/show/110562 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxcb?expand=0&rev=2
This commit is contained in:
commit
a38f1e248b
3
libxcb-1.8.1.tar.bz2
Normal file
3
libxcb-1.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2f46811e950710e7e79e45615d24f2c7ec318b9de9dc717972723da58bffa0d
|
||||||
|
size 375955
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:25c3600bec104c5aa6e9f559bfe0011b0e223bde726b849b58f758c2d4e6fc5e
|
|
||||||
size 372730
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 21 10:00:05 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.8.1
|
||||||
|
* Fallback to TCP if no protocol is specified and the UNIX
|
||||||
|
connection fails
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 12 02:53:20 UTC 2012 - jengelh@medozas.de
|
Sun Feb 12 02:53:20 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
59
libxcb.spec
59
libxcb.spec
@ -16,24 +16,28 @@
|
|||||||
#
|
#
|
||||||
Name: libxcb
|
Name: libxcb
|
||||||
%define lname libxcb1
|
%define lname libxcb1
|
||||||
Version: 1.8
|
Version: 1.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X11 core protocol C library
|
Summary: X11 core protocol C library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://xcb.freedesktop.org/
|
Url: http://xcb.freedesktop.org/
|
||||||
|
|
||||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libxcb
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libxcb
|
||||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libxcb/
|
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libxcb/
|
||||||
|
#DL-URL: http://xcb.freedesktop.org/dist/
|
||||||
Source: %name-%version.tar.bz2
|
Source: %name-%version.tar.bz2
|
||||||
Patch1: bug-262309_xcb-xauthlocalhostname.diff
|
Patch1: bug-262309_xcb-xauthlocalhostname.diff
|
||||||
|
|
||||||
BuildRoot: %_tmppath/%name-%version-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.57, automake, libtool
|
#git#BuildRequires: autoconf >= 2.57, automake, libtool
|
||||||
BuildRequires: pkgconfig, python-base >= 2.6, python-xml
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: python-base >= 2.6
|
||||||
|
BuildRequires: python-xml
|
||||||
BuildRequires: pkgconfig(check) >= 0.9.4
|
BuildRequires: pkgconfig(check) >= 0.9.4
|
||||||
BuildRequires: pkgconfig(xcb-proto) >= 1.6
|
BuildRequires: pkgconfig(pthread-stubs)
|
||||||
BuildRequires: pkgconfig(pthread-stubs), pkgconfig(xau) >= 0.99.2
|
BuildRequires: pkgconfig(xau) >= 0.99.2
|
||||||
|
BuildRequires: pkgconfig(xcb-proto) >= 1.7
|
||||||
#optional#BuildRequires: pkgconfig(xdmcp)
|
#optional#BuildRequires: pkgconfig(xdmcp)
|
||||||
%if 0%{?suse_version} >= 1210
|
%if 0%{?suse_version} >= 1210
|
||||||
BuildRequires: xsltproc
|
BuildRequires: xsltproc
|
||||||
@ -344,48 +348,91 @@ make %{?_smp_mflags}
|
|||||||
rm -f "%buildroot/%_libdir"/*.la
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
|
|
||||||
%post -n libxcb1 -p /sbin/ldconfig
|
%post -n libxcb1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb1 -p /sbin/ldconfig
|
%postun -n libxcb1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-composite0 -p /sbin/ldconfig
|
%post -n libxcb-composite0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-composite0 -p /sbin/ldconfig
|
%postun -n libxcb-composite0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-damage0 -p /sbin/ldconfig
|
%post -n libxcb-damage0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-damage0 -p /sbin/ldconfig
|
%postun -n libxcb-damage0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-dpms0 -p /sbin/ldconfig
|
%post -n libxcb-dpms0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-dpms0 -p /sbin/ldconfig
|
%postun -n libxcb-dpms0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-dri2-0 -p /sbin/ldconfig
|
%post -n libxcb-dri2-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-dri2-0 -p /sbin/ldconfig
|
%postun -n libxcb-dri2-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-glx0 -p /sbin/ldconfig
|
%post -n libxcb-glx0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-glx0 -p /sbin/ldconfig
|
%postun -n libxcb-glx0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-randr0 -p /sbin/ldconfig
|
%post -n libxcb-randr0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-randr0 -p /sbin/ldconfig
|
%postun -n libxcb-randr0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-record0 -p /sbin/ldconfig
|
%post -n libxcb-record0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-record0 -p /sbin/ldconfig
|
%postun -n libxcb-record0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-render0 -p /sbin/ldconfig
|
%post -n libxcb-render0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-render0 -p /sbin/ldconfig
|
%postun -n libxcb-render0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-res0 -p /sbin/ldconfig
|
%post -n libxcb-res0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-res0 -p /sbin/ldconfig
|
%postun -n libxcb-res0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-screensaver0 -p /sbin/ldconfig
|
%post -n libxcb-screensaver0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-screensaver0 -p /sbin/ldconfig
|
%postun -n libxcb-screensaver0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-shape0 -p /sbin/ldconfig
|
%post -n libxcb-shape0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-shape0 -p /sbin/ldconfig
|
%postun -n libxcb-shape0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-shm0 -p /sbin/ldconfig
|
%post -n libxcb-shm0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-shm0 -p /sbin/ldconfig
|
%postun -n libxcb-shm0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-sync0 -p /sbin/ldconfig
|
%post -n libxcb-sync0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-sync0 -p /sbin/ldconfig
|
%postun -n libxcb-sync0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-xevie0 -p /sbin/ldconfig
|
%post -n libxcb-xevie0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-xevie0 -p /sbin/ldconfig
|
%postun -n libxcb-xevie0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-xf86dri0 -p /sbin/ldconfig
|
%post -n libxcb-xf86dri0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-xf86dri0 -p /sbin/ldconfig
|
%postun -n libxcb-xf86dri0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-xfixes0 -p /sbin/ldconfig
|
%post -n libxcb-xfixes0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-xfixes0 -p /sbin/ldconfig
|
%postun -n libxcb-xfixes0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-xinerama0 -p /sbin/ldconfig
|
%post -n libxcb-xinerama0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-xinerama0 -p /sbin/ldconfig
|
%postun -n libxcb-xinerama0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-xprint0 -p /sbin/ldconfig
|
%post -n libxcb-xprint0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-xprint0 -p /sbin/ldconfig
|
%postun -n libxcb-xprint0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-xtest0 -p /sbin/ldconfig
|
%post -n libxcb-xtest0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-xtest0 -p /sbin/ldconfig
|
%postun -n libxcb-xtest0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-xv0 -p /sbin/ldconfig
|
%post -n libxcb-xv0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-xv0 -p /sbin/ldconfig
|
%postun -n libxcb-xv0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libxcb-xvmc0 -p /sbin/ldconfig
|
%post -n libxcb-xvmc0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libxcb-xvmc0 -p /sbin/ldconfig
|
%postun -n libxcb-xvmc0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libxcb1
|
%files -n libxcb1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user