Hello community, here is the log from the commit of package mozilla-nss for openSUSE:Factory checked in at 2020-02-29 21:20:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mozilla-nss (Old) and /work/SRC/openSUSE:Factory/.mozilla-nss.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mozilla-nss" Sat Feb 29 21:20:04 2020 rev:153 rq:780186 version:3.49.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes 2020-02-14 16:27:59.275275762 +0100 +++ /work/SRC/openSUSE:Factory/.mozilla-nss.new.26092/mozilla-nss.changes 2020-02-29 21:20:14.958010058 +0100 @@ -1,0 +2,10 @@ +Thu Feb 27 13:52:10 UTC 2020 - Fridrich Strba <[email protected]> + +- Package also the cmac.h needed by blapi.h + +------------------------------------------------------------------- +Tue Feb 25 13:20:51 UTC 2020 - Guillaume GARDET <[email protected]> + +- Disable LTO on %arm as LTO fails on neon errors + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mozilla-nss.spec ++++++ --- /var/tmp/diff_new_pack.XkuOMC/_old 2020-02-29 21:20:17.282014657 +0100 +++ /var/tmp/diff_new_pack.XkuOMC/_new 2020-02-29 21:20:17.286014665 +0100 @@ -185,7 +185,12 @@ #make generate %build +%ifarch %arm +# LTO fails on neon errors +%global _lto_cflags %{nil} +%else %global _lto_cflags %{_lto_cflags} -ffat-lto-objects +%endif cd nss modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{SOURCE99}")" DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\"" @@ -234,7 +239,7 @@ # copy headers cp -rL ../public/nss/*.h %{buildroot}%{_includedir}/nss3 # copy some freebl include files we also want -for file in blapi.h alghmac.h +for file in blapi.h alghmac.h cmac.h do cp -L ../private/nss/$file %{buildroot}/%{_includedir}/nss3 done
