Hello community,

here is the log from the commit of package ufraw for openSUSE:Factory checked 
in at 2016-08-12 15:43:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ufraw (Old)
 and      /work/SRC/openSUSE:Factory/.ufraw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ufraw"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ufraw/ufraw.changes      2016-03-01 
10:21:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ufraw.new/ufraw.changes 2016-08-12 
15:43:52.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 11 12:27:56 UTC 2016 - [email protected]
+
+- narrowing-conversion.patch: fix narrowing conversion errors
+
+-------------------------------------------------------------------

New:
----
  narrowing-conversion.patch

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

Other differences:
------------------
++++++ ufraw.spec ++++++
--- /var/tmp/diff_new_pack.5MWoTJ/_old  2016-08-12 15:43:53.000000000 +0200
+++ /var/tmp/diff_new_pack.5MWoTJ/_new  2016-08-12 15:43:53.000000000 +0200
@@ -44,6 +44,7 @@
 Patch:          %{name}-desktop.patch
 Patch1:         %{name}-boundary.patch
 Patch2:         %{name}-glibc210.patch
+Patch3:         narrowing-conversion.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Recommends:     %{name}-lang
 
@@ -94,6 +95,7 @@
 %patch
 %patch1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %ifarch ppc64

++++++ narrowing-conversion.patch ++++++
Index: ufraw-0.22/dcraw.cc
===================================================================
--- ufraw-0.22.orig/dcraw.cc
+++ ufraw-0.22/dcraw.cc
@@ -2285,7 +2285,7 @@ void CLASS quicktake_100_load_raw()
 
 void CLASS kodak_radc_load_raw()
 {
-  static const char src[] = {
+  static const signed char src[] = {
     1,1, 2,3, 3,4, 4,2, 5,7, 6,5, 7,6, 7,8,
     1,0, 2,1, 3,3, 4,4, 5,2, 6,7, 7,6, 8,5, 8,8,
     2,1, 2,3, 3,0, 3,2, 3,4, 4,6, 5,5, 6,7, 6,8,

Reply via email to