Hello community,

here is the log from the commit of package netpbm for openSUSE:Factory checked 
in at 2019-09-11 10:20:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netpbm (Old)
 and      /work/SRC/openSUSE:Factory/.netpbm.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netpbm"

Wed Sep 11 10:20:09 2019 rev:70 rq:728224 version:10.86.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/netpbm/netpbm.changes    2019-07-22 
12:16:56.879719029 +0200
+++ /work/SRC/openSUSE:Factory/.netpbm.new.7948/netpbm.changes  2019-09-11 
10:20:11.147512308 +0200
@@ -1,0 +2,8 @@
+Wed Sep  4 06:25:03 UTC 2019 - [email protected]
+
+- bsc#1144255 - Drop jasper dependency from netpbm due to removal
+  of jasper. Disables JPEG2000 support and stops shipping programs
+  like pamtojpeg2k and jpeg2ktopam
+- Add netpbm-disable-jasper.patch
+
+-------------------------------------------------------------------

New:
----
  netpbm-disable-jasper.patch

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

Other differences:
------------------
++++++ netpbm.spec ++++++
--- /var/tmp/diff_new_pack.4ks4Pd/_old  2019-09-11 10:20:12.775512106 +0200
+++ /var/tmp/diff_new_pack.4ks4Pd/_new  2019-09-11 10:20:12.779512106 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -45,8 +45,9 @@
 Patch8:         signed-char.patch
 # PATCH-FIX-UPSTREAM fix dependency on byte order
 Patch9:         big-endian.patch
+# bsc#1144255 disable jpeg2k support due to removal of jasper
+Patch10:        netpbm-disable-jasper.patch
 BuildRequires:  flex
-BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
@@ -100,6 +101,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 mkdir pnmtopalm # for %%doc pnmtopalm
 cp -p converter/other/pnmtopalm/{LICENSE,README} pnmtopalm
 

++++++ netpbm-disable-jasper.patch ++++++
Index: netpbm-10.86.3/config.mk.in
===================================================================
--- netpbm-10.86.3.orig/config.mk.in
+++ netpbm-10.86.3/config.mk.in
@@ -482,7 +482,7 @@ JBIGLIB = $(INTERNAL_JBIGLIB)
 JBIGHDR_DIR = $(INTERNAL_JBIGHDR_DIR)
 
 # The Jasper JPEG-2000 image compression library (aka JasPer):
-JASPERLIB = -ljasper
+JASPERLIB = NONE
 JASPERHDR_DIR = /usr/include/jasper
 # JASPERDEPLIBS is the libraries (-l options or file names) on which
 # The Jasper library depends -- i.e. what you have to link into any

Reply via email to