From bd202d9f88dc11b2e975e9341853a19195876b46 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:46:40 +0100 Subject: [PATCH] update to 0.22 [release 0.22-1mamba;Wed Aug 03 2016] --- ufraw.spec | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/ufraw.spec b/ufraw.spec index 6e6778b..811b36c 100644 --- a/ufraw.spec +++ b/ufraw.spec @@ -1,6 +1,6 @@ Name: ufraw -Version: 0.21 -Release: 2mamba +Version: 0.22 +Release: 1mamba Summary: UFRaw is a utility to read and manipulate raw images from digital cameras. Group: Graphical Desktop/Applications/Graphics Vendor: openmamba @@ -36,6 +36,7 @@ BuildRequires: libstdc++6-devel BuildRequires: libtiff-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END +BuildRequires: libcfitsio-devel >= 3.390-1mamba BuildRequires: liblensfun-devel >= 0.3.2-1mamba BuildRequires: libexiv2-devel >= 0.23 Obsoletes: dcraw @@ -73,7 +74,10 @@ UFRaw is a utility to read and manipulate raw images from digital cameras. It ca --enable-dst-correction \ --enable-mime \ --enable-contras \ - CFITSIO_CFLAGS=-I%{_includedir}/cfitsio/ + CFITSIO_CFLAGS=-I%{_includedir}/cfitsio/ \ +%ifarch arm + CXXFLAGS="%{optflags} -Wno-narrowing" +%endif %make @@ -112,6 +116,12 @@ UFRaw is a utility to read and manipulate raw images from digital cameras. It ca #%endif %changelog +* Wed Aug 03 2016 Silvan Calarco 0.22-1mamba +- update to 0.22 + +* Tue Aug 02 2016 Silvan Calarco 0.21-3mamba +- rebuilt by autoport with build requirements: libcfitsio-devel>=3.390-1mamba + * Sat Mar 12 2016 Silvan Calarco 0.21-2mamba - rebuilt by autoport with build requirements: liblensfun-devel>=0.3.2-1mamba