forked from pool/xkill
Accepting request 198891 from X11:XOrg
Update to version 1.0.4 (forwarded request 198753 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/198891 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xkill?expand=0&rev=4
This commit is contained in:
commit
ce74504e85
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd8307272a648ca76a266e5c1111384c8ed9367c6a8f1a5be844a5b5300881a9
|
|
||||||
size 107790
|
|
3
xkill-1.0.4.tar.bz2
Normal file
3
xkill-1.0.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:88ef2a304f32f24b255e879f03c1dcd3a2be3e71d5562205414f267d919f812e
|
||||||
|
size 124828
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 18:18:23 UTC 2013 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.0.4:
|
||||||
|
+ Explicitly cast tolower() return value to char before
|
||||||
|
storing in a char.
|
||||||
|
+ Mark arguments to catch_window_errors as unused.
|
||||||
|
+ Use man page sections in See Also references to libX11 man
|
||||||
|
pages.
|
||||||
|
+ Add -version option to print version.
|
||||||
|
+ Mark static string in verify_okay_to_kill as const.
|
||||||
|
+ Mark msg argument to get_window_id as const, since it's just
|
||||||
|
printed out.
|
||||||
|
+ Use strtoul instead of open coding it with sscanf.
|
||||||
|
+ Mark Exit() and usage() as _X_NORETURN.
|
||||||
|
+ Get rid of dpy global so we don't get shadow warnings from
|
||||||
|
every function.
|
||||||
|
+ Remove unused variable cpp.
|
||||||
|
+ config: move man pages into their own directory.
|
||||||
|
+ man:
|
||||||
|
- Replace hard coded man page section with substitution
|
||||||
|
strings.
|
||||||
|
- Remove trailing spaces and tabs.
|
||||||
|
- Add pkgconfig(xproto) BuildRequires, new dependency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 13 16:17:24 UTC 2012 - mgorse@suse.com
|
Fri Apr 13 16:17:24 UTC 2012 - mgorse@suse.com
|
||||||
|
|
||||||
|
12
xkill.spec
12
xkill.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xkill
|
# spec file for package xkill
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,20 +15,22 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: xkill
|
Name: xkill
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MIT
|
|
||||||
Summary: Utility to kill a client by its X resource
|
Summary: Utility to kill a client by its X resource
|
||||||
Url: http://xorg.freedesktop.org/
|
License: MIT
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
|
Url: http://xorg.freedesktop.org/
|
||||||
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||||
Source1: xkill.desktop
|
Source1: xkill.desktop
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
|
||||||
BuildRequires: pkgconfig(xmuu)
|
BuildRequires: pkgconfig(xmuu)
|
||||||
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||||
|
BuildRequires: pkgconfig(xproto) >= 7.0.22
|
||||||
# This was part of the xorg-x11 package up to version 7.6
|
# This was part of the xorg-x11 package up to version 7.6
|
||||||
Conflicts: xorg-x11 <= 7.6
|
Conflicts: xorg-x11 <= 7.6
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user