From 299cb8934c561a1587c196cab78ac11bd251c82ea66ccf9913dc827a29b09d22 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 19 Oct 2022 08:06:19 +0000 Subject: [PATCH] - Update to release 0.3.10 * Update README for gitlab migration * Update configure.ac bug URL for gitlab migration * 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 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-util-renderutil?expand=0&rev=10 --- xcb-util-renderutil-0.3.10.tar.xz | 3 +++ xcb-util-renderutil-0.3.9.tar.bz2 | 3 --- xcb-util-renderutil.changes | 14 ++++++++++++++ xcb-util-renderutil.spec | 10 +++++----- 4 files changed, 22 insertions(+), 8 deletions(-) create mode 100644 xcb-util-renderutil-0.3.10.tar.xz delete mode 100644 xcb-util-renderutil-0.3.9.tar.bz2 diff --git a/xcb-util-renderutil-0.3.10.tar.xz b/xcb-util-renderutil-0.3.10.tar.xz new file mode 100644 index 0000000..035f444 --- /dev/null +++ b/xcb-util-renderutil-0.3.10.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e15d4f0e22d8ddbfbb9f5d77db43eacd7a304029bf25a6166cc63caa96d04ba +size 262028 diff --git a/xcb-util-renderutil-0.3.9.tar.bz2 b/xcb-util-renderutil-0.3.9.tar.bz2 deleted file mode 100644 index cec0900..0000000 --- a/xcb-util-renderutil-0.3.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6e97e48fb1286d6394dddb1c1732f00227c70bd1bedb7d1acabefdd340bea5b -size 292898 diff --git a/xcb-util-renderutil.changes b/xcb-util-renderutil.changes index 48d1434..7ce5cfd 100644 --- a/xcb-util-renderutil.changes +++ b/xcb-util-renderutil.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Oct 19 08:04:39 UTC 2022 - Stefan Dirsch + +- Update to release 0.3.10 + * Update README for gitlab migration + * Update configure.ac bug URL for gitlab migration + * 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 + ------------------------------------------------------------------- Mon Jun 16 08:53:33 UTC 2014 - sndirsch@suse.com diff --git a/xcb-util-renderutil.spec b/xcb-util-renderutil.spec index d05afc9..80cbbe2 100644 --- a/xcb-util-renderutil.spec +++ b/xcb-util-renderutil.spec @@ -1,7 +1,7 @@ # # spec file for package xcb-util-renderutil # -# Copyright (c) 2014 SUSE LINUX Products 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,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-renderutil %define lname libxcb-render-util0 -Version: 0.3.9 +Version: 0.3.10 Release: 0 Summary: XCB utility module for the Render extension 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-renderutil #Git-Web: http://cgit.freedesktop.org/xcb/util-renderutil/ -Source: %name-%version.tar.bz2 +Source: %name-%version.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.59c, automake, libtool BuildRequires: pkgconfig