forked from pool/libXpm
Accepting request 198755 from home:Zaitor:branches:X11:XOrg
Update to ver 3.5.11 OBS-URL: https://build.opensuse.org/request/show/198755 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXpm?expand=0&rev=8
This commit is contained in:
parent
200751f56b
commit
5ff37cbf37
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a6db7e234750e7d60330017972e31d8e1f29f0a8c1391e4ac82f6102d919a735
|
|
||||||
size 431310
|
|
3
libXpm-3.5.11.tar.bz2
Normal file
3
libXpm-3.5.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c5bdafa51d1ae30086fac01ab83be8d47fe117b238d3437f8e965434090e041c
|
||||||
|
size 443496
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 18:38:52 UTC 2013 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.5.11:
|
||||||
|
+ Fix typo in COPYING (matches src/amigax.h).
|
||||||
|
+ Add noreturn attributes suggested by gcc.
|
||||||
|
+ Doclifter can't handle more than one dash in a name line.
|
||||||
|
+ Fix libXpm build with NO_ZPIPE.
|
||||||
|
+ Added 'const' attribute to all filename arguments in the API.
|
||||||
|
+ Added 'const' qualifier to the filename argument to internal
|
||||||
|
functions.
|
||||||
|
+ Close fd if fdopen() or xpmPipeThrough() fails in
|
||||||
|
OpenWriteFile().
|
||||||
|
+ autogen.sh: Implement GNOME Build API.
|
||||||
|
+ configure: Remove AM_MAINTAINER_MODE.
|
||||||
|
+ Define NO_ZPIPE when building for MinGW.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de
|
Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libXpm
|
Name: libXpm
|
||||||
%define lname libXpm4
|
%define lname libXpm4
|
||||||
Version: 3.5.10
|
Version: 3.5.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X Pixmap image file format library
|
Summary: X Pixmap image file format library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -35,7 +35,7 @@ BuildRequires: pkgconfig(x11)
|
|||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
BuildRequires: pkgconfig(xextproto)
|
BuildRequires: pkgconfig(xextproto)
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||||
BuildRequires: pkgconfig(xproto)
|
BuildRequires: pkgconfig(xproto) >= 7.0.17
|
||||||
BuildRequires: pkgconfig(xt)
|
BuildRequires: pkgconfig(xt)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user