Hello community,

here is the log from the commit of package rlwrap for openSUSE:Factory checked 
in at 2018-09-07 15:42:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rlwrap (Old)
 and      /work/SRC/openSUSE:Factory/.rlwrap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rlwrap"

Fri Sep  7 15:42:08 2018 rev:20 rq:633750 version:0.43

Changes:
--------
--- /work/SRC/openSUSE:Factory/rlwrap/rlwrap.changes    2017-09-22 
21:34:36.214829571 +0200
+++ /work/SRC/openSUSE:Factory/.rlwrap.new/rlwrap.changes       2018-09-07 
15:43:48.474253247 +0200
@@ -1,0 +2,5 @@
+Fri Aug 17 15:40:33 UTC 2018 - bwiedem...@suse.com
+
+- Add reproducible.patch to fix a build race (boo#1102408)
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

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

Other differences:
------------------
++++++ rlwrap.spec ++++++
--- /var/tmp/diff_new_pack.gI7mgc/_old  2018-09-07 15:43:48.842252854 +0200
+++ /var/tmp/diff_new_pack.gI7mgc/_new  2018-09-07 15:43:48.842252854 +0200
@@ -24,6 +24,7 @@
 Group:          Productivity/Other
 Url:            http://utopia.knoware.nl/~hlub/uck/rlwrap/
 Source0:        %{name}-%{version}.tar.gz
+Patch0:         reproducible.patch
 BuildRequires:  ncurses-devel
 BuildRequires:  readline-devel
 
@@ -36,6 +37,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++++++ reproducible.patch ++++++
https://github.com/hanslub42/rlwrap/pull/89
https://bugzilla.opensuse.org/show_bug.cgi?id=1102408

commit 2bca93239ebf14578871ece5c4d83d8c4898824e
Author: Bernhard M. Wiedemann <bwiedem...@suse.de>
Date:   Fri Aug 17 17:33:18 2018 +0200

    Fix detection of ENABLE_MIRROR_ARGS
    
    While working on reproducible builds for openSUSE, I found that
    without this patch,
    this produced different results on VMs with 1 and 4 cores

Index: rlwrap-0.43/configure
===================================================================
--- rlwrap-0.43.orig/configure
+++ rlwrap-0.43/configure
@@ -7094,6 +7094,7 @@ _ACEOF
   $CC -o conftest conftest.c
   ./conftest $random_nonsense1 >/dev/null 2>&1 &
   CONFTEST_PID=$!
+  sleep 1
   if grep $random_nonsense2 $opt_proc_mountpoint/$CONFTEST_PID/cmdline 
>/dev/null 2>&1; then
 
 $as_echo "#define ENABLE_MIRROR_ARGS 1" >>confdefs.h

Reply via email to