- Update to version 1.2.4
* configure: Drop AM_MAINTAINER_MODE * autogen.sh: Honor NOCONFIGURE=1 * autogen.sh: use quoted string variables * Include unistd.h for usleep() if HAVE_USLEEP * Fix one last warning about usage() format string. * autogen: add default patch prefix * autogen.sh: use exec instead of waiting for configure to finish - supersedes U_xset_fix-warning-about-usage-format-string.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xset?expand=0&rev=9
This commit is contained in:
parent
18b679cc1f
commit
c6995759c6
@ -1,24 +0,0 @@
|
|||||||
From c3ce2c28deac121db0de50af63c902e5883fe140 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Matthieu Herrb <matthieu.herrb@laas.fr>
|
|
||||||
Date: Sat, 17 Aug 2013 18:25:49 +0200
|
|
||||||
Subject: Fix one last warning about usage() format string.
|
|
||||||
|
|
||||||
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
|
|
||||||
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
||||||
|
|
||||||
diff --git a/xset.c b/xset.c
|
|
||||||
index f461d4b..98f552f 100644
|
|
||||||
--- a/xset.c
|
|
||||||
+++ b/xset.c
|
|
||||||
@@ -325,8 +325,7 @@ main(int argc, char *argv[])
|
|
||||||
usage("low-mark must be greater than 0");
|
|
||||||
}
|
|
||||||
if (himark <= lowmark) {
|
|
||||||
- usage("hi-mark must be greater than low-mark",
|
|
||||||
- NULL);
|
|
||||||
+ usage("hi-mark must be greater than low-mark");
|
|
||||||
}
|
|
||||||
if (i >= argc) {
|
|
||||||
set_font_cache(dpy, himark, lowmark, balance);
|
|
||||||
--
|
|
||||||
cgit v0.10.2
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4382f4fb29b88647e13f3b4bc29263134270747fc159cfc5f7e3af23588c8063
|
|
||||||
size 142286
|
|
3
xset-1.2.4.tar.bz2
Normal file
3
xset-1.2.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e4fd95280df52a88e9b0abc1fee11dcf0f34fc24041b9f45a247e52df941c957
|
||||||
|
size 145546
|
13
xset.changes
13
xset.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 4 14:47:54 UTC 2018 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.2.4
|
||||||
|
* configure: Drop AM_MAINTAINER_MODE
|
||||||
|
* autogen.sh: Honor NOCONFIGURE=1
|
||||||
|
* autogen.sh: use quoted string variables
|
||||||
|
* Include unistd.h for usleep() if HAVE_USLEEP
|
||||||
|
* Fix one last warning about usage() format string.
|
||||||
|
* autogen: add default patch prefix
|
||||||
|
* autogen.sh: use exec instead of waiting for configure to finish
|
||||||
|
- supersedes U_xset_fix-warning-about-usage-format-string.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 20 23:27:49 UTC 2017 - zaitor@opensuse.org
|
Mon Nov 20 23:27:49 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xset
|
# spec file for package xset
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xset
|
Name: xset
|
||||||
Version: 1.2.3
|
Version: 1.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: User preference utility for X
|
Summary: User preference utility for X
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
Url: http://xorg.freedesktop.org/
|
Url: http://xorg.freedesktop.org/
|
||||||
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||||
Patch0: U_xset_fix-warning-about-usage-format-string.patch
|
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
@ -43,7 +42,6 @@ display.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
Loading…
Reference in New Issue
Block a user