- 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 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-proto?expand=0&rev=34
This commit is contained in:
parent
452d79e4f1
commit
c2982c98d6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f04add9a972ac334ea11d9d7eb4fc7f8883835da3e4859c9afa971efdf57fcc3
|
|
||||||
size 143588
|
|
3
xcb-proto-1.15.tar.xz
Normal file
3
xcb-proto-1.15.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d34c3b264e8365d16fa9db49179cfa3e9952baaf9275badda0f413966b65955f
|
||||||
|
size 146628
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 3 22:02:01 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- 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 9 08:15:40 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
Fri Oct 9 08:15:40 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xcb-proto
|
# spec file for package xcb-proto
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define dirsuffix 1.14.1
|
%define dirsuffix 1.15
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
%bcond_with python2
|
%bcond_with python2
|
||||||
%else
|
%else
|
||||||
@ -113,6 +113,7 @@ make %{?_smp_mflags}
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{python_sitelib}/xcbgen/
|
%{python_sitelib}/xcbgen/
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%files -n python3-xcb-proto-devel
|
%files -n python3-xcb-proto-devel
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{python3_sitelib}/xcbgen/
|
%{python3_sitelib}/xcbgen/
|
||||||
|
Loading…
Reference in New Issue
Block a user