From ce63bf52e878ad53555bbe1cb7536e9665968c7b086f95021119d769802edd45 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 18 Oct 2022 21:31:58 +0000 Subject: [PATCH] - Update to version 0.4.1 * Update README for gitlab migration * Add README.md to EXTRA_DIST * 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 * test: add XCB_SHM_LIBS to all test * 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-image?expand=0&rev=11 --- xcb-util-image-0.4.0.tar.bz2 | 3 --- xcb-util-image-0.4.1.tar.xz | 3 +++ xcb-util-image.changes | 16 ++++++++++++++++ xcb-util-image.spec | 10 +++++----- 4 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 xcb-util-image-0.4.0.tar.bz2 create mode 100644 xcb-util-image-0.4.1.tar.xz diff --git a/xcb-util-image-0.4.0.tar.bz2 b/xcb-util-image-0.4.0.tar.bz2 deleted file mode 100644 index 8d03055..0000000 --- a/xcb-util-image-0.4.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2db96a37d78831d643538dd1b595d7d712e04bdccf8896a5e18ce0f398ea2ffc -size 327891 diff --git a/xcb-util-image-0.4.1.tar.xz b/xcb-util-image-0.4.1.tar.xz new file mode 100644 index 0000000..07408d2 --- /dev/null +++ b/xcb-util-image-0.4.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccad8ee5dadb1271fd4727ad14d9bd77a64e505608766c4e98267d9aede40d3d +size 289016 diff --git a/xcb-util-image.changes b/xcb-util-image.changes index c343c44..ff61906 100644 --- a/xcb-util-image.changes +++ b/xcb-util-image.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Oct 18 21:25:31 UTC 2022 - Stefan Dirsch + +- Update to version 0.4.1 + * Update README for gitlab migration + * Add README.md to EXTRA_DIST + * 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 + * test: add XCB_SHM_LIBS to all test + * autogen.sh: use quoted string variables + * autogen: add default patch prefix + * autogen.sh: use exec instead of waiting for configure to finish + ------------------------------------------------------------------- Thu Oct 16 08:57:13 UTC 2014 - sndirsch@suse.com diff --git a/xcb-util-image.spec b/xcb-util-image.spec index d733c6e..f24aa2f 100644 --- a/xcb-util-image.spec +++ b/xcb-util-image.spec @@ -1,7 +1,7 @@ # # spec file for package xcb-util-image # -# 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-image %define lname libxcb-image0 -Version: 0.4.0 +Version: 0.4.1 Release: 0 Summary: XCB utility module for XImage/XShmImage-like functions 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-image #Git-Web: http://cgit.freedesktop.org/xcb/util-image/ -Source: %name-%version.tar.bz2 +Source: %name-%version.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.59c, automake, libtool