From aecb8da3840e3dbf0bf756f573a29c2b53d119b6221389e139f802f45d46527a Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 13 Nov 2022 20:29:22 +0000 Subject: [PATCH] - Update to version 1.0.6 * Update README for gitlab migration * Update configure.ac bug URL for gitlab migration * gitlab CI: add a basic build test * gitlab CI: stop requiring Signed-off-by in commits * Variable scope reductions as recommended by cppcheck * gitlab CI: explictly list GNU make to be installed in build environment OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkill?expand=0&rev=9 --- xkill-1.0.5.tar.bz2 | 3 --- xkill-1.0.6.tar.xz | 3 +++ xkill.changes | 11 +++++++++++ xkill.spec | 12 ++++++------ 4 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 xkill-1.0.5.tar.bz2 create mode 100644 xkill-1.0.6.tar.xz diff --git a/xkill-1.0.5.tar.bz2 b/xkill-1.0.5.tar.bz2 deleted file mode 100644 index fdff187..0000000 --- a/xkill-1.0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5f0bb6a95e1ac7c4def8a657496d5d2f21ccd41eb47ef2c9ccb03fb6d6aff6b -size 128146 diff --git a/xkill-1.0.6.tar.xz b/xkill-1.0.6.tar.xz new file mode 100644 index 0000000..c25777a --- /dev/null +++ b/xkill-1.0.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a8aa78c475677b11504646da8d93dacc30744258076a2ca418a24438aeb907 +size 121900 diff --git a/xkill.changes b/xkill.changes index 2ad82ff..635174f 100644 --- a/xkill.changes +++ b/xkill.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Nov 13 20:25:35 UTC 2022 - Stefan Dirsch + +- Update to version 1.0.6 + * Update README for gitlab migration + * Update configure.ac bug URL for gitlab migration + * gitlab CI: add a basic build test + * gitlab CI: stop requiring Signed-off-by in commits + * Variable scope reductions as recommended by cppcheck + * gitlab CI: explictly list GNU make to be installed in build environment + ------------------------------------------------------------------- Wed Apr 4 16:09:04 UTC 2018 - sndirsch@suse.com diff --git a/xkill.spec b/xkill.spec index 2209305..069397c 100644 --- a/xkill.spec +++ b/xkill.spec @@ -1,7 +1,7 @@ # # spec file for package xkill # -# Copyright (c) 2018 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,18 +12,18 @@ # 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: xkill -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: Utility to kill a client by its X resource License: X11 Group: System/X11/Utilities -Url: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +URL: http://xorg.freedesktop.org/ +Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz Source1: xkill.desktop BuildRequires: pkg-config BuildRequires: update-desktop-files @@ -54,7 +54,7 @@ make %{?_smp_mflags} %files %defattr(-,root,root) -%doc ChangeLog COPYING README +%doc ChangeLog COPYING README.md %{_bindir}/xkill %{_datadir}/applications/xkill.desktop %{_mandir}/man1/xkill.1%{?ext_man}