From 53657f17b7bdcf839282862720c144e31299cccb Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Wed, 2 Mar 2022 08:28:30 +0100 Subject: [PATCH] Update to 3.0.3 --- .gitignore | 5 +---- sources | 2 +- zimg.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 8045104..91d7f39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -/zimg-2.8.tar.gz -/zimg-2.9.2.tar.gz -/zimg-2.9.3.tar.gz -/zimg-3.0.1.tar.gz +zimg-*.tar.gz diff --git a/sources b/sources index 21114c2..63bc1d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zimg-3.0.1.tar.gz) = ae117399772d2c35ffa61b8cf5d156edf4ed65e9ffeb2e9e0688c88244fdd1a89c098bd842e3795b33fb0951da97f844fb6ffe27045e3234720f70f842356936 +SHA512 (zimg-3.0.3.tar.gz) = 859c625599b412ecdd72c73d7618f6c7f9760337f7c8aec69fb97e30e1e65e4da51f6cbc5a2c8ad58cb7fbccdccb5322b95f24166c0204da6a3a8cd862cfb2ab diff --git a/zimg.spec b/zimg.spec index e98c313..99aa24f 100644 --- a/zimg.spec +++ b/zimg.spec @@ -1,12 +1,13 @@ Name: zimg -Version: 3.0.1 -Release: 2%{?dist} +Version: 3.0.3 +Release: 1%{?dist} Summary: Scaling, color space conversion, and dithering library License: WTFPL URL: https://github.com/sekrit-twc/zimg Source0: %{url}/archive/release-%{version}/%{name}-%{version}.tar.gz +BuildRequires: make BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ @@ -67,6 +68,9 @@ rm -fr %{buildroot}%{_docdir}/%{name} %{_libdir}/pkgconfig/%{name}.pc %changelog +* Wed Feb 23 2022 Nicolas Chauvet - 3.0.3-1 +- Update to 3.0.3 + * Thu Jan 7 2021 Simone Caronni - 3.0.1-2 - Fix build on armv7hl.