Sync from SUSE:SLFO:Main xcb-proto revision ef1f749d39f9f8e1ca65c0edfda69634

This commit is contained in:
Adrian Schröter 2024-10-23 11:57:27 +02:00
parent 7b6204d837
commit d695f049ff
4 changed files with 32 additions and 5 deletions

BIN
xcb-proto-1.15.2.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
xcb-proto-1.17.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Apr 17 12:46:58 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- 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 <sndirsch@suse.com>
- Update to version 1.16.0
* gitlab CI: add a basic build test
* Add documentation for DAMAGE extension
* Remove "All rights reserved" from Oracle copyright notices
* dpms: Add DPMSInfoNotify event (DPMS 1.2)
* Document the MIT-SHM extension
* Add documentation for XFixes v6
* Document BIG-REQUESTS
* Add documentation for Composite
* autogen.sh: use quoted string variables
* autogen: add default patch prefix
* autogen.sh: use exec instead of waiting for configure to finish
* xinput: qualify CW as from xproto
* add PresentOptionAsyncMayTear
-------------------------------------------------------------------
Thu Feb 2 15:55:40 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -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.15.2
%define dirsuffix 1.17.0
%if 0%{?suse_version} >= 1500
%bcond_with python2
%else