Hello community, here is the log from the commit of package sphinx for openSUSE:Factory checked in at 2018-07-23 18:02:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sphinx (Old) and /work/SRC/openSUSE:Factory/.sphinx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sphinx" Mon Jul 23 18:02:17 2018 rev:2 rq:624657 version:2.2.11 Changes: -------- --- /work/SRC/openSUSE:Factory/sphinx/sphinx.changes 2018-06-29 22:26:37.834473170 +0200 +++ /work/SRC/openSUSE:Factory/.sphinx.new/sphinx.changes 2018-07-23 18:03:05.312775920 +0200 @@ -1,0 +2,6 @@ +Mon Jul 23 06:51:35 UTC 2018 - [email protected] + +- Add reproducible.patch to drop hostname and kernel version + from package build result (boo#1084909, boo#1101107) + +------------------------------------------------------------------- New: ---- reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sphinx.spec ++++++ --- /var/tmp/diff_new_pack.irQYYJ/_old 2018-07-23 18:03:05.828775282 +0200 +++ /var/tmp/diff_new_pack.irQYYJ/_new 2018-07-23 18:03:05.832775277 +0200 @@ -35,6 +35,7 @@ Source2: %{daemon}.init Patch0: obs.patch Patch2: sphinx-default_listen.patch +Patch3: reproducible.patch # for fix-ups BuildRequires: dos2unix BuildRequires: gcc-c++ @@ -117,6 +118,7 @@ %setup -q -n "%{name}-%{version}-release" %patch0 -p1 %patch2 -p1 +%patch3 -p1 find -type d -name CVS -print0 | xargs -r0 rm -rf ++++++ reproducible.patch ++++++ Index: sphinx-2.2.11-release/configure.ac =================================================================== --- sphinx-2.2.11-release.orig/configure.ac +++ sphinx-2.2.11-release/configure.ac @@ -79,7 +79,7 @@ syntax error ])], [], [AC_MSG_ERROR([Gcc version error. Minspec is 3.4])]) AC_DEFINE_UNQUOTED([COMPILER],"$CC `$CC -dumpversion`",[Define to be the name of the compiler.]) -AC_DEFINE_UNQUOTED([OS_UNAME],"`uname -a`",[Full name OS]) +AC_DEFINE_UNQUOTED([OS_UNAME],"`uname -smo`",[Full name OS]) AC_DEFINE_UNQUOTED([CONFIGURE_FLAGS],"$ac_configure_args",[Flags used to configure me]) dnl -------------------------------------------------------------------------- Index: sphinx-2.2.11-release/configure =================================================================== --- sphinx-2.2.11-release.orig/configure +++ sphinx-2.2.11-release/configure @@ -4454,7 +4454,7 @@ _ACEOF cat >>confdefs.h <<_ACEOF -#define OS_UNAME "`uname -a`" +#define OS_UNAME "`uname -smo`" _ACEOF
