From 5e16311d9622b318367e4402f95b760fa0a6fc54b45784bd5e390c689565d41a Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 7 Mar 2012 09:47:40 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXres?expand=0&rev=4 --- libXres.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/libXres.spec b/libXres.spec index 9d9fb4e..0d027b0 100644 --- a/libXres.spec +++ b/libXres.spec @@ -1,5 +1,5 @@ # -# spec file for package libXRes +# spec file for package libXres # # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -14,6 +14,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + + Name: libXres %define lname libXRes1 Version: 1.0.5 @@ -21,16 +24,16 @@ Release: 0 Summary: X Resource extension client library License: MIT Group: Development/Libraries/C and C++ -URL: http://xorg.freedesktop.org/ +Url: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXRes #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXRes/ Source: %name-%version.tar.bz2 -BuildRoot: %_tmppath/%name-%version-build +BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool -BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.8, pkgconfig(x11) -BuildRequires: pkgconfig(xext), pkgconfig(xextproto) -BuildRequires: pkgconfig(resourceproto) >= 1.0 +BuildRequires: pkgconfig pkgconfig(x11) pkgconfig(xorg-macros) >= 1.8 +BuildRequires: pkgconfig(xext) pkgconfig(xextproto) +BuildRequires: pkgconfig(resourceproto) >= 1.0 %description libXRes provides an X Window System client interface to the Resource From d18578e8a257b4218c2dee41484436e2b70e9119ef8350acad63be53de312d33 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 12 Apr 2012 10:44:05 +0000 Subject: [PATCH 2/2] Accepting request 113244 from home:vuntz:branches:X11:XOrg Update to 1.0.6 OBS-URL: https://build.opensuse.org/request/show/113244 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXres?expand=0&rev=5 --- libXres-1.0.5.tar.bz2 | 3 --- libXres-1.0.6.tar.bz2 | 3 +++ libXres.changes | 7 +++++++ libXres.spec | 12 +++++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 libXres-1.0.5.tar.bz2 create mode 100644 libXres-1.0.6.tar.bz2 diff --git a/libXres-1.0.5.tar.bz2 b/libXres-1.0.5.tar.bz2 deleted file mode 100644 index ca54989..0000000 --- a/libXres-1.0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a00b0f464bc0c038db5614513b0e33475db22a7b3cd41e4e56a6c661a518a059 -size 240062 diff --git a/libXres-1.0.6.tar.bz2 b/libXres-1.0.6.tar.bz2 new file mode 100644 index 0000000..6f76f0f --- /dev/null +++ b/libXres-1.0.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8661c925e8b182f98ae98f02bbd93c55259ef7f34a92c1a126b6074ebde890 +size 282035 diff --git a/libXres.changes b/libXres.changes index 61dba6b..6e8ee2a 100644 --- a/libXres.changes +++ b/libXres.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 11 15:12:22 UTC 2012 - vuntz@opensuse.org + +- Update to version 1.0.6: + + Janitorial cleanups + + Build configuration improvements + ------------------------------------------------------------------- Tue Feb 7 22:17:49 UTC 2012 - jengelh@medozas.de diff --git a/libXres.spec b/libXres.spec index 0d027b0..8e48472 100644 --- a/libXres.spec +++ b/libXres.spec @@ -16,10 +16,9 @@ # - Name: libXres %define lname libXRes1 -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: X Resource extension client library License: MIT @@ -28,12 +27,15 @@ Url: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXRes #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXRes/ -Source: %name-%version.tar.bz2 +Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool -BuildRequires: pkgconfig pkgconfig(x11) pkgconfig(xorg-macros) >= 1.8 -BuildRequires: pkgconfig(xext) pkgconfig(xextproto) +BuildRequires: pkgconfig BuildRequires: pkgconfig(resourceproto) >= 1.0 +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xextproto) +BuildRequires: pkgconfig(xorg-macros) >= 1.8 %description libXRes provides an X Window System client interface to the Resource