Update to 3.0.1

epel9
Simone Caronni 4 years ago
parent 02831c8fe9
commit 60da0a958f

1
.gitignore vendored

@ -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

@ -1 +1 @@
SHA512 (zimg-2.9.3.tar.gz) = dfa5dd8f6f6335f6f5106e792774ae649d056c42c8f586627996be172d98b17e0583c41f1dc421edd0fc27793240df9f87217d8cdfc24a2367646e046109b196
SHA512 (zimg-3.0.1.tar.gz) = ae117399772d2c35ffa61b8cf5d156edf4ed65e9ffeb2e9e0688c88244fdd1a89c098bd842e3795b33fb0951da97f844fb6ffe27045e3234720f70f842356936

@ -1,18 +0,0 @@
From 9ae36d7d5f7420eaacd9644451933512fa13d716 Mon Sep 17 00:00:00 2001
From: sekrit-twc <sekrit-twc@users.noreply.github.com>
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 <cstddef>
#include "matrix3.h"
namespace zimg {

@ -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 <negativo17@gmail.com> - 3.0.1-1
- Update to 3.0.1.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save