forked from pool/xkill
Accepting request 1035539 from X11:XOrg
- 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/request/show/1035539 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xkill?expand=0&rev=9
This commit is contained in:
commit
8e5f40a397
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5f0bb6a95e1ac7c4def8a657496d5d2f21ccd41eb47ef2c9ccb03fb6d6aff6b
|
||||
size 128146
|
3
xkill-1.0.6.tar.xz
Normal file
3
xkill-1.0.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5a8aa78c475677b11504646da8d93dacc30744258076a2ca418a24438aeb907
|
||||
size 121900
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 13 20:25:35 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
12
xkill.spec
12
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}
|
||||
|
Loading…
Reference in New Issue
Block a user