Hello community, here is the log from the commit of package pcre2 for openSUSE:Factory checked in at 2019-01-25 22:41:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pcre2 (Old) and /work/SRC/openSUSE:Factory/.pcre2.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pcre2" Fri Jan 25 22:41:58 2019 rev:13 rq:668163 version:10.32 Changes: -------- --- /work/SRC/openSUSE:Factory/pcre2/pcre2.changes 2018-12-19 13:27:27.097085348 +0100 +++ /work/SRC/openSUSE:Factory/.pcre2.new.28833/pcre2.changes 2019-01-25 22:41:59.707329484 +0100 @@ -1,0 +2,10 @@ +Wed Jan 23 12:25:38 UTC 2019 - Bernhard Wiedemann <[email protected]> + +- Do not run profiling in parallel for reproducible builds (boo#1040589) + +------------------------------------------------------------------- +Mon Jan 14 16:11:53 CET 2019 - [email protected] + +- Mark all license files as %license + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcre2.spec ++++++ --- /var/tmp/diff_new_pack.HZYX1p/_old 2019-01-25 22:42:00.195328883 +0100 +++ /var/tmp/diff_new_pack.HZYX1p/_new 2019-01-25 22:42:00.195328883 +0100 @@ -1,7 +1,7 @@ # # spec file for package pcre2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -189,7 +189,8 @@ %if 0%{?do_profiling} make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" V=1 export LANG=POSIX - make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" check + # do not run profiling in parallel for reproducible builds (boo#1040589 boo#1102408) + make CFLAGS="%{optflags} %{cflags_profile_generate}" check make %{?_smp_mflags} clean make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1 %else @@ -217,8 +218,8 @@ %postun -n libpcre2-posix2 -p /sbin/ldconfig %files -n libpcre2-8-0 -%license COPYING -%doc AUTHORS ChangeLog LICENCE NEWS README +%license COPYING LICENCE +%doc AUTHORS ChangeLog NEWS README %{_libdir}/libpcre2-8.so.* %files -n libpcre2-16-0
