diff --git a/xset-1.2.2.tar.bz2 b/xset-1.2.2.tar.bz2 deleted file mode 100644 index 57d22d5..0000000 --- a/xset-1.2.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61371c140030b8b05075a1378b34a4d7c438ed9159496a95f10782c6f4aec1e8 -size 129701 diff --git a/xset-1.2.3.tar.bz2 b/xset-1.2.3.tar.bz2 new file mode 100644 index 0000000..7d1eae9 --- /dev/null +++ b/xset-1.2.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4382f4fb29b88647e13f3b4bc29263134270747fc159cfc5f7e3af23588c8063 +size 142286 diff --git a/xset.changes b/xset.changes index 1beacf0..50211bb 100644 --- a/xset.changes +++ b/xset.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Aug 17 18:03:55 UTC 2013 - zaitor@opensuse.org + +- Update to version 1.2.3: + + Pass buf size to on_or_off instead of just assuming it is big + enough. + + Add -version flag. + + Fix integer sign/size conversion warnings from clang. + + Add printf attribute to usage function and fix warnings it + causes. + + Fix gcc warnings about discarded const qualifiers. + + Combine error message strings. + + Combine usage message strings. + + Drop usleep fallbacks for ancient OS versions. + + Remove unneeded include of windows.h on WIN32. + ------------------------------------------------------------------- Sat Apr 14 15:08:36 UTC 2012 - dimstar@opensuse.org diff --git a/xset.spec b/xset.spec index 475b6f1..8d83a14 100644 --- a/xset.spec +++ b/xset.spec @@ -1,7 +1,7 @@ # # spec file for package xset # -# 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,22 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: xset -Version: 1.2.2 -Release: 1 -License: MIT +Version: 1.2.3 +Release: 0 Summary: User preference utility 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) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xfontcache) -BuildRequires: pkgconfig(xxf86misc) BuildRequires: pkgconfig(xmuu) BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xproto) >= 7.0.17 +BuildRequires: pkgconfig(xxf86misc) # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 BuildRoot: %{_tmppath}/%{name}-%{version}-build