Hello community, here is the log from the commit of package ncftp for openSUSE:Leap:15.2 checked in at 2020-02-24 11:50:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/ncftp (Old) and /work/SRC/openSUSE:Leap:15.2/.ncftp.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ncftp" Mon Feb 24 11:50:10 2020 rev:11 rq:777364 version:3.2.6 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/ncftp/ncftp.changes 2020-01-15 15:33:03.150844254 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.ncftp.new.26092/ncftp.changes 2020-02-24 11:50:11.286716039 +0100 @@ -1,0 +2,5 @@ +Thu Jun 14 08:10:29 UTC 2018 - [email protected] + +- Add ncftp-3.2.6-no-uname.patch to make build reproducible (boo#1084909) + +------------------------------------------------------------------- New: ---- ncftp-3.2.6-no-uname.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ncftp.spec ++++++ --- /var/tmp/diff_new_pack.QbAWEl/_old 2020-02-24 11:50:11.654716803 +0100 +++ /var/tmp/diff_new_pack.QbAWEl/_new 2020-02-24 11:50:11.654716803 +0100 @@ -27,6 +27,8 @@ Patch0: ncftp-3.1.8-locale.diff Patch2: ncftp-3.1.8-implicit_decl.diff Patch3: ncftp-3.2.5-no-date.patch +# PATCH-FIX-OPENSUSE make build reproducible (boo#1084909) +Patch4: ncftp-3.2.6-no-uname.patch BuildRequires: dos2unix BuildRequires: ncurses-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -43,6 +45,7 @@ %patch0 -p1 %patch2 %patch3 -p1 +%patch4 -p1 %build export CFLAGS="%{optflags} -D_LARGEFILE64_SOURCE" ++++++ ncftp-3.2.6-no-uname.patch ++++++ Author: Bernhard M. Wiedemann <bwiedemann suse.de> Date: Thu Jun 14 06:08:12 2018 +0000 make build reproducible https://bugzilla.opensuse.org/show_bug.cgi?id=1084909 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829249 Index: ncftp-3.2.6/configure =================================================================== --- ncftp-3.2.6.orig/configure +++ ncftp-3.2.6/configure @@ -4638,7 +4638,7 @@ ac_exeext=$EXEEXT # Get first 127 chars of all uname information. Some folks have # way too much stuff there, so grab only the first 127. -unam=`uname -a 2>/dev/null | cut -c1-127 | sed 's-"-\\"-g'` +unam=`uname -smp 2>/dev/null | cut -c1-127 | sed 's-"-\\"-g'` if test "$unam" != "" ; then cat >> confdefs.h <<EOF #define UNAME "$unam"
