From b1f7a7c6eb24f3acb7844281dcb7495e88f97d99518179e3f60c38e22041280a Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 13 Sep 2013 10:16:29 +0000 Subject: [PATCH] Accepting request 198753 from home:Zaitor:branches:X11:XOrg Update to version 1.0.4 OBS-URL: https://build.opensuse.org/request/show/198753 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkill?expand=0&rev=3 --- xkill-1.0.3.tar.bz2 | 3 --- xkill-1.0.4.tar.bz2 | 3 +++ xkill.changes | 25 +++++++++++++++++++++++++ xkill.spec | 12 +++++++----- 4 files changed, 35 insertions(+), 8 deletions(-) delete mode 100644 xkill-1.0.3.tar.bz2 create mode 100644 xkill-1.0.4.tar.bz2 diff --git a/xkill-1.0.3.tar.bz2 b/xkill-1.0.3.tar.bz2 deleted file mode 100644 index d81286b..0000000 --- a/xkill-1.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd8307272a648ca76a266e5c1111384c8ed9367c6a8f1a5be844a5b5300881a9 -size 107790 diff --git a/xkill-1.0.4.tar.bz2 b/xkill-1.0.4.tar.bz2 new file mode 100644 index 0000000..f524b2f --- /dev/null +++ b/xkill-1.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ef2a304f32f24b255e879f03c1dcd3a2be3e71d5562205414f267d919f812e +size 124828 diff --git a/xkill.changes b/xkill.changes index 9f10bba..a46570d 100644 --- a/xkill.changes +++ b/xkill.changes @@ -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 diff --git a/xkill.spec b/xkill.spec index 534c477..510ff55 100644 --- a/xkill.spec +++ b/xkill.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -15,20 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: xkill -Version: 1.0.3 +Version: 1.0.4 Release: 0 -License: MIT Summary: Utility to kill a client by its X resource -Url: http://xorg.freedesktop.org/ +License: MIT Group: System/X11/Utilities +Url: http://xorg.freedesktop.org/ Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 Source1: xkill.desktop BuildRequires: pkg-config BuildRequires: update-desktop-files BuildRequires: pkgconfig(x11) -BuildRequires: pkgconfig(xorg-macros) >= 1.8 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 Conflicts: xorg-x11 <= 7.6 BuildRoot: %{_tmppath}/%{name}-%{version}-build