- 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

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-proto?expand=0&rev=29
This commit is contained in:
Stefan Dirsch 2020-02-24 19:23:43 +00:00 committed by Git OBS Bridge
parent 0c08501ab8
commit 969578a234
4 changed files with 19 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1
size 151981

3
xcb-proto-1.14.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:186a3ceb26f9b4a015f5a44dcc814c93033a5fc39684f36f1ecc79834416a605
size 143384

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Feb 24 19:19:08 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- 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 5 14:02:55 UTC 2018 - sndirsch@suse.com Mon Mar 5 14:02:55 UTC 2018 - sndirsch@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package xcb-proto # spec file for package xcb-proto
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 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
@ -12,11 +12,11 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%define dirsuffix 1.13 %define dirsuffix 1.14
%if 0%{?suse_version} >= 1500 %if 0%{?suse_version} >= 1500
%bcond_with python2 %bcond_with python2
%else %else
@ -28,9 +28,9 @@ Release: 0
Summary: The X11 Protocol: X Protocol C Bindings Summary: The X11 Protocol: X Protocol C Bindings
License: X11 License: X11
Group: Development/Libraries/X11 Group: Development/Libraries/X11
Url: http://xorg.freedesktop.org/ URL: http://xorg.freedesktop.org/
#Git-Web: https://cgit.freedesktop.org/xcb/proto #Git-Web: https://cgit.freedesktop.org/xcb/proto
Source: http://xorg.freedesktop.org/archive/individual/xcb/%{name}-%{dirsuffix}.tar.bz2 Source: http://xorg.freedesktop.org/archive/individual/xcb/%{name}-%{dirsuffix}.tar.xz
BuildRequires: autoconf >= 2.57 BuildRequires: autoconf >= 2.57
BuildRequires: automake BuildRequires: automake
BuildRequires: fdupes BuildRequires: fdupes