From ae713a051468fd12fa9c471bcae9a57cc0368ae6ad3c627da752702019e36def Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 9 Mar 2015 10:00:06 +0000 Subject: [PATCH] Accepting request 289891 from home:Zaitor:branches:X11:XOrg - Update to version 1.0.3: + autogen.sh: Honor NOCONFIGURE=1. + configure: Drop AM_MAINTAINER_MODE. + Remove fallback for _XEatDataWords, require libX11 1.6 for it. OBS-URL: https://build.opensuse.org/request/show/289891 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXp?expand=0&rev=11 --- libXp-1.0.2.tar.bz2 | 3 --- libXp-1.0.3.tar.bz2 | 3 +++ libXp.changes | 8 ++++++++ libXp.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 libXp-1.0.2.tar.bz2 create mode 100644 libXp-1.0.3.tar.bz2 diff --git a/libXp-1.0.2.tar.bz2 b/libXp-1.0.2.tar.bz2 deleted file mode 100644 index 7b0eaee..0000000 --- a/libXp-1.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:952fe5b5e90abd2cf04739aef3a9b63a253cd9309ed066a82bab7ca9112fd0b5 -size 298632 diff --git a/libXp-1.0.3.tar.bz2 b/libXp-1.0.3.tar.bz2 new file mode 100644 index 0000000..acd530a --- /dev/null +++ b/libXp-1.0.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f360c9905849c3587d48efc0f0ecbc852c19f61a52b18530d6b005cb9148c57 +size 316717 diff --git a/libXp.changes b/libXp.changes index b160aa0..9195824 100644 --- a/libXp.changes +++ b/libXp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Mar 8 17:23:56 UTC 2015 - zaitor@opensuse.org + +- Update to version 1.0.3: + + autogen.sh: Honor NOCONFIGURE=1. + + configure: Drop AM_MAINTAINER_MODE. + + Remove fallback for _XEatDataWords, require libX11 1.6 for it. + ------------------------------------------------------------------- Sat Jun 1 19:51:08 UTC 2013 - tobias.johannes.klausmann@mni.thm.de diff --git a/libXp.spec b/libXp.spec index ef0d32f..08a766a 100644 --- a/libXp.spec +++ b/libXp.spec @@ -1,7 +1,7 @@ # # spec file for package libXp # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -18,7 +18,7 @@ Name: libXp %define lname libXp6 -Version: 1.0.2 +Version: 1.0.3 Release: 0 Summary: X Printing Extension client library License: MIT @@ -32,7 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.57, automake, libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(printproto) -BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(x11) >= 1.6 BuildRequires: pkgconfig(xau) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xextproto)