diff --git a/xprop-1.2.1.tar.bz2 b/xprop-1.2.1.tar.bz2 deleted file mode 100644 index 3954c69..0000000 --- a/xprop-1.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07907a189099b8a000406b5ca6c5346df238a9e1fe3b32dc59f48fe0ad12f1a3 -size 133712 diff --git a/xprop-1.2.2.tar.bz2 b/xprop-1.2.2.tar.bz2 new file mode 100644 index 0000000..67c08b9 --- /dev/null +++ b/xprop-1.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bee88b1025865ad121f72d32576dd3027af1446774aa8300cce3c261d869bc6 +size 145556 diff --git a/xprop.changes b/xprop.changes index df18839..94fdc2f 100644 --- a/xprop.changes +++ b/xprop.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Aug 13 14:58:11 UTC 2013 - zaitor@opensuse.org + +- Update to version 1.2.2: + + Mark usage() as noreturn, as suggested by gcc + -Wmissing-noreturn. + + Fix const conversion warnings from gcc. + + Add unicode argument to Format_Len_String to reduce code + duplication. + + Replace strlen/malloc/memcpy set with strdup. + + Mark FatalError() as taking printf-style arguments. + + config: Add missing AC_CONFIG_SRCDIR. + + Enable setting property of type UTF8_STRING. + + Expand description in README a little. + ------------------------------------------------------------------- Sat Apr 14 16:26:46 UTC 2012 - dimstar@opensuse.org diff --git a/xprop.spec b/xprop.spec index df3f876..8056d96 100644 --- a/xprop.spec +++ b/xprop.spec @@ -1,7 +1,7 @@ # # spec file for package xprop # -# 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,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: xprop -Version: 1.2.1 -Release: 1 -License: MIT +Version: 1.2.2 +Release: 0 Summary: Property displayer for X -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 BuildRequires: pkg-config BuildRequires: pkgconfig(x11)