From abe8411d92bf284edbb07784448adbad8152ace3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Wed, 30 Jun 2021 09:26:56 +0200 Subject: [PATCH] Resolves: #1975916 - remove lensfun from gegl04 --- gegl04.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gegl04.spec b/gegl04.spec index 005e9fb..ab3138a 100644 --- a/gegl04.spec +++ b/gegl04.spec @@ -2,7 +2,7 @@ Name: gegl04 Version: 0.4.30 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Graph based image processing framework # The binary is under the GPL, while the libs are under LGPL. @@ -33,7 +33,6 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.44.0 BuildRequires: pkgconfig(jasper) >= 1.900.1 BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(lcms2) >= 2.8 -BuildRequires: pkgconfig(lensfun) >= 0.2.5 BuildRequires: pkgconfig(libraw) >= 0.15.4 BuildRequires: pkgconfig(libpng) >= 1.6.0 BuildRequires: pkgconfig(librsvg-2.0) >= 2.40.6 @@ -171,6 +170,9 @@ chrpath --delete %{buildroot}%{_libdir}/gegl-%{apiver}/*.so %changelog +* Wed Jun 30 2021 Josef Ridky - 0.4.30-4 +- Remove lensfun from buildrequires (#1975916) + * Fri Apr 16 2021 Debarshi Ray - 0.4.30-3 - Disable luajit on RHEL Resolves: #1950052