diff --git a/.gitignore b/.gitignore index cae1b65..fa90514 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /zimg-2.8.tar.gz +/zimg-2.9.2.tar.gz diff --git a/sources b/sources index 56a6505..3fd30b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zimg-2.8.tar.gz) = 1e89087a756798a7ae3bfae3bc8244b29ae8ae7f04f53bdf6c4d4de3cb11412dc1eecd95a4a121bb9077437e633f8fbb665522ff8112ade806d9191ea4b5f7bf +SHA512 (zimg-2.9.2.tar.gz) = b688f8e93a2e4549f2c844cd58c6e0714e6494d6fc8c800dc1b0cdf2278fb9925a646fc332350c1b5d77cef2134bf35e18a873c24ea1979c1adce57bfef68ebe diff --git a/zimg.spec b/zimg.spec index b79334a..232f94f 100644 --- a/zimg.spec +++ b/zimg.spec @@ -1,11 +1,11 @@ Name: zimg -Version: 2.8 -Release: 4%{?dist} +Version: 2.9.2 +Release: 1%{?dist} Summary: Scaling, color space conversion, and dithering library License: WTFPL URL: https://github.com/sekrit-twc/zimg -Source0: https://github.com/sekrit-twc/zimg/archive/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: %{url}/archive/release-%{version}/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake @@ -37,7 +37,7 @@ autoreconf -vif %configure \ --disable-static \ --enable-testapp -%make_build +%make_build V=1 %install %make_install @@ -63,6 +63,9 @@ rm -fr %{buildroot}%{_docdir}/%{name} %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon Sep 23 2019 Leigh Scott - 2.9.2-1 +- Update to 2.9.2 release + * Sat Jul 27 2019 Fedora Release Engineering - 2.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild