Accepting request 290002 from X11:XOrg

- added baselibs.conf as source to specfile in order to make
  factory checkin policy happy ...

- 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/290002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXp?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2015-03-16 08:36:48 +00:00 committed by Git OBS Bridge
commit 2fbbfdd811
4 changed files with 21 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:952fe5b5e90abd2cf04739aef3a9b63a253cd9309ed066a82bab7ca9112fd0b5
size 298632

3
libXp-1.0.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f360c9905849c3587d48efc0f0ecbc852c19f61a52b18530d6b005cb9148c57
size 316717

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Mar 9 10:05:14 UTC 2015 - sndirsch@suse.com
- added baselibs.conf as source to specfile in order to make
factory checkin policy happy ...
-------------------------------------------------------------------
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

View File

@ -1,7 +1,7 @@
#
# spec file for package libXp
#
# Copyright (c) 2013 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
@ -28,11 +28,12 @@ Url: http://xorg.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXp
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXp/
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
Source1: baselibs.conf
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)