From 1579a6de46782bdaf435b532fa34e6885ffee2af Mon Sep 17 00:00:00 2001 From: Owen W. Taylor Date: Sep 18 2018 18:06:00 +0000 Subject: Don't explicitly require fftw This pulls in unnecessary library subpackages and binaries; just count on RPM's standard library autodependencies. --- diff --git a/rawtherapee.spec b/rawtherapee.spec index 02bd024..13bf4af 100644 --- a/rawtherapee.spec +++ b/rawtherapee.spec @@ -1,6 +1,6 @@ Name: rawtherapee Version: 5.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Raw image processing software Group: Applications/Multimedia @@ -30,7 +30,6 @@ BuildRequires: pkgconfig(libtiff-4) BuildRequires: pkgconfig(sigc++-2.0) BuildRequires: pkgconfig(zlib) -Requires: fftw Requires: hicolor-icon-theme # https://fedorahosted.org/fpc/ticket/530 @@ -90,6 +89,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/%{name}. %changelog +* Tue Sep 18 2018 Owen Taylor - 5.4-3 +- Don't explicitly require fftw - this pulls in unnecessary library subpackages + and binaries; just count on RPM's standard library autodependencies. + * Sat Jul 14 2018 Fedora Release Engineering - 5.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild