From 0c2bae28676db6757572263e4e12549b7c4946e870f353029a0dd0d1260d561d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 31 Aug 2014 07:52:36 +0000 Subject: [PATCH] Accepting request 235898 from home:jengelh:branches:devel:libraries:c_c++ - Update to new upstream release 5.1.0 OBS-URL: https://build.opensuse.org/request/show/235898 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=31 --- baselibs.conf | 4 ++-- giflib-5.0.5.tar.bz2 | 3 --- giflib-5.1.0.tar.bz2 | 3 +++ giflib.changes | 13 +++++++++++++ giflib.spec | 6 +++--- 5 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 giflib-5.0.5.tar.bz2 create mode 100644 giflib-5.1.0.tar.bz2 diff --git a/baselibs.conf b/baselibs.conf index 64ae206..808b43f 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,6 +1,6 @@ -libgif6 +libgif7 obsoletes "giflib- < " provides "giflib- = " giflib-devel requires -giflib- = - requires "libgif6- = " + requires "libgif7- = " diff --git a/giflib-5.0.5.tar.bz2 b/giflib-5.0.5.tar.bz2 deleted file mode 100644 index a85573b..0000000 --- a/giflib-5.0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:606d8a366b1c625ab60d62faeca807a799a2b9e88cbdf2a02bfcdf4429bf8609 -size 651559 diff --git a/giflib-5.1.0.tar.bz2 b/giflib-5.1.0.tar.bz2 new file mode 100644 index 0000000..e0a4fb2 --- /dev/null +++ b/giflib-5.1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aec694f1c68132e6af499a621996b5a1fc219f4bbe19ab2ba972b3f95188d1b +size 621155 diff --git a/giflib.changes b/giflib.changes index 5f88706..116d0c6 100644 --- a/giflib.changes +++ b/giflib.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri May 30 14:36:54 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 5.1.0 +* Minor API change to assist library wrappers in dynamic languages, + removal of the the gif2raw utility, and various minor fix patches + for unusual edge cases. +* API changes to functions: + GifErrorString returns const char *; + EGifGetGifVersion returns const char *; + EGifCloseFile takes another int *errorcode; + DGifCloseFile takes another int *errorcode; + ------------------------------------------------------------------- Sat Aug 31 10:42:33 UTC 2013 - jengelh@inai.de diff --git a/giflib.spec b/giflib.spec index e7dc148..d6c0591 100644 --- a/giflib.spec +++ b/giflib.spec @@ -1,7 +1,7 @@ # # spec file for package giflib # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,8 @@ Name: giflib -%define lname libgif6 -Version: 5.0.5 +%define lname libgif7 +Version: 5.1.0 Release: 0 Summary: A Library for Working with GIF Images License: MIT