Skip to content

Commit

Permalink
Update xcb-util-errors to version 1.0.1 / rev 2 via SR 1029920
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1029920
by user sndirsch + dimstar_suse
- Update to version 1.0.1
  * 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
  * Do not distribute extensions.c and fix out-of-tree builds
  • Loading branch information
sndirsch authored and bmwiedemann committed Oct 19, 2022
1 parent f5a7c2c commit 69d1067
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 6 deletions.
Binary file modified packages/x/xcb-util-errors/.files
Binary file not shown.
17 changes: 17 additions & 0 deletions packages/x/xcb-util-errors/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,21 @@
- lib will be used in future Qt releases</comment>
<requestid>304306</requestid>
</revision>
<revision rev="2" vrev="1">
<srcmd5>b47dd1ba2299ef719df128cd6404f0a0</srcmd5>
<version>1.0.1</version>
<time>1666178281</time>
<user>dimstar_suse</user>
<comment>- Update to version 1.0.1
* 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
* Do not distribute extensions.c and fix out-of-tree builds</comment>
<requestid>1029920</requestid>
</revision>
</revisionlist>
1 change: 1 addition & 0 deletions packages/x/xcb-util-errors/xcb-util-errors-1.0.1.tar.xz
1 change: 0 additions & 1 deletion packages/x/xcb-util-errors/xcb-util-errors-1.0.tar.bz2

This file was deleted.

14 changes: 14 additions & 0 deletions packages/x/xcb-util-errors/xcb-util-errors.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Oct 19 07:49:48 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

- Update to version 1.0.1
* 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
* Do not distribute extensions.c and fix out-of-tree builds

-------------------------------------------------------------------
Tue Apr 28 00:17:37 UTC 2015 - hrvoje.senjan@gmail.com

Expand Down
10 changes: 5 additions & 5 deletions packages/x/xcb-util-errors/xcb-util-errors.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package xcb-util-errors
#
# Copyright (c) 2015 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
Expand All @@ -12,22 +12,22 @@
# 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/
#


Name: xcb-util-errors
%define lname libxcb-errors0
Version: 1.0
Version: 1.0.1
Release: 0
Summary: XCB errors 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/util-errors
#Git-Web: http://cgit.freedesktop.org/xcb/util-errors/
Source: http://xcb.freedesktop.org/dist/%name-%version.tar.bz2
Source: http://xcb.freedesktop.org/dist/%name-%version.tar.xz
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
Expand Down

0 comments on commit 69d1067

Please sign in to comment.