Hello community,

here is the log from the commit of package dcraw for openSUSE:Factory checked 
in at 2019-07-31 14:12:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dcraw (Old)
 and      /work/SRC/openSUSE:Factory/.dcraw.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dcraw"

Wed Jul 31 14:12:50 2019 rev:37 rq:718446 version:9.27.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dcraw/dcraw.changes      2016-08-12 
15:37:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dcraw.new.4126/dcraw.changes    2019-07-31 
14:12:51.546932384 +0200
@@ -1,0 +2,6 @@
+Mon Jul 22 08:18:01 UTC 2019 - [email protected]
+
+- bsc#1142308: Drop dependency on libjasper
+  Thus removing support for decoding RED camera movies
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dcraw.spec ++++++
--- /var/tmp/diff_new_pack.wJLKKv/_old  2019-07-31 14:12:52.174931916 +0200
+++ /var/tmp/diff_new_pack.wJLKKv/_new  2019-07-31 14:12:52.174931916 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dcraw
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -20,7 +20,7 @@
 Version:        9.27.0
 Release:        0
 Summary:        Raw Digital Photo Decoding
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Graphics/Convertors
 Url:            http://www.cybercom.net/~dcoffin/dcraw/
 #*** NOTE: run "sh update_dcraw" to update to latest version of the following 
sources ("wget", "rcs" and "lynx" packages are required for the update).
@@ -39,7 +39,6 @@
 # PATCH-FIX-OPENSUSE fuji_green.c_fix_gcc_warnings.patch 
[email protected] -- Fix gcc implicit declaration warning
 Patch0:         fuji_green.c_fix_gcc_warnings.patch
 BuildRequires:  gettext-runtime
-BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  liblcms2-devel
 Recommends:     %{name}-lang = %{version}
@@ -62,12 +61,12 @@
   LDFLAGS=
   OTHERFLAGS=
   if test $file = dcraw.c ; then
-    LDFLAGS="-lm -ljasper -ljpeg -llcms2 -DLOCALEDIR=\""%{_datadir}/locale"\""
+    LDFLAGS="-lm -ljpeg -llcms2 -DLOCALEDIR=\""%{_datadir}/locale"\""
   fi
   if test $file = fuji_green.c ; then
     LDFLAGS="-lm"
   fi
-  gcc $CFLAGS $OTHERFLAGS -o ${file%.c} $file $LDFLAGS
+  gcc $CFLAGS $OTHERFLAGS -o ${file%.c} $file $LDFLAGS -DNO_JASPER
 done
 # Compile with -D_16BIT to rotate 48-bit PPM images
 gcc $CFLAGS -D_16BIT -o fujiturn16 fujiturn.c


Reply via email to