forked from pool/libXp
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
This commit is contained in:
parent
b5f195e0ea
commit
ae713a0514
@ -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
3
libXp-1.0.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f360c9905849c3587d48efc0f0ecbc852c19f61a52b18530d6b005cb9148c57
|
||||
size 316717
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user