Accepting request 593571 from X11:XOrg

- 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/request/show/593571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xset?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2018-04-07 18:49:39 +00:00 committed by Git OBS Bridge
commit e8c91c56af
5 changed files with 18 additions and 31 deletions

View File

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

View File

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

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

View File

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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,13 @@
Name: xset
Version: 1.2.3
Version: 1.2.4
Release: 0
Summary: User preference utility for X
License: MIT
Group: System/X11/Utilities
Url: http://xorg.freedesktop.org/
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: pkgconfig(x11)
BuildRequires: pkgconfig(xext)
@ -43,7 +42,6 @@ display.
%prep
%setup -q
%patch0 -p1
%build
%configure