Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package freeimage for openSUSE:Factory 
checked in at 2023-01-20 17:39:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freeimage (Old)
 and      /work/SRC/openSUSE:Factory/.freeimage.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freeimage"

Fri Jan 20 17:39:55 2023 rev:11 rq:1059970 version:3.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/freeimage/freeimage.changes      2022-06-23 
10:24:48.727775309 +0200
+++ /work/SRC/openSUSE:Factory/.freeimage.new.32243/freeimage.changes   
2023-01-20 17:40:09.077009424 +0100
@@ -1,0 +2,5 @@
+Thu Jan 19 10:14:37 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Add libraw_0_21.patch: Fix build against libraw 0.21.
+
+-------------------------------------------------------------------

New:
----
  libraw_0_21.patch

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

Other differences:
------------------
++++++ freeimage.spec ++++++
--- /var/tmp/diff_new_pack.U9iFN8/_old  2023-01-20 17:40:09.909014026 +0100
+++ /var/tmp/diff_new_pack.U9iFN8/_new  2023-01-20 17:40:09.913014048 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freeimage
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,8 +35,9 @@
 Patch6:         bigendian.patch
 # PATCH-FIX-UPSTREAM: compile with libraw 0.20.0 - 
https://734724.bugs.gentoo.org/attachment.cgi?id=651956
 Patch7:         libraw_0_20.patch
+Patch8:         libraw_0_21.patch
 # build with openexr3
-Patch8:         freeimage-openexr3.patch
+Patch9:         freeimage-openexr3.patch
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  jxrlib-devel


++++++ libraw_0_21.patch ++++++
--- a/Source/FreeImage/PluginRAW.cpp~   2022-12-20 13:57:10.388936102 -0600
+++ a/Source/FreeImage/PluginRAW.cpp    2022-12-20 13:58:37.776557876 -0600
@@ -701,7 +701,7 @@
                // --------------------------------------------
 
                // (-s [0..N-1]) Select one raw image from input file
-               RawProcessor->imgdata.params.shot_select = 0;
+               RawProcessor->imgdata.rawparams.shot_select = 0;
                // (-w) Use camera white balance, if possible (otherwise, 
fallback to auto_wb)
                RawProcessor->imgdata.params.use_camera_wb = 1;
                // (-M) Use any color matrix from the camera metadata. This 
option only affects Olympus, Leaf, and Phase One cameras.

Reply via email to