diff --git a/.gitignore b/.gitignore index 570a7d7..8045104 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /zimg-2.8.tar.gz /zimg-2.9.2.tar.gz /zimg-2.9.3.tar.gz +/zimg-3.0.1.tar.gz diff --git a/sources b/sources index 180a453..21114c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zimg-2.9.3.tar.gz) = dfa5dd8f6f6335f6f5106e792774ae649d056c42c8f586627996be172d98b17e0583c41f1dc421edd0fc27793240df9f87217d8cdfc24a2367646e046109b196 +SHA512 (zimg-3.0.1.tar.gz) = ae117399772d2c35ffa61b8cf5d156edf4ed65e9ffeb2e9e0688c88244fdd1a89c098bd842e3795b33fb0951da97f844fb6ffe27045e3234720f70f842356936 diff --git a/zimg.spec b/zimg.spec index ebc58b9..69aa0b4 100644 --- a/zimg.spec +++ b/zimg.spec @@ -1,5 +1,5 @@ Name: zimg -Version: 2.9.3 +Version: 3.0.1 Release: 1%{?dist} Summary: Scaling, color space conversion, and dithering library License: WTFPL @@ -30,7 +30,7 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep -%autosetup -n zimg-release-%{version} +%autosetup -p1 -n zimg-release-%{version} %build autoreconf -vif @@ -63,6 +63,15 @@ rm -fr %{buildroot}%{_docdir}/%{name} %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sat Jan 2 2021 Simone Caronni - 3.0.1-1 +- Update to 3.0.1. + +* Wed Jul 29 2020 Fedora Release Engineering - 2.9.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Apr 20 2020 Simone Caronni - 2.9.3-2 +- Fix FTBFS in Rawhide. + * Wed Mar 04 2020 Simone Caronni - 2.9.3-1 - Update to 2.9.3.