Hello community,

here is the log from the commit of package exiv2 for openSUSE:Factory checked 
in at 2016-05-23 17:30:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/exiv2 (Old)
 and      /work/SRC/openSUSE:Factory/.exiv2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "exiv2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/exiv2/exiv2.changes      2015-07-18 
14:39:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.exiv2.new/exiv2.changes 2016-05-23 
17:30:18.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May  5 11:53:59 UTC 2016 - suse-b...@cboltz.de
+
+- add exiv2_r3889_r3890_fix_boo964344.diff (taken from revisions linked
+  in http://dev.exiv2.org/issues/1106) to fix crash in darktable (boo#964344)
+
+-------------------------------------------------------------------

New:
----
  exiv2_r3889_r3890_fix_boo964344.diff

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

Other differences:
------------------
++++++ exiv2.spec ++++++
--- /var/tmp/diff_new_pack.c2tLJ4/_old  2016-05-23 17:30:19.000000000 +0200
+++ /var/tmp/diff_new_pack.c2tLJ4/_new  2016-05-23 17:30:19.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package exiv2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
 # PATCH-FIX-UPSTREAM exiv2-cmake-libsuffix.patch dims...@opensuse.org -- 
Install libraries to lib64 on respective archs
 Patch5:         exiv2-cmake-libsuffix.patch
 Patch6:         parallel-build-dep.patch
+Patch7:         exiv2_r3889_r3890_fix_boo964344.diff
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -72,6 +73,7 @@
 %patch1 -p1
 %patch5 -p1
 %patch6
+%patch7
 
 %build
 export CXXFLAGS="%optflags $(getconf LFS_CFLAGS)"

++++++ exiv2_r3889_r3890_fix_boo964344.diff ++++++
Index: src/makernote.cpp
===================================================================
--- src/makernote.cpp   (revision 3888)
+++ src/makernote.cpp   (revision 3889)
@@ -79,7 +79,8 @@
         { "-",              olympusId,   0,              newOlympusMn2   },
         { "-",              olympus2Id,  0,              newOlympus2Mn2  },
         { "-",              pentaxId,    0,              newPentaxMn2    },
-        { "-",              pentaxDngId, 0,              newPentaxDngMn2 }
+        { "-",              pentaxDngId, 0,              newPentaxDngMn2 },
+        { "-",              casio2Id,    0,              newCasio2Mn2    }
     };
 
     bool TiffMnRegistry::operator==(const std::string& key) const
Index: src/makernote.cpp
===================================================================
--- src/makernote.cpp   (revision 3889)
+++ src/makernote.cpp   (revision 3890)
@@ -80,6 +80,7 @@
         { "-",              olympus2Id,  0,              newOlympus2Mn2  },
         { "-",              pentaxId,    0,              newPentaxMn2    },
         { "-",              pentaxDngId, 0,              newPentaxDngMn2 },
+        { "-",              casioId,     0,              newIfdMn2       },
         { "-",              casio2Id,    0,              newCasio2Mn2    }
     };
 

Reply via email to