forked from pool/xsetroot
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
This commit is contained in:
parent
b6bc5c8ac1
commit
b086996029
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88f13e949e7aea126239e5c9b3fe7bb7c2ecf70c70774ae41218789d9cfe5fad
|
||||
size 108707
|
3
xsetroot-1.1.1.tar.bz2
Normal file
3
xsetroot-1.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba215daaa78c415fce11b9e58c365d03bb602eaa5ea916578d76861a468cc3d9
|
||||
size 119977
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user