From 34c244762f9e9c4c2371d1936cad9693b1d37fd5e9b7a40aa364b12666334e98 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 18 Oct 2022 11:11:55 +0000 Subject: [PATCH] - Update to version 1.1.1 * Use strndup if available to avoid -Wstringop-overflow warning from gcc 9 * Convert check for strcasecmp to normal autoconf style * Fix spelling/wording issues * gitlab CI: add a basic build test * fix an off-by-one error in copying the name of a virtual modifier * Escape non-printable characters correctly * unifdef NOTYET * Fix check for appending '|' character when applying rules OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxkbfile?expand=0&rev=20 --- libxkbfile-1.1.0.tar.bz2 | 3 --- libxkbfile-1.1.1.tar.xz | 3 +++ libxkbfile.changes | 13 +++++++++++++ libxkbfile.spec | 10 +++++----- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 libxkbfile-1.1.0.tar.bz2 create mode 100644 libxkbfile-1.1.1.tar.xz diff --git a/libxkbfile-1.1.0.tar.bz2 b/libxkbfile-1.1.0.tar.bz2 deleted file mode 100644 index e87a199..0000000 --- a/libxkbfile-1.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:758dbdaa20add2db4902df0b1b7c936564b7376c02a0acd1f2a331bd334b38c7 -size 364678 diff --git a/libxkbfile-1.1.1.tar.xz b/libxkbfile-1.1.1.tar.xz new file mode 100644 index 0000000..d667c18 --- /dev/null +++ b/libxkbfile-1.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8623dc26e7aac3c5ad8a25e57b566f4324f5619e5db38457f0804ee4ed953443 +size 308832 diff --git a/libxkbfile.changes b/libxkbfile.changes index 4f6db61..6d8d688 100644 --- a/libxkbfile.changes +++ b/libxkbfile.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Oct 18 11:09:38 UTC 2022 - Stefan Dirsch + +- Update to version 1.1.1 + * Use strndup if available to avoid -Wstringop-overflow warning from gcc 9 + * Convert check for strcasecmp to normal autoconf style + * Fix spelling/wording issues + * gitlab CI: add a basic build test + * fix an off-by-one error in copying the name of a virtual modifier + * Escape non-printable characters correctly + * unifdef NOTYET + * Fix check for appending '|' character when applying rules + ------------------------------------------------------------------- Thu Mar 21 15:22:18 UTC 2019 - Stefan Dirsch diff --git a/libxkbfile.spec b/libxkbfile.spec index cec0774..ed29e85 100644 --- a/libxkbfile.spec +++ b/libxkbfile.spec @@ -1,7 +1,7 @@ # # spec file for package libxkbfile # -# Copyright (c) 2019 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,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: libxkbfile %define lname libxkbfile1 -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: X11 keyboard file manipulation library License: MIT Group: Development/Libraries/C and C++ -Url: http://xorg.freedesktop.org/ +URL: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libxkbfile #Git-Web: http://cgit.freedesktop.org/xorg/lib/libxkbfile/ -Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 +Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build