From 0dbe618002f6beae500246113e3ab84b1b12750e5ae6499e8b0c023b653232f7 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 17 Apr 2024 12:49:00 +0000 Subject: [PATCH] - Update to version 1.17.0 * Add DRI3ImportSyncobj and DRI3FreeSyncobj * Add PresentPixmapSynced and PresentCapabilitySyncobj * Use simply quote signs * Fix typo in "heirarchy" OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-proto?expand=0&rev=42 --- xcb-proto-1.16.0.tar.xz | 3 --- xcb-proto-1.17.0.tar.xz | 3 +++ xcb-proto.changes | 9 +++++++++ xcb-proto.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 xcb-proto-1.16.0.tar.xz create mode 100644 xcb-proto-1.17.0.tar.xz diff --git a/xcb-proto-1.16.0.tar.xz b/xcb-proto-1.16.0.tar.xz deleted file mode 100644 index 7cef5dd..0000000 --- a/xcb-proto-1.16.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a75a1848ad2a89a82d841a51be56ce988ff3c63a8d6bf4383ae3219d8d915119 -size 151612 diff --git a/xcb-proto-1.17.0.tar.xz b/xcb-proto-1.17.0.tar.xz new file mode 100644 index 0000000..cc948d9 --- /dev/null +++ b/xcb-proto-1.17.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1bacd2110f4799f74de6ebb714b94cf6f80fb112316b1219480fd22562148c +size 151748 diff --git a/xcb-proto.changes b/xcb-proto.changes index 5b75480..e6acabe 100644 --- a/xcb-proto.changes +++ b/xcb-proto.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Apr 17 12:46:58 UTC 2024 - Stefan Dirsch + +- Update to version 1.17.0 + * Add DRI3ImportSyncobj and DRI3FreeSyncobj + * Add PresentPixmapSynced and PresentCapabilitySyncobj + * Use simply quote signs + * Fix typo in "heirarchy" + ------------------------------------------------------------------- Sat Aug 26 14:40:29 UTC 2023 - Stefan Dirsch diff --git a/xcb-proto.spec b/xcb-proto.spec index f7394cd..dcf8636 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -1,7 +1,7 @@ # # spec file for package xcb-proto # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%define dirsuffix 1.16.0 +%define dirsuffix 1.17.0 %if 0%{?suse_version} >= 1500 %bcond_with python2 %else