Accepting request 1031187 from X11:XOrg

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1031187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xcb-util-cursor?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2022-10-27 11:52:10 +00:00 committed by Git OBS Bridge
commit 10c4e10763
4 changed files with 25 additions and 8 deletions

View File

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

BIN
xcb-util-cursor-0.1.4.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Oct 18 18:20:45 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 0.1.4
* Update README for gitlab migration
* Add README.md to EXTRA_DIST
* Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
* Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
* gitlab CI: add a basic build test
* configure: Drop AM_MAINTAINER_MODE
* autogen.sh: Honor NOCONFIGURE=1
* autogen.sh: use quoted string variables
* autogen: add default patch prefix
* autogen.sh: use exec instead of waiting for configure to finish
* documentation: Call xcb_free_cursor() when done
* Fix out-of-source builds
-------------------------------------------------------------------
Wed Nov 1 15:15:19 UTC 2017 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package xcb-util-cursor
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,21 +12,21 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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 lname libxcb-cursor0
Name: xcb-util-cursor
Version: 0.1.3
Version: 0.1.4
Release: 0
Summary: XCB cursor library (libxcursor port)
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/util-cursor
#Git-Web: http://cgit.freedesktop.org/xcb/util-cursor/
Source: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
Source: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRequires: autoconf
BuildRequires: automake