diff --git a/libxcb-1.14.tar.xz b/libxcb-1.14.tar.xz deleted file mode 100644 index 4de1840..0000000 --- a/libxcb-1.14.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a55ed6db98d43469801262d81dc2572ed124edc3db31059d4e9916eb9f844c34 -size 439404 diff --git a/libxcb-1.15.tar.xz b/libxcb-1.15.tar.xz new file mode 100644 index 0000000..4da335d --- /dev/null +++ b/libxcb-1.15.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc38744f817cf6814c847e2df37fcb8997357d72fa4bcbc228ae0fe47219a059 +size 446492 diff --git a/libxcb.changes b/libxcb.changes index cecd287..1860196 100644 --- a/libxcb.changes +++ b/libxcb.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed May 4 15:23:40 UTC 2022 - Stefan Dirsch + +- buildrequire xcb-proto >= 1.15 + +------------------------------------------------------------------- +Wed May 4 07:19:27 UTC 2022 - Stefan Dirsch + +- 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 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 diff --git a/libxcb.spec b/libxcb.spec index dc1e4f8..f1c2a4f 100644 --- a/libxcb.spec +++ b/libxcb.spec @@ -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