2 Commits

Author SHA256 Message Date
6a9e6036b2 Accepting request 1329107 from X11:XOrg
- Update to version 1.0.7
  * meson: Add option to build with meson
  * add -help option
  * Accept --help & --version as aliases to -help & -version
  * man page: fix warnings from `mandoc -T lint`
  * Strip trailing whitespace from source files
  * gitlab CI: drop the ci-fairy check-mr job

OBS-URL: https://build.opensuse.org/request/show/1329107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xkill?expand=0&rev=10
2026-01-26 10:06:23 +00:00
1b858144c3 - Update to version 1.0.7
* meson: Add option to build with meson
  * add -help option
  * Accept --help & --version as aliases to -help & -version
  * man page: fix warnings from `mandoc -T lint`
  * Strip trailing whitespace from source files
  * gitlab CI: drop the ci-fairy check-mr job

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkill?expand=0&rev=11
2026-01-25 21:45:11 +00:00
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5a8aa78c475677b11504646da8d93dacc30744258076a2ca418a24438aeb907
size 121900

3
xkill-1.0.7.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ff264bc4eebc0459255a92036dc8dc84b6d48caef8509f88a783beaadea750b
size 127388

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jan 25 21:39:39 UTC 2026 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.0.7
* meson: Add option to build with meson
* add -help option
* Accept --help & --version as aliases to -help & -version
* man page: fix warnings from `mandoc -T lint`
* Strip trailing whitespace from source files
* gitlab CI: drop the ci-fairy check-mr job
-------------------------------------------------------------------
Sun Nov 13 20:25:35 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package xkill
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: xkill
Version: 1.0.6
Version: 1.0.7
Release: 0
Summary: Utility to kill a client by its X resource
License: X11
@@ -25,6 +25,7 @@ Group: System/X11/Utilities
URL: http://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
Source1: xkill.desktop
BuildRequires: meson
BuildRequires: pkg-config
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(x11)
@@ -45,11 +46,11 @@ programs that have displayed undesired windows on a user's screen.
cp %{SOURCE1} .
%build
%configure
make %{?_smp_mflags}
%meson
%meson_build
%install
%make_install
%meson_install
%suse_update_desktop_file -i -u xkill Utility DesktopUtility
%files