Accepting request 195560 from X11:XOrg
Update to ver 1.2.3 (forwarded request 195512 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/195560 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xset?expand=0&rev=4
This commit is contained in:
commit
a479b3f50f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61371c140030b8b05075a1378b34a4d7c438ed9159496a95f10782c6f4aec1e8
|
||||
size 129701
|
3
xset-1.2.3.tar.bz2
Normal file
3
xset-1.2.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4382f4fb29b88647e13f3b4bc29263134270747fc159cfc5f7e3af23588c8063
|
||||
size 142286
|
16
xset.changes
16
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
|
||||
|
||||
|
13
xset.spec
13
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
|
||||
|
Loading…
Reference in New Issue
Block a user