From 60da0a958f35e401be22d96a8ceab725b9bd1f9b Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Sat, 2 Jan 2021 19:07:05 +0100 Subject: [PATCH] Update to 3.0.1 --- .gitignore | 1 + sources | 2 +- zimg-ftbfs.patch | 18 ------------------ zimg.spec | 10 +++++----- 4 files changed, 7 insertions(+), 24 deletions(-) delete mode 100644 zimg-ftbfs.patch 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-ftbfs.patch b/zimg-ftbfs.patch deleted file mode 100644 index a86b51c..0000000 --- a/zimg-ftbfs.patch +++ /dev/null @@ -1,18 +0,0 @@ -From 9ae36d7d5f7420eaacd9644451933512fa13d716 Mon Sep 17 00:00:00 2001 -From: sekrit-twc -Date: Wed, 4 Dec 2019 12:01:26 -0800 -Subject: [PATCH] Update matrix3.cpp - ---- - src/zimg/colorspace/matrix3.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/zimg/colorspace/matrix3.cpp b/src/zimg/colorspace/matrix3.cpp -index 06e0e2fe..b4aeea74 100644 ---- a/src/zimg/colorspace/matrix3.cpp -+++ b/src/zimg/colorspace/matrix3.cpp -@@ -1,3 +1,4 @@ -+#include - #include "matrix3.h" - - namespace zimg { diff --git a/zimg.spec b/zimg.spec index 727fa0c..69aa0b4 100644 --- a/zimg.spec +++ b/zimg.spec @@ -1,15 +1,12 @@ Name: zimg -Version: 2.9.3 -Release: 3%{?dist} +Version: 3.0.1 +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 -# Included in 2.9.4: -Patch: https://github.com/sekrit-twc/zimg/commit/9ae36d7d5f7420eaacd9644451933512fa13d716.patch#/zimg-ftbfs.patch - BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ @@ -66,6 +63,9 @@ 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