Accepting request 975000 from X11:XOrg
- buildrequire xcb-proto >= 1.15 - Update to version 1.15 * xcb_auth: Quiet -Wimplicit-fallthrough warning in get_authptr() * Fix integer overflows in xcb_in.c * Use the 'present' field to properly check that the XC-MISC * Fix a memory leak * Increment libtool version info for libxcb-dri3 * Add newline when printing auth/connection failure string to stderr * Fix build on Windows * Fix writev emulation on Windows * c_client.py: Extract get_expr_field_names() * c_client.py: Use get_expr_field_names directly to resolve list fields * c_client: Extract _c_get_field_mapping_for_expr() * c_client.py: Implement handling of <length> element * tests: don't use deprecated fail_unless check API * gitignore: add files generated by make check * Avoid request counter truncation in replies map after 2**32 requests * Fix hang in xcb_request_check() * Improve/fix docs for reply fds functions OBS-URL: https://build.opensuse.org/request/show/975000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxcb?expand=0&rev=29
This commit is contained in:
commit
db5b9ddc9c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a55ed6db98d43469801262d81dc2572ed124edc3db31059d4e9916eb9f844c34
|
||||
size 439404
|
BIN
libxcb-1.15.tar.xz
(Stored with Git LFS)
Normal file
BIN
libxcb-1.15.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 4 15:23:40 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- buildrequire xcb-proto >= 1.15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 4 07:19:27 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.15
|
||||
* xcb_auth: Quiet -Wimplicit-fallthrough warning in get_authptr()
|
||||
* Fix integer overflows in xcb_in.c
|
||||
* Use the 'present' field to properly check that the XC-MISC
|
||||
* Fix a memory leak
|
||||
* Increment libtool version info for libxcb-dri3
|
||||
* Add newline when printing auth/connection failure string to stderr
|
||||
* Fix build on Windows
|
||||
* Fix writev emulation on Windows
|
||||
* c_client.py: Extract get_expr_field_names()
|
||||
* c_client.py: Use get_expr_field_names directly to resolve list fields
|
||||
* c_client: Extract _c_get_field_mapping_for_expr()
|
||||
* c_client.py: Implement handling of <length> element
|
||||
* tests: don't use deprecated fail_unless check API
|
||||
* gitignore: add files generated by make check
|
||||
* Avoid request counter truncation in replies map after 2**32 requests
|
||||
* Fix hang in xcb_request_check()
|
||||
* Improve/fix docs for reply fds functions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 19:25:27 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libxcb
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,7 +23,7 @@
|
||||
%bcond_without python2
|
||||
%endif
|
||||
Name: libxcb
|
||||
Version: 1.14
|
||||
Version: 1.15
|
||||
Release: 0
|
||||
Summary: X11 core protocol C library
|
||||
License: MIT
|
||||
@ -44,7 +44,7 @@ BuildRequires: xsltproc
|
||||
BuildRequires: pkgconfig(check) >= 0.9.4
|
||||
BuildRequires: pkgconfig(pthread-stubs)
|
||||
BuildRequires: pkgconfig(xau) >= 0.99.2
|
||||
BuildRequires: pkgconfig(xcb-proto) >= 1.12
|
||||
BuildRequires: pkgconfig(xcb-proto) >= 1.15
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.18
|
||||
%if %{with python2}
|
||||
BuildRequires: python-base >= 2.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user