Hello community,

here is the log from the commit of package netpbm for openSUSE:Factory checked 
in at 2015-12-27 01:57:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2015-06-30 
10:14:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.netpbm.new/netpbm.changes       2015-12-27 
01:57:41.000000000 +0100
@@ -1,0 +2,10 @@
+Thu Dec 17 11:29:19 UTC 2015 - [email protected]
+
+- updated to 10.72.4
+  * see HISTORY for upstrem changelog 
+  * added useful returns
+    + netpbm-gcc-warnings.patch
+  * forwardported
+    . netpbm-security-code.patch
+
+-------------------------------------------------------------------

Old:
----
  netpbm-10.70.4-documentation.tar.bz2
  netpbm-10.70.4-nohpcdtoppm-noppmtompeg.tar.bz2

New:
----
  netpbm-10.72.4-documentation.tar.bz2
  netpbm-10.72.4-nohpcdtoppm-noppmtompeg.tar.bz2
  netpbm-gcc-warnings.patch

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

Other differences:
------------------
++++++ netpbm.spec ++++++
--- /var/tmp/diff_new_pack.KYaZll/_old  2015-12-27 01:57:42.000000000 +0100
+++ /var/tmp/diff_new_pack.KYaZll/_new  2015-12-27 01:57:42.000000000 +0100
@@ -17,11 +17,11 @@
 
 
 %define libmaj  11
-%define libmin  70
+%define libmin  72
 %define libver  %{libmaj}.%{libmin}
 
 Name:           netpbm
-Version:        10.70.4
+Version:        10.72.4
 Release:        0
 Summary:        A Powerful Graphics Conversion Package
 License:        BSD-3-Clause and GPL-2.0+ and IJG and MIT and 
SUSE-Public-Domain
@@ -40,6 +40,7 @@
 Patch3:         %{name}-tmpfile.patch 
 Patch4:         %{name}-security-code.patch 
 Patch5:         %{name}-security-scripts.patch 
+Patch6:         %{name}-gcc-warnings.patch
 BuildRequires:  flex
 BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
@@ -112,6 +113,7 @@
 %patch3
 %patch4
 %patch5 
+%patch6
 mkdir pnmtopalm # for %%doc pnmtopalm
 cp -p converter/other/pnmtopalm/{LICENSE,README} pnmtopalm
 

++++++ netpbm-10.70.4-documentation.tar.bz2 -> 
netpbm-10.72.4-documentation.tar.bz2 ++++++
++++ 6971 lines of diff (skipped)

++++++ netpbm-10.70.4-nohpcdtoppm-noppmtompeg.tar.bz2 -> 
netpbm-10.72.4-nohpcdtoppm-noppmtompeg.tar.bz2 ++++++
++++ 19535 lines of diff (skipped)

++++++ netpbm-gcc-warnings.patch ++++++
Index: converter/other/pngx.c
===================================================================
--- converter/other/pngx.c.orig 2015-12-16 17:11:26.246357467 +0100
+++ converter/other/pngx.c      2015-12-17 12:16:50.793565778 +0100
@@ -342,6 +342,7 @@
     case PNGX_ABSOLUTE_COLORIMETRIC: return "ABSOLUTE_COLORIMETRIC";
     }
     assert(false);
+    return NULL;
 }
 
 
@@ -357,6 +358,7 @@
     }
 
     assert(false);  /* All cases above return */
+    return -1;
 }
 
 
++++++ netpbm-security-code.patch ++++++
++++ 1043 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/netpbm/netpbm-security-code.patch
++++ and /work/SRC/openSUSE:Factory/.netpbm.new/netpbm-security-code.patch


Reply via email to