Accepting request 137282 from home:klausi123:X11

Update to version 1.9
only added the manpages, the "rest" of the changes was made by osc, namely the Requires!
Please test this!
I dont want another Mesa-like regression, thanks :)

OBS-URL: https://build.opensuse.org/request/show/137282
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxcb?expand=0&rev=6
This commit is contained in:
Stefan Dirsch 2012-10-08 10:53:42 +00:00 committed by Git OBS Bridge
parent a313596b2c
commit 9624de7099
4 changed files with 50 additions and 14 deletions

View File

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

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

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Oct 5 18:15:57 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
- Update to version 1.9:
+ Fix "sppported" typo in doxygen comment for XCB_CONN_CLOSED_EXT_NOTSUPPORTED
+ Always include "config.h" at the start of all C source files.
+ Add AC_USE_SYSTEM_EXTENSIONS to allow use of more system functionality
+ Return connection failure if display string specifies non-existent screen
+ c_client: Fix parallel-make issue creating 'man' directory
+ xcb_connect: launchd: Don't fall back on tcp if $DISPLAY is a path to a
launchd socket
+ Allow undocumented code to be built
+ Split manpage list in two (static/built)
+ Do not list manpages, use a wildcard
+ Move static man to man
+ c_client.py: generate manpages
+ Allow xcb_send_request with >MAX_IOV iovecs
+ Add a .gitignore for src/man/
+ Fix a multi-thread deadlock
+ Include static man pages in "make dist"
- Packaging changes:
+ Pack the now static manpages in the devel package
-------------------------------------------------------------------
Wed Mar 21 10:00:05 UTC 2012 - jengelh@medozas.de

View File

@ -14,9 +14,11 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libxcb
%define lname libxcb1
Version: 1.8.1
Version: 1.9
Release: 0
Summary: X11 core protocol C library
License: MIT
@ -312,16 +314,26 @@ video-hardware.
%package devel
Summary: Development files for the X11 protocol C library
Group: Development/Libraries/C and C++
Requires: libxcb-composite0 = %version, libxcb-damage0 = %version
Requires: libxcb-dpms0 = %version, libxcb-dri2-0 = %version
Requires: libxcb-glx0 = %version, libxcb-randr0 = %version
Requires: libxcb-record0 = %version, libxcb-render0 = %version
Requires: libxcb-res0 = %version, libxcb-screensaver0 = %version
Requires: libxcb-shape0 = %version, libxcb-shm0 = %version
Requires: libxcb-sync0 = %version, libxcb-xevie0 = %version
Requires: libxcb-xf86dri0 = %version, libxcb-xfixes0 = %version
Requires: libxcb-xinerama0 = %version, libxcb-xprint0 = %version
Requires: libxcb-xtest0 = %version, libxcb-xv0 = %version
Requires: libxcb-composite0 = %version
Requires: libxcb-damage0 = %version
Requires: libxcb-dpms0 = %version
Requires: libxcb-dri2-0 = %version
Requires: libxcb-glx0 = %version
Requires: libxcb-randr0 = %version
Requires: libxcb-record0 = %version
Requires: libxcb-render0 = %version
Requires: libxcb-res0 = %version
Requires: libxcb-screensaver0 = %version
Requires: libxcb-shape0 = %version
Requires: libxcb-shm0 = %version
Requires: libxcb-sync0 = %version
Requires: libxcb-xevie0 = %version
Requires: libxcb-xf86dri0 = %version
Requires: libxcb-xfixes0 = %version
Requires: libxcb-xinerama0 = %version
Requires: libxcb-xprint0 = %version
Requires: libxcb-xtest0 = %version
Requires: libxcb-xv0 = %version
Requires: libxcb-xvmc0 = %version
# O/P added for 12.2
Provides: xorg-x11-libxcb-devel = 7.6_%version-%release
@ -529,5 +541,6 @@ rm -f "%buildroot/%_libdir"/*.la
%_libdir/libxcb*.so
%_libdir/pkgconfig/xcb*.pc
%_docdir/%name
%_mandir/man3/xcb*
%changelog