Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mold for openSUSE:Factory checked in at 2022-03-08 20:32:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mold (Old) and /work/SRC/openSUSE:Factory/.mold.new.2349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mold" Tue Mar 8 20:32:11 2022 rev:8 rq:960207 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mold/mold.changes 2022-02-24 18:24:33.426641234 +0100 +++ /work/SRC/openSUSE:Factory/.mold.new.2349/mold.changes 2022-03-11 11:47:40.798845734 +0100 @@ -1,0 +2,15 @@ +Tue Mar 8 12:07:34 UTC 2022 - Martin Li??ka <mli...@suse.cz> + +- Respect %{optflags}. + +------------------------------------------------------------------- +Tue Mar 8 09:58:13 UTC 2022 - Martin Li??ka <mli...@suse.cz> + +- Update to version 1.1.1 + * Native LTO (Link-Time Optimization) support + * RISC-V CPU architecture support + * Optimize memory usage by reducing the sizes of + frequently-allocated objects; roughly 6% redux in the maximum + RSS. + +------------------------------------------------------------------- Old: ---- mold-1.1.tar.gz New: ---- mold-1.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mold.spec ++++++ --- /var/tmp/diff_new_pack.eRMoDz/_old 2022-03-11 11:47:41.298845237 +0100 +++ /var/tmp/diff_new_pack.eRMoDz/_new 2022-03-11 11:47:41.302845234 +0100 @@ -17,7 +17,7 @@ Name: mold -Version: 1.1 +Version: 1.1.1 Release: 0 Summary: A Modern Linker (mold) License: AGPL-3.0-or-later @@ -61,12 +61,13 @@ export CC=gcc export CXX=g++ %endif -export CFLAGS="%{optflags} -Wno-sign-compare" -export CXXFLAGS="${CFLAGS}" export MANDIR=%{_mandir} export LIBDIR=%{_libdir} export BINDIR=%{_bindir} -%make_build %{build_args} + +export CXXFLAGS="%{optflags} -Wno-sign-compare" +export LDFLAGS="${CXXFLAGS}" +%make_build %{build_args} CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" %install %make_install PREFIX=%{_prefix} BINDIR=%{_bindir} MANDIR=%{_mandir} LIBDIR=%{_libdir} %{build_args} ++++++ mold-1.1.tar.gz -> mold-1.1.1.tar.gz ++++++ ++++ 4421 lines of diff (skipped)