Update to 5.1.7
This commit is contained in:
parent
db1305a891
commit
f811572386
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
giflib-4.1.6.tar.bz2
|
giflib-4.1.6.tar.bz2
|
||||||
/giflib-5.1.4.tar.bz2
|
/giflib-5.1.4.tar.bz2
|
||||||
/giflib-5.1.6.tar.gz
|
/giflib-5.1.6.tar.gz
|
||||||
|
/giflib-5.1.7.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: giflib
|
Name: giflib
|
||||||
Summary: A library and utilities for processing GIFs
|
Summary: A library and utilities for processing GIFs
|
||||||
Version: 5.1.6
|
Version: 5.1.7
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.sourceforge.net/projects/%{name}/
|
URL: http://www.sourceforge.net/projects/%{name}/
|
||||||
@ -73,6 +73,9 @@ rm -f %{buildroot}%{_libdir}/libgif.a
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 11 2019 Sandro Mani <manisandro@gmail.com> - 5.1.7-1
|
||||||
|
- Update to 5.1.7
|
||||||
|
|
||||||
* Sat Feb 23 2019 Sandro Mani <manisandro@gmail.com> - 5.1.6-2
|
* Sat Feb 23 2019 Sandro Mani <manisandro@gmail.com> - 5.1.6-2
|
||||||
- Fix broken soname
|
- Fix broken soname
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -rupN giflib-5.1.6/Makefile giflib-5.1.6-new/Makefile
|
diff -rupN giflib-5.1.7/Makefile giflib-5.1.7-new/Makefile
|
||||||
--- giflib-5.1.6/Makefile 2019-02-12 15:26:13.000000000 +0100
|
--- giflib-5.1.7/Makefile 2019-03-10 20:06:28.000000000 +0100
|
||||||
+++ giflib-5.1.6-new/Makefile 2019-02-23 18:43:34.425669380 +0100
|
+++ giflib-5.1.7-new/Makefile 2019-03-11 11:37:17.991404481 +0100
|
||||||
@@ -96,8 +96,8 @@ install-lib:
|
@@ -96,8 +96,8 @@ install-lib:
|
||||||
ln -sf libgif.so.$(LIBVER) "$(DESTDIR)$(LIBDIR)/libgif.so.$(LIBMAJOR)"
|
ln -sf libgif.so.$(LIBVER) "$(DESTDIR)$(LIBDIR)/libgif.so.$(LIBMAJOR)"
|
||||||
ln -sf libgif.so.$(LIBMAJOR) "$(DESTDIR)$(LIBDIR)/libgif.so"
|
ln -sf libgif.so.$(LIBMAJOR) "$(DESTDIR)$(LIBDIR)/libgif.so"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -rupN giflib-5.1.6/Makefile giflib-5.1.6-new/Makefile
|
diff -rupN giflib-5.1.7/Makefile giflib-5.1.7-new/Makefile
|
||||||
--- giflib-5.1.6/Makefile 2019-02-12 15:26:13.000000000 +0100
|
--- giflib-5.1.7/Makefile 2019-03-11 11:37:18.008404458 +0100
|
||||||
+++ giflib-5.1.6-new/Makefile 2019-02-23 20:01:33.846500996 +0100
|
+++ giflib-5.1.7-new/Makefile 2019-03-11 11:37:18.011404454 +0100
|
||||||
@@ -66,7 +66,7 @@ all: libgif.so libgif.a $(UTILS)
|
@@ -66,7 +66,7 @@ all: libgif.so libgif.a $(UTILS)
|
||||||
$(UTILS):: libgif.a
|
$(UTILS):: libgif.a
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (giflib-5.1.6.tar.gz) = a148e3ebee6ad00ac24eb2241e5d7f51c0a22e6e931ebd751ca57b921a2a3d1a17a6d1e0e949ca0401589b539ec1458a57a9e306fadaf03dcd2ec40c11ca28be
|
SHA512 (giflib-5.1.7.tar.gz) = b30c3707839a6d66a3e54d92607c303e5ca3d04d6a02d2037fdc8b80386f9a7fa4148727705014481c3c167bdfac2e99d7e4db1ff7f277b64bd2d9193a89f8b0
|
||||||
|
Loading…
Reference in New Issue
Block a user