- Update to version 1.14

* Update configure.ac bug URL for gitlab migration
  * configure.ac: Depend on pthread-stubs only on not-Linux
  * c_client: fix "adress" typo
  * Include time.h before using time()
  * Handle EINTR from recvmsg in _xcb_in_read
  * Implement xcb_total_read() and xcb_total_written().
  * tests: Support Check 0.13.0 API
  * Add "ge.*" to src/.gitignore
  * Update README for gitlab migration
  * Add README.md to EXTRA_DIST

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxcb?expand=0&rev=59
This commit is contained in:
Stefan Dirsch 2020-02-24 19:32:57 +00:00 committed by Git OBS Bridge
parent 1ae51e0ba9
commit dc625d6f99
4 changed files with 22 additions and 7 deletions

View File

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

3
libxcb-1.14.tar.xz Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Feb 24 19:25:27 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.14
* Update configure.ac bug URL for gitlab migration
* configure.ac: Depend on pthread-stubs only on not-Linux
* c_client: fix "adress" typo
* Include time.h before using time()
* Handle EINTR from recvmsg in _xcb_in_read
* Implement xcb_total_read() and xcb_total_written().
* tests: Support Check 0.13.0 API
* Add "ge.*" to src/.gitignore
* Update README for gitlab migration
* Add README.md to EXTRA_DIST
-------------------------------------------------------------------
Fri Jan 3 12:22:59 UTC 2020 - Chocy Orange <callumjfarmer13@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libxcb
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,16 +23,16 @@
%bcond_without python2
%endif
Name: libxcb
Version: 1.13.1
Version: 1.14
Release: 0
Summary: X11 core protocol C library
License: MIT
Group: Development/Libraries/C and C++
Url: http://xcb.freedesktop.org/
URL: http://xcb.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xcb/libxcb
#Git-Web: https://cgit.freedesktop.org/xcb/libxcb/
#DL-URL: https://xcb.freedesktop.org/dist/
Source: %{name}-%{version}.tar.bz2
Source: %{name}-%{version}.tar.xz
Source1: baselibs.conf
Patch1: bug-262309_xcb-xauthlocalhostname.diff
Patch2: n_If-auth-with-credentials-for-hostname-fails-retry-with-XAUTHLOCALHOSTNAME.patch