Changelog for
python3-xcb-proto-devel-7.6_1.15.2-5.2.x86_64.rpm :
* Thu Feb 02 2023 Stefan Dirsch
- no longer let xcb-proto-devel provide/obsolete xorg-x11-proto-devel; this looks weird ...
* Mon Jun 20 2022 Stefan Dirsch - Update to version 1.15.2
* dri3: Update dri3.xml to DRI3 1.3
* Add DOUBLE-BUFFER extension specification.
* Remove libdir from xcb-proto.pc
* Install xcb-proto to $(datarootdir)
* Call AC_OUTPUT without arguments
* Tue May 03 2022 Stefan Dirsch - Update to version 1.15
* xproto.xml: Update doc text for GrabKey
* Fix python version check from 65169c1af7893882c21d1e2a544903212b8d6fb0
* Adjust to automake 1.16.4 changes
* xfixes: Add ClientDisconnectMode
* glx,xprint: place explicit padding between lists
* Add element to specify expression that defines length of a struct
* xinput: Add length specification for DeviceClass struct
* xinput: Add XI v2.4
* Add missing fields to errors
* Use xml.etree.cElementTree where appropriate
* Fri Oct 09 2020 Stefan Dirsch - Update to version 1.14.1
* This minor bug fix release provides compatibility with Python 3.9 by replacing usage of deprecated API\'s which were removed in Python 3.9.
* Mon Feb 24 2020 Stefan Dirsch - Update to version 1.14
* Update README for gitlab migration
* pkg-config: Add sysroot prefix
* screensaver: Use CARD32 encoding for ScreenSaverSuspend \'suspend\'
* Removed unused member \"fds\"
* Fix size computation of imported lists
* Allow access to the original type in the XML
* Mon Mar 05 2018 sndirschAATTsuse.com- Update to version 1.13
* This release of xcb-proto brings support for buffer modifiers and multi-planar buffers through DRI3 v1.2 and Present v1.2, support for leasing KMS devices to clients via RandR 1.6, and also allows clients to send each other XInput2 events via support for the GenericEvent extension\'s SendExtension event.- supersedes U_xinput-typedef-for-event_type_base.patch, U_add-support-for-eventstruct.patch, U_SendExtensionEvent-uses-eventstruct.patch, U_python-whitespace.patch, U_python3-compat.patch
* Wed Jan 17 2018 tchvatalAATTsuse.com- Tweak the python conditions to pick between py2 and py3 only do not bother with \"both at once\" scenario- Apply patches to make sure we really work with python3:
* U_python-whitespace.patch
* U_python3-compat.patch
* Mon Jan 08 2018 msrbAATTsuse.com- Update xinput to the state when it was enabled by default upstream. (bnc#1074249)
* U_SendExtensionEvent-uses-eventstruct.patch
* U_add-support-for-eventstruct.patch
* U_xinput-typedef-for-event_type_base.patch
* Tue Dec 05 2017 msrbAATTsuse.com- Python2 is gone since suse_version >= 1500.
* Thu Nov 16 2017 dimstarAATTopensuse.org- Shrink dep-chain: we only need a python interpreter, not the entire devel suite. Replace python[23]-devel BuildRequires with python[23]-base.