Accepting request 186997 from X11:XOrg

Update to version 1.2.2: (forwarded request 186995 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/186997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xprop?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal 2013-08-18 20:27:58 +00:00 committed by Git OBS Bridge
commit 04b6d6abcc
4 changed files with 24 additions and 8 deletions

View File

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

3
xprop-1.2.2.tar.bz2 Normal file
View File

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

View File

@ -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

View File

@ -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)