Update to 2.13.0

epel9
Sandro Mani 4 years ago
parent 13bfe1d5f1
commit 8d312c28db

@ -1,6 +1,6 @@
diff -rupN --no-dereference pngquant-2.12.6/test/test.sh pngquant-2.12.6-new/test/test.sh diff -rupN --no-dereference pngquant-2.13.0/test/test.sh pngquant-2.13.0-new/test/test.sh
--- pngquant-2.12.6/test/test.sh 2019-12-30 16:44:45.000000000 +0100 --- pngquant-2.13.0/test/test.sh 2020-10-19 00:03:50.000000000 +0200
+++ pngquant-2.12.6-new/test/test.sh 2019-12-30 23:08:29.319739543 +0100 +++ pngquant-2.13.0-new/test/test.sh 2020-10-19 17:36:40.324603723 +0200
@@ -53,7 +53,7 @@ function test_skip() { @@ -53,7 +53,7 @@ function test_skip() {
$BIN "$TMPDIR/skiptest.png" -Q 0-50 -o "$TMPDIR/q50output.png" $BIN "$TMPDIR/skiptest.png" -Q 0-50 -o "$TMPDIR/q50output.png"
test -f "$TMPDIR/q50output.png" test -f "$TMPDIR/q50output.png"

@ -1,14 +1,15 @@
%global libname libimagequant %global libname libimagequant
Name: pngquant Name: pngquant
Version: 2.12.6 Version: 2.13.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: PNG quantization tool for reducing image file size Summary: PNG quantization tool for reducing image file size
License: GPLv3+ License: GPLv3+
URL: http://%{name}.org URL: http://%{name}.org
Source0: https://github.com/pornel/%{name}/archive/%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/pornel/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
# Comment out failing test on EL < 8 due to old libpng
Patch1: pngquant-old_libpng.patch Patch1: pngquant-old_libpng.patch
BuildRequires: gcc BuildRequires: gcc
@ -60,6 +61,9 @@ export CFLAGS="%{optflags} -fno-math-errno -funroll-loops -fomit-frame-pointer -
%changelog %changelog
* Mon Oct 19 2020 Sandro Mani <manisandro@gmail.com> - 2.13.0-1
- Update to 2.13.0
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.6-3 * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (pngquant-2.12.6.tar.gz) = 8ffff346df67edf1000c71b6d26371826bc4d236b3f57ef1ec73b3b61668cff9c3ca7d541417c39bc6c89e00176c91eb28867b7a91945ac84292ca0ac54984e9 SHA512 (pngquant-2.13.0.tar.gz) = c9c50cccacb9114838630668bdf84fb3004b02255461dfefc50907868534733fa332708e4ad53142b533dc966e3f1e99ac39e34e7193799d83c459c1f54b1bcd

Loading…
Cancel
Save