diff --git a/giflib-5.0.4.tar.bz2 b/giflib-5.0.4.tar.bz2 deleted file mode 100644 index a61ba6a..0000000 --- a/giflib-5.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c78b2834256fcb7ff703d0d2153f965dc296f8e059de1fc635aba1042b00bba -size 629190 diff --git a/giflib-5.0.5.tar.bz2 b/giflib-5.0.5.tar.bz2 new file mode 100644 index 0000000..a85573b --- /dev/null +++ b/giflib-5.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606d8a366b1c625ab60d62faeca807a799a2b9e88cbdf2a02bfcdf4429bf8609 +size 651559 diff --git a/giflib.changes b/giflib.changes index a13c15d..5f88706 100644 --- a/giflib.changes +++ b/giflib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Aug 31 10:42:33 UTC 2013 - jengelh@inai.de + +- Update to new upstream release 5.0.5 (bugfix release) +* This release sets the error return properly when a screen + descriptor read fails, and fixes minor API documentation bugs. + ------------------------------------------------------------------- Wed Jun 26 00:43:20 UTC 2013 - jengelh@inai.de diff --git a/giflib.spec b/giflib.spec index a2ec2e2..e7dc148 100644 --- a/giflib.spec +++ b/giflib.spec @@ -18,7 +18,7 @@ Name: giflib %define lname libgif6 -Version: 5.0.4 +Version: 5.0.5 Release: 0 Summary: A Library for Working with GIF Images License: MIT @@ -95,7 +95,7 @@ for file in `find util -name "*.c"`; do rm -v $file.stamp done -mkdir m4;autoreconf -fiv +mkdir -p m4; autoreconf -fiv %configure --disable-static --with-pic --x-libraries=%{_libdir} make %{?_smp_mflags} V=1