diff --git a/libXpm-3.5.10.tar.bz2 b/libXpm-3.5.10.tar.bz2 deleted file mode 100644 index ea73bb1..0000000 --- a/libXpm-3.5.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6db7e234750e7d60330017972e31d8e1f29f0a8c1391e4ac82f6102d919a735 -size 431310 diff --git a/libXpm-3.5.11.tar.bz2 b/libXpm-3.5.11.tar.bz2 new file mode 100644 index 0000000..c2e9986 --- /dev/null +++ b/libXpm-3.5.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5bdafa51d1ae30086fac01ab83be8d47fe117b238d3437f8e965434090e041c +size 443496 diff --git a/libXpm.changes b/libXpm.changes index f3ed34e..3d2b5f4 100644 --- a/libXpm.changes +++ b/libXpm.changes @@ -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 diff --git a/libXpm.spec b/libXpm.spec index b49350f..7211a3e 100644 --- a/libXpm.spec +++ b/libXpm.spec @@ -18,7 +18,7 @@ Name: libXpm %define lname libXpm4 -Version: 3.5.10 +Version: 3.5.11 Release: 0 Summary: X Pixmap image file format library License: MIT @@ -35,7 +35,7 @@ BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xextproto) BuildRequires: pkgconfig(xorg-macros) >= 1.8 -BuildRequires: pkgconfig(xproto) +BuildRequires: pkgconfig(xproto) >= 7.0.17 BuildRequires: pkgconfig(xt) %description