diff --git a/xcb-util-keysyms-0.4.0.tar.bz2 b/xcb-util-keysyms-0.4.0.tar.bz2 deleted file mode 100644 index 6329995..0000000 --- a/xcb-util-keysyms-0.4.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9 -size 289880 diff --git a/xcb-util-keysyms-0.4.1.tar.xz b/xcb-util-keysyms-0.4.1.tar.xz new file mode 100644 index 0000000..465ab2c --- /dev/null +++ b/xcb-util-keysyms-0.4.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c260a5294412aed429df1da2f8afd3bd07b7cba3fec772fba15a613a6d5c638 +size 259860 diff --git a/xcb-util-keysyms.changes b/xcb-util-keysyms.changes index 1b1296c..d75d37b 100644 --- a/xcb-util-keysyms.changes +++ b/xcb-util-keysyms.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Oct 19 08:01:33 UTC 2022 - Stefan Dirsch + +- Update to version 0.4.1 + * Update README for gitlab migration + * 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 + * Add COPYING file + * autogen.sh: use quoted string variables + * autogen: add default patch prefix + * autogen.sh: use exec instead of waiting for configure to finish + ------------------------------------------------------------------- Fri Oct 3 16:38:43 UTC 2014 - tobias.johannes.klausmann@mni.thm.de diff --git a/xcb-util-keysyms.spec b/xcb-util-keysyms.spec index 89a5df6..4a17b9c 100644 --- a/xcb-util-keysyms.spec +++ b/xcb-util-keysyms.spec @@ -1,7 +1,7 @@ # # spec file for package xcb-util-keysyms # -# 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-keysyms %define lname libxcb-keysyms1 -Version: 0.4.0 +Version: 0.4.1 Release: 0 Summary: XCB utility module for X keycode constants and conversions 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-keysyms #Git-Web: http://cgit.freedesktop.org/xcb/util-keysyms/ -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