Hello community,

here is the log from the commit of package hugin for openSUSE:Factory checked 
in at 2019-02-01 11:45:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hugin (Old)
 and      /work/SRC/openSUSE:Factory/.hugin.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hugin"

Fri Feb  1 11:45:53 2019 rev:59 rq:669982 version:2018.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/hugin/hugin.changes      2018-02-07 
18:41:03.437183165 +0100
+++ /work/SRC/openSUSE:Factory/.hugin.new.28833/hugin.changes   2019-02-01 
11:45:55.396523038 +0100
@@ -1,0 +2,6 @@
+Tue Jan 29 09:23:42 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Add hugin-exiv2-0.27.patch: Fix build against exiv 0.27
+  (boo#1123401).
+
+-------------------------------------------------------------------

New:
----
  hugin-exiv2-0.27.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hugin.spec ++++++
--- /var/tmp/diff_new_pack.yxGvFT/_old  2019-02-01 11:45:56.224522188 +0100
+++ /var/tmp/diff_new_pack.yxGvFT/_new  2019-02-01 11:45:56.232522180 +0100
@@ -65,6 +65,7 @@
 # This script is a combined appdata.prov and desktop-file.prov to enable hugin 
to provide appdata.xml and desktop files see boo#952324
 Source2:        find-hugin-provides.prov
 Patch0:         hugin.appdata.patch
+Patch1:         hugin-exiv2-0.27.patch
 Requires:       enblend-enfuse >= 3.2
 # needed for photo stiching (bnc#822775)
 Requires:       make
@@ -87,6 +88,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 # For SVN snapshot:
 #setup -q -n %%{name}

++++++ hugin-exiv2-0.27.patch ++++++
Index: hugin-2018.0.0/src/hugin_base/panodata/Exiv2Helper.cpp
===================================================================
--- hugin-2018.0.0.orig/src/hugin_base/panodata/Exiv2Helper.cpp
+++ hugin-2018.0.0/src/hugin_base/panodata/Exiv2Helper.cpp
@@ -28,7 +28,7 @@
 #include "Exiv2Helper.h"
 #include "hugin_math/hugin_math.h"
 #include "hugin_utils/utils.h"  
-#include "exiv2/easyaccess.hpp"
+#include "exiv2/exiv2.hpp"
 
 namespace HuginBase
 {
@@ -600,4 +600,4 @@ namespace HuginBase
         };
 
     }; //namespace Exiv2Helper
-}; //namespace HuginBase
\ No newline at end of file
+}; //namespace HuginBase

Reply via email to