rpms/ufraw/devel ufraw.spec,1.43,1.44

Nils Philippsen nphilipp at fedoraproject.org
Mon Aug 17 10:21:13 UTC 2009


Author: nphilipp

Update of /cvs/pkgs/rpms/ufraw/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11732

Modified Files:
	ufraw.spec 
Log Message:
fix building with lensfun (#517558)
explain gcc-4.4 patch



Index: ufraw.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ufraw/devel/ufraw.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- ufraw.spec	27 Jul 2009 06:28:32 -0000	1.43
+++ ufraw.spec	17 Aug 2009 10:21:13 -0000	1.44
@@ -36,11 +36,13 @@
 Summary: Raw image data retrieval tool for digital cameras
 Name: ufraw
 Version: 0.15
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Applications/Multimedia
 License: GPLv2+
 URL: http://ufraw.sourceforge.net
 Source0: http://downloads.sourceforge.net/ufraw/ufraw-%{version}.tar.gz
+# make dcraw.cc compile correctly, upstream CVS already compiles without this
+# patch
 Patch0: ufraw-0.15-gcc-4.4.patch
 BuildRequires: gimp-devel >= 2.0
 BuildRequires: gimp >= 2.0
@@ -149,7 +151,7 @@ EOF
 %build
 %configure \
 %if %{with lensfun}
-    --enable-lensfun \
+    --with-lensfun \
 %endif
     --with-exiv2 --with-libexif --enable-mime --enable-extras \
     --enable-contrast
@@ -229,6 +231,10 @@ update-desktop-database >& /dev/null || 
 %endif
 
 %changelog
+* Mon Aug 17 2009 Nils Philippsen <nils at redhat.com> - 0.15-4
+- fix building with lensfun (#517558)
+- explain gcc-4.4 patch
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.15-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list