Hello community,

here is the log from the commit of package netpbm for openSUSE:Factory checked 
in at 2017-06-16 10:52:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netpbm (Old)
 and      /work/SRC/openSUSE:Factory/.netpbm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netpbm"

Fri Jun 16 10:52:59 2017 rev:60 rq:502465 version:10.78.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/netpbm/netpbm.changes    2016-11-25 
12:24:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.netpbm.new/netpbm.changes       2017-06-16 
10:53:23.839206126 +0200
@@ -1,0 +2,40 @@
+Fri Jun  9 06:11:25 UTC 2017 - pgaj...@suse.com
+
+- updated to 10.78.5
+  * pamgauss: Fix skewed output with even dimension.
+  * bmptopnm: fix crash when input is a Windows BMP with negative
+              number for width.
+
+-------------------------------------------------------------------
+Mon Jun  5 15:08:18 UTC 2017 - pgaj...@suse.com
+
+- updated to 10.78.4
+  * pamcrater: fix incorrect output with non-square image.
+  * libnetpbm: fix bug: pm_system_XXX closes Standard Input if you
+              supply a Standard Output accepter but not a Standard Input
+              feeder.
+  * fix incorrect output with -mixtransparency.
+  * pamcomp: remove debug trace message with -mixtransparency.
+  * pnmtojpeg: fix array bounds violation in argument list.
+  * ppmpat: Add -color.
+  * ppmpat: Add -argyle1, -argyle2.
+  * pnmtotiff: Fail with -miniswhite or -minisblack on color image
+              rather than produce an invalid TIFF.
+  * tifftopnmcmyk: Default rows per strip to the TIFF library
+              default instead of whatever yields 8K strips.
+  * tifftonm: Fix incorrect PBM output with two-color paletted TIFF
+              image.
+  * tifftopnm: Fix memory corruption when image is more pixels than
+              can be represented as a C unsigned integer.
+  * tifftopnmcmyk: Fix bug: fails with very wide images and no
+              -rowsperstrip.
+  * svgtopam: Fix crash when out of memory.
+  * pnmcrop: Add -closeness
+  * libnetpbm: ppmd_fill_path: remove debug trace.
+  * pnmpad: Fix bug: incorrect output width.
+- removed netpbm-no-build-date.patch: not needed since:
+  *  --version global option: with SOURCE_DATE_EPOCH environment
+              variable, display source code datetime instead of build
+              datetime.
+
+-------------------------------------------------------------------

Old:
----
  netpbm-10.76.0-documentation.tar.bz2
  netpbm-10.76.0-nohpcdtoppm-noppmtompeg.tar.bz2
  netpbm-no-build-date.patch

New:
----
  netpbm-10.78.5-documentation.tar.bz2
  netpbm-10.78.5-nohpcdtoppm-noppmtompeg.tar.bz2

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

Other differences:
------------------
++++++ netpbm.spec ++++++
--- /var/tmp/diff_new_pack.C8Prd0/_old  2017-06-16 10:53:25.267005132 +0200
+++ /var/tmp/diff_new_pack.C8Prd0/_new  2017-06-16 10:53:25.267005132 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netpbm
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,11 +17,11 @@
 
 
 %define libmaj  11
-%define libmin  76
+%define libmin  78
 %define libver  %{libmaj}.%{libmin}
 
 Name:           netpbm
-Version:        10.76.0
+Version:        10.78.5
 Release:        0
 Summary:        A Powerful Graphics Conversion Package
 License:        BSD-3-Clause and GPL-2.0+ and IJG and MIT and 
SUSE-Public-Domain
@@ -33,8 +33,6 @@
 Source3:        prepare-src-tarball
 # SUSE specific
 Patch0:         %{name}-make.patch 
-# SUSE specific: no build date
-Patch1:         %{name}-no-build-date.patch 
 # upstreamed in development version
 Patch2:         %{name}-missing-file-close.patch
 Patch3:         %{name}-tmpfile.patch 
@@ -109,7 +107,6 @@
 %setup
 %setup -D -q -a 1
 %patch0
-%patch1
 %patch2
 %patch3
 %patch4 -p1
@@ -128,7 +125,7 @@
 echo 'install.manweb:' >> converter/ppm/hpcdtoppm/Makefile
 # dtto for ppmtompeg
 echo 'install.manweb:' >> converter/ppm/ppmtompeg/Makefile
-export CFLAGS="$RPM_OPT_FLAGS -flax-vector-conversions"
+export CFLAGS="$RPM_OPT_FLAGS -flax-vector-conversions -O0"
 make CFLAGS="$CFLAGS" 
 rm doc/INSTALL
 #
@@ -143,7 +140,6 @@
 %install
 # netpbm has _interactive_ install perl script, see doc/INSTALL
 make pkgdir=`pwd`/package package STRIPFLAG=
-rm package/bin/doc.url
 rm package/bin/g3topbm #conflict with g3utils
 #
 mkdir -p $RPM_BUILD_ROOT%{_prefix}/{bin,include,%_lib,share/man,share/%{name}}

++++++ netpbm-10.76.0-documentation.tar.bz2 -> 
netpbm-10.78.5-documentation.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/netpbm/netpbm-10.76.0-documentation.tar.bz2 
/work/SRC/openSUSE:Factory/.netpbm.new/netpbm-10.78.5-documentation.tar.bz2 
differ: char 11, line 1

++++++ netpbm-10.76.0-nohpcdtoppm-noppmtompeg.tar.bz2 -> 
netpbm-10.78.5-nohpcdtoppm-noppmtompeg.tar.bz2 ++++++
++++ 6555 lines of diff (skipped)

++++++ netpbm-jasper.patch ++++++
--- /var/tmp/diff_new_pack.C8Prd0/_old  2017-06-16 10:53:26.350852558 +0200
+++ /var/tmp/diff_new_pack.C8Prd0/_new  2017-06-16 10:53:26.354851995 +0200
@@ -1,19 +1,23 @@
---- 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 @@
- 
+Index: netpbm-10.78.4/converter/other/jpeg2000/jpeg2ktopam.c
+===================================================================
+--- netpbm-10.78.4.orig/converter/other/jpeg2000/jpeg2ktopam.c 2017-06-05 
17:04:27.919175759 +0200
++++ netpbm-10.78.4/converter/other/jpeg2000/jpeg2ktopam.c      2017-06-05 
17:05:49.448658523 +0200
+@@ -9,7 +9,6 @@
  *****************************************************************************/
  
+ #define _DEFAULT_SOURCE 1  /* New name for SVID & BSD source defines */
 -#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 @@
- 
+Index: netpbm-10.78.4/converter/other/jpeg2000/pamtojpeg2k.c
+===================================================================
+--- netpbm-10.78.4.orig/converter/other/jpeg2000/pamtojpeg2k.c 2017-06-05 
17:04:27.919175759 +0200
++++ netpbm-10.78.4/converter/other/jpeg2000/pamtojpeg2k.c      2017-06-05 
17:05:39.856484075 +0200
+@@ -9,7 +9,6 @@
  *****************************************************************************/
  
+ #define _DEFAULT_SOURCE 1 /* New name for SVID & BSD source defines */
 -#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


Reply via email to