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:
commit
2fbbfdd811
@ -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,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
|
Sat Jun 1 19:51:08 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXp
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libXp
|
Name: libXp
|
||||||
%define lname libXp6
|
%define lname libXp6
|
||||||
Version: 1.0.2
|
Version: 1.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X Printing Extension client library
|
Summary: X Printing Extension client library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -28,11 +28,12 @@ Url: http://xorg.freedesktop.org/
|
|||||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXp
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXp
|
||||||
#Git-Web: http://cgit.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
|
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.57, automake, libtool
|
#git#BuildRequires: autoconf >= 2.57, automake, libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(printproto)
|
BuildRequires: pkgconfig(printproto)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11) >= 1.6
|
||||||
BuildRequires: pkgconfig(xau)
|
BuildRequires: pkgconfig(xau)
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
BuildRequires: pkgconfig(xextproto)
|
BuildRequires: pkgconfig(xextproto)
|
||||||
|
Loading…
Reference in New Issue
Block a user