Hello community,

here is the log from the commit of package netpbm for openSUSE:Factory checked 
in at 2018-01-02 16:33:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netpbm (Old)
 and      /work/SRC/openSUSE:Factory/.netpbm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netpbm"

Tue Jan  2 16:33:07 2018 rev:62 rq:560688 version:10.80.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/netpbm/netpbm.changes    2017-12-23 
12:18:19.934959800 +0100
+++ /work/SRC/openSUSE:Factory/.netpbm.new/netpbm.changes       2018-01-02 
16:33:09.069221524 +0100
@@ -1,0 +2,7 @@
+Fri Dec 29 13:52:55 UTC 2017 - [email protected]
+
+- Add patch makeman-py3.patch to make sure to use python3 when
+  building
+- Unpack the stuff only once
+
+-------------------------------------------------------------------

New:
----
  makeman-py3.patch

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

Other differences:
------------------
++++++ netpbm.spec ++++++
--- /var/tmp/diff_new_pack.OsGaC9/_old  2018-01-02 16:33:10.196845496 +0100
+++ /var/tmp/diff_new_pack.OsGaC9/_new  2018-01-02 16:33:10.200844163 +0100
@@ -36,6 +36,7 @@
 Patch4:         %{name}-security-code.patch
 Patch5:         %{name}-security-scripts.patch
 Patch6:         %{name}-gcc-warnings.patch
+Patch7:         makeman-py3.patch
 BuildRequires:  flex
 BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
@@ -43,7 +44,8 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  pkgconfig
-BuildRequires:  python
+# needed for the makeman
+BuildRequires:  python3-base
 BuildRequires:  pkgconfig(x11)
 Provides:       pbmplus
 
@@ -80,13 +82,13 @@
 source package.
 
 %prep
-%setup -q
 %setup -q -D -a 1
 %patch0
 %patch3
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 mkdir pnmtopalm # for %%doc pnmtopalm
 cp -p converter/other/pnmtopalm/{LICENSE,README} pnmtopalm
 

++++++ makeman-py3.patch ++++++
Index: netpbm-10.80.1/buildtools/makeman
===================================================================
--- netpbm-10.80.1.orig/buildtools/makeman
+++ netpbm-10.80.1/buildtools/makeman
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 #
 # makeman -- compile netpbm's stereotyped HTML to troff markup
 #

Reply via email to