]> git.pld-linux.org Git - packages/ufraw.git/commitdiff
- added include patch (missing include for std::cerr), release 12 (cfitsio 3.49) auto/th/ufraw-0.22-12
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 11 Dec 2020 05:38:27 +0000 (06:38 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 11 Dec 2020 05:38:27 +0000 (06:38 +0100)
ufraw-include.patch [new file with mode: 0644]
ufraw.spec

diff --git a/ufraw-include.patch b/ufraw-include.patch
new file mode 100644 (file)
index 0000000..0e2615a
--- /dev/null
@@ -0,0 +1,10 @@
+--- ufraw-0.22/ufraw_exiv2.cc.orig     2020-12-10 21:33:49.545376816 +0100
++++ ufraw-0.22/ufraw_exiv2.cc  2020-12-10 21:36:59.514347666 +0100
+@@ -16,6 +16,7 @@
+ #ifdef HAVE_EXIV2
+ #include <exiv2/exiv2.hpp>
++#include <iostream>
+ #include <sstream>
+ #include <cassert>
index 9f83f50043919683a3f444228990365a4604ebe8..6b6175cb9959df28440215afcfb49a9ca31f00df 100644 (file)
@@ -7,7 +7,7 @@ Summary:        RAW photo loader
 Summary(pl.UTF-8):     Narzędzie do wczytywania zdjęć w formacie RAW
 Name:          ufraw
 Version:       0.22
-Release:       11
+Release:       12
 License:       GPL v2+
 Group:         Applications/Graphics
 Source0:       http://downloads.sourceforge.net/ufraw/%{name}-%{version}.tar.gz
@@ -17,6 +17,7 @@ Patch1:               ufraw-find_green.patch
 Patch2:                ufraw-lf-destroy.patch
 Patch3:                ufraw-multipliers.patch
 Patch4:                exiv2-0.27.patch
+Patch5:                %{name}-include.patch
 URL:           http://ufraw.sourceforge.net/
 BuildRequires: automake
 BuildRequires: bzip2-devel
@@ -109,6 +110,7 @@ Wtyczka GIMP-a do wczytywania zdjęć w formacie RAW.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 cp -f /usr/share/automake/mkinstalldirs .
This page took 0.175215 seconds and 4 git commands to generate.