Hello community, here is the log from the commit of package qore for openSUSE:Factory checked in at 2018-07-13 10:22:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qore (Old) and /work/SRC/openSUSE:Factory/.qore.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qore" Fri Jul 13 10:22:35 2018 rev:6 rq:622359 version:0.8.13 Changes: -------- --- /work/SRC/openSUSE:Factory/qore/qore.changes 2017-10-19 19:32:22.132224842 +0200 +++ /work/SRC/openSUSE:Factory/.qore.new/qore.changes 2018-07-13 10:22:59.322573201 +0200 @@ -1,0 +2,6 @@ +Thu Jul 12 19:51:04 UTC 2018 - [email protected] + +- Add reproducible.patch to not include build hostname in package + to make build reproducible (boo#1084909) + +------------------------------------------------------------------- New: ---- reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qore.spec ++++++ --- /var/tmp/diff_new_pack.DUiwuy/_old 2018-07-13 10:23:00.350574436 +0200 +++ /var/tmp/diff_new_pack.DUiwuy/_new 2018-07-13 10:23:00.354574441 +0200 @@ -28,6 +28,8 @@ Url: http://qore.org Source: https://github.com/qorelanguage/qore/releases/download/release-%{version}/qore-%{version}.tar.bz2 Patch: qore-libtool-2.4.6.patch +# PATCH-FIX-OPENSUSE bmwiedemann boo#1084909 +Patch1: reproducible.patch BuildRequires: automake BuildRequires: bison BuildRequires: bzip2 @@ -171,6 +173,7 @@ %prep %setup -q %patch -p1 +%patch1 -p1 # silence the executable warning for examples find examples -type f|xargs chmod 644 ++++++ reproducible.patch ++++++ Index: qore-0.8.13/configure.ac =================================================================== --- qore-0.8.13.orig/configure.ac +++ qore-0.8.13/configure.ac @@ -1932,7 +1932,7 @@ AC_DEFINE_UNQUOTED([QORE_LIB_CPPFLAGS], AC_DEFINE_UNQUOTED([QORE_LIB_CXXFLAGS], "$QORE_LIB_CXXFLAGS", [c++ compiler flags]) AC_DEFINE_UNQUOTED([QORE_LIB_CFLAGS], "$QORE_LIB_CFLAGS", [c++ compiler flags]) AC_DEFINE_UNQUOTED([QORE_LIB_LDFLAGS], "$QORE_LIB_LDFLAGS", [linker flags]) -AC_DEFINE_UNQUOTED([QORE_BUILD_HOST], "`uname -a`", [Qore build host info]) +AC_DEFINE_UNQUOTED([QORE_BUILD_HOST], "`uname -smpo`", [Qore build host info]) AC_CONFIG_FILES([Makefile lib/Makefile]) AC_CONFIG_FILES([modules/astparser/Makefile modules/astparser/src/Makefile])
