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-04-28 23:08:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mold (Old) and /work/SRC/openSUSE:Factory/.mold.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mold" Thu Apr 28 23:08:17 2022 rev:12 rq:973715 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mold/mold.changes 2022-04-20 16:54:44.802478263 +0200 +++ /work/SRC/openSUSE:Factory/.mold.new.1538/mold.changes 2022-04-28 23:08:24.580714014 +0200 @@ -1,0 +2,21 @@ +Thu Apr 28 12:49:30 UTC 2022 - Martin Li??ka <mli...@suse.cz> + +- Update to version 1.2.1 + * Various bugs in --gdb-index have been fixed. + * mold now recognizes --thinlto-cache-dir and --thinlto-cache-policy + for the sake of compatibility with LLVM lld. (7ebd071) + * mold can now handle TLS common symbols. It looks like GCC + sometimes creates such symbol for a thread-local variable. (cf850f8) + * In some edge cases, mold created a non-versioned symbol and + a versioned one for the same symbol, even though if one symbol is versioned, + all symbols of the same name must be versioned. + This bug has been fixed. (8298c0a) + * mold used to write a PLT address of a symbol instead + of its address to .symtab. This bug has been fixed. (e088db7) + * mold can now handle an input file + with more than 219 symbols. (f1f2d40) + * /usr/local/libexec/mold/ld is now installed + as a relative symlink instead of an absolute symlink. (5803c3c) +- Removed upstreamed fix-gdb-index.patch patch. + +------------------------------------------------------------------- Old: ---- fix-gdb-index.patch mold-1.2.tar.gz New: ---- mold-1.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mold.spec ++++++ --- /var/tmp/diff_new_pack.WF30YG/_old 2022-04-28 23:08:25.096714496 +0200 +++ /var/tmp/diff_new_pack.WF30YG/_new 2022-04-28 23:08:25.100714500 +0200 @@ -17,13 +17,12 @@ Name: mold -Version: 1.2 +Version: 1.2.1 Release: 0 Summary: A Modern Linker (mold) License: AGPL-3.0-or-later URL: https://github.com/rui314/mold Source: https://github.com/rui314/mold/archive/v%{version}/mold-%{version}.tar.gz -Patch0: fix-gdb-index.patch ExclusiveArch: x86_64 aarch64 riscv64 BuildRequires: cmake %if %{suse_version} < 1550 @@ -33,6 +32,7 @@ BuildRequires: gcc-c++ BuildRequires: clang BuildRequires: libdwarf-tools +BuildRequires: llvm BuildRequires: llvm-gold BuildRequires: mimalloc-devel BuildRequires: tbb-devel @@ -40,6 +40,7 @@ BuildRequires: gcc-32bit %endif %endif +BuildRequires: gdb BuildRequires: glibc-devel-static BuildRequires: openssl-devel BuildRequires: xxhash-devel ++++++ mold-1.2.tar.gz -> mold-1.2.1.tar.gz ++++++ ++++ 5585 lines of diff (skipped)