Accepting request 196962 from home:jengelh:branches:devel:libraries:c_c++
- Update to new upstream release 5.0.5 (bugfix release) OBS-URL: https://build.opensuse.org/request/show/196962 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=29
This commit is contained in:
parent
650e3a7d80
commit
7102db3c89
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7c78b2834256fcb7ff703d0d2153f965dc296f8e059de1fc635aba1042b00bba
|
|
||||||
size 629190
|
|
3
giflib-5.0.5.tar.bz2
Normal file
3
giflib-5.0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:606d8a366b1c625ab60d62faeca807a799a2b9e88cbdf2a02bfcdf4429bf8609
|
||||||
|
size 651559
|
@ -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
|
Wed Jun 26 00:43:20 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: giflib
|
Name: giflib
|
||||||
%define lname libgif6
|
%define lname libgif6
|
||||||
Version: 5.0.4
|
Version: 5.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Library for Working with GIF Images
|
Summary: A Library for Working with GIF Images
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -95,7 +95,7 @@ for file in `find util -name "*.c"`; do
|
|||||||
rm -v $file.stamp
|
rm -v $file.stamp
|
||||||
done
|
done
|
||||||
|
|
||||||
mkdir m4;autoreconf -fiv
|
mkdir -p m4; autoreconf -fiv
|
||||||
%configure --disable-static --with-pic --x-libraries=%{_libdir}
|
%configure --disable-static --with-pic --x-libraries=%{_libdir}
|
||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user