From 927c24b52f79269e4c3ce6bf56c77ce70c3eec3a5229abb5ee9d00a55318b3ee Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 19 Oct 2022 08:11:01 +0000 Subject: [PATCH] - Update to version 0.4.2 * Update configure.ac bug URL for gitlab migration * Update README 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 * Update .gitmodules for gitlab submodule * 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-wm?expand=0&rev=17 --- xcb-util-wm-0.4.1.tar.bz2 | 3 --- xcb-util-wm-0.4.2.tar.xz | 3 +++ xcb-util-wm.changes | 15 +++++++++++++++ xcb-util-wm.spec | 10 +++++----- 4 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 xcb-util-wm-0.4.1.tar.bz2 create mode 100644 xcb-util-wm-0.4.2.tar.xz diff --git a/xcb-util-wm-0.4.1.tar.bz2 b/xcb-util-wm-0.4.1.tar.bz2 deleted file mode 100644 index 83f4ffc..0000000 --- a/xcb-util-wm-0.4.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f -size 321855 diff --git a/xcb-util-wm-0.4.2.tar.xz b/xcb-util-wm-0.4.2.tar.xz new file mode 100644 index 0000000..bcec6a6 --- /dev/null +++ b/xcb-util-wm-0.4.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c34e21d06264687faea7edbf63632c9f04d55e72114aa4a57bb95e4f888a0b +size 285152 diff --git a/xcb-util-wm.changes b/xcb-util-wm.changes index cad719e..023000e 100644 --- a/xcb-util-wm.changes +++ b/xcb-util-wm.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Oct 19 08:08:36 UTC 2022 - Stefan Dirsch + +- Update to version 0.4.2 + * Update configure.ac bug URL for gitlab migration + * Update README 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 + * Update .gitmodules for gitlab submodule + * autogen.sh: use quoted string variables + * autogen: add default patch prefix + * autogen.sh: use exec instead of waiting for configure to finish + ------------------------------------------------------------------- Tue Feb 21 12:55:10 UTC 2017 - dimstar@opensuse.org diff --git a/xcb-util-wm.spec b/xcb-util-wm.spec index 040f1cb..5c754f2 100644 --- a/xcb-util-wm.spec +++ b/xcb-util-wm.spec @@ -1,7 +1,7 @@ # # spec file for package xcb-util-wm # -# 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/ # Name: xcb-util-wm -Version: 0.4.1 +Version: 0.4.2 Release: 0 Summary: XCB utility module for client- and WM-side ICCCM helpers 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-wm #Git-Web: http://cgit.freedesktop.org/xcb/util-wm/ -Source: http://xorg.freedesktop.org/releases/individual/xcb/%{name}-%{version}.tar.bz2 +Source: http://xorg.freedesktop.org/releases/individual/xcb/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.62, automake, libtool