Hello community, here is the log from the commit of package netpbm for openSUSE:Factory checked in at 2016-10-28 10:42:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netpbm (Old) and /work/SRC/openSUSE:Factory/.netpbm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netpbm" Changes: -------- --- /work/SRC/openSUSE:Factory/netpbm/netpbm.changes 2016-08-26 23:13:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.netpbm.new/netpbm.changes 2016-10-28 10:42:47.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Oct 25 10:54:59 UTC 2016 - [email protected] + +- Added patch: + * netpbm-jasper.patch + + Fix build with newer jasper + +------------------------------------------------------------------- New: ---- netpbm-jasper.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netpbm.spec ++++++ --- /var/tmp/diff_new_pack.03Na4Z/_old 2016-10-28 10:42:48.000000000 +0200 +++ /var/tmp/diff_new_pack.03Na4Z/_new 2016-10-28 10:42:48.000000000 +0200 @@ -41,6 +41,7 @@ Patch4: %{name}-security-code.patch Patch5: %{name}-security-scripts.patch Patch6: %{name}-gcc-warnings.patch +Patch7: %{name}-jasper.patch BuildRequires: flex BuildRequires: libjasper-devel BuildRequires: libjpeg-devel @@ -63,8 +64,8 @@ %package -n libnetpbm%{libmaj} Summary: Libraries for the NetPBM (NetPortableBitmap) Graphic Formats -Group: System/Libraries # bug437293 +Group: System/Libraries %ifarch ppc64 Obsoletes: libnetpbm-64bit %endif @@ -74,8 +75,8 @@ %package -n libnetpbm-devel Summary: Libraries for the NetPBM Graphic Formats - files mandatory for development -Group: Development/Libraries/C and C++ # bug437293 +Group: Development/Libraries/C and C++ %ifarch ppc64 Obsoletes: libnetpbm-devel-64bit %endif @@ -114,6 +115,7 @@ %patch4 -p1 %patch5 -p1 %patch6 -p1 +%patch7 -p1 mkdir pnmtopalm # for %%doc pnmtopalm cp -p converter/other/pnmtopalm/{LICENSE,README} pnmtopalm ++++++ netpbm-jasper.patch ++++++ --- netpbm-10.75.1/converter/other/jpeg2000/jpeg2ktopam.c 2016-10-25 12:02:26.574136890 +0200 +++ netpbm-10.75.1/converter/other/jpeg2000/jpeg2ktopam.c 2016-10-25 12:49:24.245365834 +0200 @@ -8,7 +8,6 @@ *****************************************************************************/ -#define _BSD_SOURCE 1 /* Make sure strdup() is in string.h */ #define _XOPEN_SOURCE 500 /* Make sure strdup() is in string.h */ /* In 2014.09, this was _XOPEN_SOURCE 600, with a comment saying it was necessary to make <inttypes.h> define int_fast32_t, etc. on AIX. --- netpbm-10.75.1/converter/other/jpeg2000/pamtojpeg2k.c 2016-10-25 12:02:26.574136890 +0200 +++ netpbm-10.75.1/converter/other/jpeg2000/pamtojpeg2k.c 2016-10-25 12:49:38.513057474 +0200 @@ -8,7 +8,6 @@ *****************************************************************************/ -#define _BSD_SOURCE 1 /* Make sure strdup() is in string.h */ #define _XOPEN_SOURCE 500 /* Make sure strdup() is in string.h */ /* In 2014.09, this was _XOPEN_SOURCE 600, with a comment saying it was necessary to make <inttypes.h> define int_fast32_t, etc. on AIX.
