diff --git a/pcre2.changes b/pcre2.changes index a7dbd6c..1026d1d 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 23 12:25:38 UTC 2019 - Bernhard Wiedemann + +- Do not run profiling in parallel for reproducible builds (boo#1040589) + +------------------------------------------------------------------- +Mon Jan 14 16:11:53 CET 2019 - kukuk@suse.de + +- Mark all license files as %license + ------------------------------------------------------------------- Tue Dec 11 14:31:55 UTC 2018 - Cristian Rodríguez diff --git a/pcre2.spec b/pcre2.spec index 8f8dd15..d7de419 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -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 @@ export LDFLAGS="-Wl,-z,relro,-z,now" %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 @@ make check -j1 %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