From b086996029541ff0669d2ec5dcd089c826f253fd51382ba698dd6cb9deae182f Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 11 Feb 2013 09:27:14 +0000 Subject: [PATCH] Accepting request 155042 from home:Zaitor:branches:X11:XOrg Update to version 1.1.1 OBS-URL: https://build.opensuse.org/request/show/155042 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xsetroot?expand=0&rev=3 --- xsetroot-1.1.0.tar.bz2 | 3 --- xsetroot-1.1.1.tar.bz2 | 3 +++ xsetroot.changes | 15 +++++++++++++++ xsetroot.spec | 10 ++++++---- 4 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 xsetroot-1.1.0.tar.bz2 create mode 100644 xsetroot-1.1.1.tar.bz2 diff --git a/xsetroot-1.1.0.tar.bz2 b/xsetroot-1.1.0.tar.bz2 deleted file mode 100644 index 0546dca..0000000 --- a/xsetroot-1.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88f13e949e7aea126239e5c9b3fe7bb7c2ecf70c70774ae41218789d9cfe5fad -size 108707 diff --git a/xsetroot-1.1.1.tar.bz2 b/xsetroot-1.1.1.tar.bz2 new file mode 100644 index 0000000..244d04e --- /dev/null +++ b/xsetroot-1.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba215daaa78c415fce11b9e58c365d03bb602eaa5ea916578d76861a468cc3d9 +size 119977 diff --git a/xsetroot.changes b/xsetroot.changes index 5149fcf..99d9b1c 100644 --- a/xsetroot.changes +++ b/xsetroot.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Feb 10 15:09:20 UTC 2013 - zaitor@opensuse.org + +- Update to version 1.1.1: + + Add -version option. + + Combine usage message strings. + + Config: + - Add missing AC_CONFIG_SRCDIR. + - Move man pages into their own directory. + - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS. + + man: + - Replace hard coded man page section with substitution strings + - Remove trailing spaces and tabs. +- Add pkgconfig(xproto) BuildRequires, new dependency. + ------------------------------------------------------------------- Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org diff --git a/xsetroot.spec b/xsetroot.spec index 21aac14..7bb8874 100644 --- a/xsetroot.spec +++ b/xsetroot.spec @@ -1,7 +1,7 @@ # # spec file for package xsetroot # -# 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: xsetroot -Version: 1.1.0 +Version: 1.1.1 Release: 0 -License: MIT Summary: Utility to set X root window parameter -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) @@ -29,6 +30,7 @@ BuildRequires: pkgconfig(xbitmaps) BuildRequires: pkgconfig(xcursor) BuildRequires: pkgconfig(xmuu) BuildRequires: pkgconfig(xorg-macros) >= 1.8 +BuildRequires: pkgconfig(xproto) >= 7.0.17 # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 BuildRoot: %{_tmppath}/%{name}-%{version}-build