From 6154ceca1397d450e626ca6ebd62a7fb3e2c779f Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Mon, 20 Apr 2020 09:17:43 +0200 Subject: [PATCH] Fix FTBFS in Rawhide --- zimg.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/zimg.spec b/zimg.spec index ebc58b9..2958d62 100644 --- a/zimg.spec +++ b/zimg.spec @@ -1,12 +1,15 @@ Name: zimg Version: 2.9.3 -Release: 1%{?dist} +Release: 2%{?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++ @@ -30,7 +33,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 +66,9 @@ rm -fr %{buildroot}%{_docdir}/%{name} %{_libdir}/pkgconfig/%{name}.pc %changelog +* 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.