Update to libpng 1.6.8 for minor bug fixes (#1033049)
This commit is contained in:
parent
dd33ef42a1
commit
8a35d649eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/libpng-1.6.2.tar.gz
|
/libpng-1.6.2.tar.gz
|
||||||
/libpng-1.6.3.tar.gz
|
/libpng-1.6.3.tar.gz
|
||||||
/libpng-1.6.6.tar.gz
|
/libpng-1.6.6.tar.gz
|
||||||
|
/libpng-1.6.8.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Summary: A library of functions for manipulating PNG image format files
|
Summary: A library of functions for manipulating PNG image format files
|
||||||
Name: libpng
|
Name: libpng
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.6.6
|
Version: 1.6.8
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: zlib
|
License: zlib
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.libpng.org/pub/png/
|
URL: http://www.libpng.org/pub/png/
|
||||||
@ -110,6 +110,9 @@ make check
|
|||||||
%{_bindir}/pngfix
|
%{_bindir}/pngfix
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 15 2014 Petr Hracek <phracek@redhat.com> - 2:1.6.8-1
|
||||||
|
- Update to libpng 1.6.8 for minor bug fixes (#1033049)
|
||||||
|
|
||||||
* Wed Sep 25 2013 Petr Hracek <phracek@redhat.com> - 2:1.6.6-2
|
* Wed Sep 25 2013 Petr Hracek <phracek@redhat.com> - 2:1.6.6-2
|
||||||
- Correct BuildRequires on autoconf to 2.68 (#1008101)
|
- Correct BuildRequires on autoconf to 2.68 (#1008101)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user