diff --git a/xmodmap-1.0.10.tar.bz2 b/xmodmap-1.0.10.tar.bz2 deleted file mode 100644 index 94fd8f5..0000000 --- a/xmodmap-1.0.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:473f0941d7439d501bb895ff358832b936ec34c749b9704c37a15e11c318487c -size 145489 diff --git a/xmodmap-1.0.11.tar.xz b/xmodmap-1.0.11.tar.xz new file mode 100644 index 0000000..d549f9a --- /dev/null +++ b/xmodmap-1.0.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2f8168f7b0bc382828847403902cb6bf175e17658b36189eac87edda877e81 +size 139532 diff --git a/xmodmap.changes b/xmodmap.changes index 6788ada..a15d191 100644 --- a/xmodmap.changes +++ b/xmodmap.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jul 11 12:55:19 UTC 2022 - Stefan Dirsch + +- Update to version 1.0.11 + * gitlab CI: add a basic build test + * Build xz tarballs instead of bzip2 + * handle.c: avoid leaks when realloc() fails + * PrintModifierMapping: stop leaking the map returned by + XGetKeyboardMapping Fix warning about number of mouse buttons + ------------------------------------------------------------------- Sat Apr 17 16:39:15 UTC 2021 - Dirk Müller diff --git a/xmodmap.spec b/xmodmap.spec index 44a9669..48a63f7 100644 --- a/xmodmap.spec +++ b/xmodmap.spec @@ -1,7 +1,7 @@ # # spec file for package xmodmap # -# Copyright (c) 2021 SUSE LLC +# 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 @@ -20,13 +20,13 @@ %define UsrEtcMove 1 %endif Name: xmodmap -Version: 1.0.10 +Version: 1.0.11 Release: 0 Summary: Utility to modify keymaps and pointer button mappings in X License: MIT Group: System/X11/Utilities URL: https://xorg.freedesktop.org/ -Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz Source1: Xmodmap.template Source2: Xmodmap.remote.template BuildRequires: pkgconfig