From c2ae6e6c3c44153b69d46b820c4c799edf2591f4b76ffd84144e17ffa8d34bbf Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 12 Apr 2012 10:44:46 +0000 Subject: [PATCH] Accepting request 113251 from home:vuntz:branches:X11:XOrg Update to 1.0.1 OBS-URL: https://build.opensuse.org/request/show/113251 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXp?expand=0&rev=4 --- libXp-1.0.1.tar.bz2 | 3 +++ libXp-X11R7.0-1.0.0.tar.bz2 | 3 --- libXp.changes | 10 ++++++++++ libXp.spec | 16 ++++++++++------ 4 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 libXp-1.0.1.tar.bz2 delete mode 100644 libXp-X11R7.0-1.0.0.tar.bz2 diff --git a/libXp-1.0.1.tar.bz2 b/libXp-1.0.1.tar.bz2 new file mode 100644 index 0000000..abe4e6d --- /dev/null +++ b/libXp-1.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d1f260005616d646b8c8788365f2b7d93911dac57bb53b65753d9f9e6443d2 +size 300427 diff --git a/libXp-X11R7.0-1.0.0.tar.bz2 b/libXp-X11R7.0-1.0.0.tar.bz2 deleted file mode 100644 index d3c6ed3..0000000 --- a/libXp-X11R7.0-1.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f58cb9039eff4f65a60d718797afaf2dfd0bd674e68d1fa83c72a35c54941ee -size 237834 diff --git a/libXp.changes b/libXp.changes index db62262..fbe5d44 100644 --- a/libXp.changes +++ b/libXp.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Apr 11 15:29:47 UTC 2012 - vuntz@opensuse.org + +- Update to version 1.0.1: + + Fix compiler warnings + + Build fixes + + Build configuration improvements +- Add pkgconfig(xorg-macros) BuildRequires: new dependency + upstream. + ------------------------------------------------------------------- Sun Feb 12 00:57:07 UTC 2012 - jengelh@medozas.de diff --git a/libXp.spec b/libXp.spec index 70867e7..ccb6204 100644 --- a/libXp.spec +++ b/libXp.spec @@ -16,10 +16,9 @@ # - Name: libXp %define lname libXp6 -Version: 1.0.0 +Version: 1.0.1 Release: 0 Summary: X Printing Extension client library License: MIT @@ -28,11 +27,16 @@ Url: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXp #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXp/ -Source: %name-X11R7.0-%version.tar.bz2 +Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.57, automake, libtool -BuildRequires: pkgconfig pkgconfig(x11) pkgconfig(xext) -BuildRequires: pkgconfig(printproto) pkgconfig(xau) pkgconfig(xextproto) +BuildRequires: pkgconfig +BuildRequires: pkgconfig(printproto) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xau) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xextproto) +BuildRequires: pkgconfig(xorg-macros) >= 1.8 %description libXp provides APIs to allow client applications to render to @@ -65,7 +69,7 @@ This package contains the development headers for the library found in %lname. %prep -%setup -qn %name-X11R7.0-%version +%setup -q %build %configure --disable-static