update to 0.22 [release 0.22-1mamba;Wed Aug 03 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 18:46:40 +01:00
parent b8e290fd81
commit bd202d9f88

View File

@ -1,6 +1,6 @@
Name: ufraw Name: ufraw
Version: 0.21 Version: 0.22
Release: 2mamba Release: 1mamba
Summary: UFRaw is a utility to read and manipulate raw images from digital cameras. Summary: UFRaw is a utility to read and manipulate raw images from digital cameras.
Group: Graphical Desktop/Applications/Graphics Group: Graphical Desktop/Applications/Graphics
Vendor: openmamba Vendor: openmamba
@ -36,6 +36,7 @@ BuildRequires: libstdc++6-devel
BuildRequires: libtiff-devel BuildRequires: libtiff-devel
BuildRequires: libz-devel BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libcfitsio-devel >= 3.390-1mamba
BuildRequires: liblensfun-devel >= 0.3.2-1mamba BuildRequires: liblensfun-devel >= 0.3.2-1mamba
BuildRequires: libexiv2-devel >= 0.23 BuildRequires: libexiv2-devel >= 0.23
Obsoletes: dcraw 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-dst-correction \
--enable-mime \ --enable-mime \
--enable-contras \ --enable-contras \
CFITSIO_CFLAGS=-I%{_includedir}/cfitsio/ CFITSIO_CFLAGS=-I%{_includedir}/cfitsio/ \
%ifarch arm
CXXFLAGS="%{optflags} -Wno-narrowing"
%endif
%make %make
@ -112,6 +116,12 @@ UFRaw is a utility to read and manipulate raw images from digital cameras. It ca
#%endif #%endif
%changelog %changelog
* Wed Aug 03 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.22-1mamba
- update to 0.22
* Tue Aug 02 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.21-3mamba
- rebuilt by autoport with build requirements: libcfitsio-devel>=3.390-1mamba
* Sat Mar 12 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.21-2mamba * Sat Mar 12 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.21-2mamba
- rebuilt by autoport with build requirements: liblensfun-devel>=0.3.2-1mamba - rebuilt by autoport with build requirements: liblensfun-devel>=0.3.2-1mamba