forked from pool/giflib
Accepting request 196963 from devel:libraries:c_c++
- Update to new upstream release 5.0.5 (bugfix release) (forwarded request 196962 from jengelh) OBS-URL: https://build.opensuse.org/request/show/196963 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=30
This commit is contained in:
commit
c11942f90c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user