Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mold for openSUSE:Factory checked in 
at 2023-09-28 00:24:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mold (Old)
 and      /work/SRC/openSUSE:Factory/.mold.new.23327 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mold"

Thu Sep 28 00:24:58 2023 rev:33 rq:1113750 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mold/mold.changes        2023-08-14 
22:35:36.428357922 +0200
+++ /work/SRC/openSUSE:Factory/.mold.new.23327/mold.changes     2023-09-28 
00:38:57.405897917 +0200
@@ -1,0 +2,28 @@
+Tue Sep 26 20:11:13 UTC 2023 - Martin Liška <martin.li...@hey.com>
+
+- Add build-blake-3-as-static.patch that builts BLAKE 3 support as static 
library
+  into mold. The library is not provided in openSUSE yet.
+
+-------------------------------------------------------------------
+Sun Sep 24 17:50:53 UTC 2023 - Martin Liška <martin.li...@hey.com>
+
+- Update to version 2.2.0
+  * We now use BLAKE3 as a cryptographic hash function instead of SHA256. This
+    change has made --build-id a few percent faster. libssl is no longer a 
build
+    dependency. (7f7a744)
+  * mold is now a few percent faster than the previous version due to an
+    optimization of string merging code path. (1a13c50)
+  * mold now emits slightly optimized code for thread-local variable accesses.
+    (f057fda, d56f528)
+  * [RISC-V] mold now supports TLSDESC relocations. TLSDESC is a new mechanism 
for
+    faster thread-local variable access. We (@ishitatsuyuki) actually led the 
effort
+    to ratify the specification (riscv-non-isa/riscv-elf-psabi-doc#373) and
+    implement it to compiler toolchain including GCC, GNU binutils and, of 
course,
+    mold. (141556d)
+  * mold no longer marks an as-needed .so as "needed" if the .so file is not
+    directly used by the output file. Previously, mold marked a .so file as 
"needed"
+    if the .so file was used by another "needed" .so file. (f02db0f)
+  * [PPC64] --execute-only now works on 64-bit PowerPC. (ac20d87, 51fec5f)
+- Remove openssl dependency.
+
+-------------------------------------------------------------------

Old:
----
  mold-2.1.0.tar.gz

New:
----
  build-blake-3-as-static.patch
  mold-2.2.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mold.spec ++++++
--- /var/tmp/diff_new_pack.vUzUTe/_old  2023-09-28 00:38:58.501937786 +0200
+++ /var/tmp/diff_new_pack.vUzUTe/_new  2023-09-28 00:38:58.501937786 +0200
@@ -17,13 +17,14 @@
 
 
 Name:           mold
-Version:        2.1.0
+Version:        2.2.0
 Release:        0
 Summary:        A Modern Linker (mold)
 License:        MIT
 Group:          Development/Tools/Building
 URL:            https://github.com/rui314/mold
 Source:         
https://github.com/rui314/mold/archive/v%{version}/mold-%{version}.tar.gz
+Patch0:         build-blake-3-as-static.patch
 BuildRequires:  cmake
 %if %{suse_version} < 1550
 BuildRequires:  gcc11-c++
@@ -42,7 +43,6 @@
 BuildRequires:  gdb
 BuildRequires:  glibc-devel-static
 BuildRequires:  libzstd-devel
-BuildRequires:  openssl-devel
 %ifnarch ppc64
 BuildRequires:  valgrind
 %endif

++++++ build-blake-3-as-static.patch ++++++
diff --git a/third-party/blake3/c/CMakeLists.txt 
b/third-party/blake3/c/CMakeLists.txt
index 3aa6c15..4790918 100644
--- a/third-party/blake3/c/CMakeLists.txt
+++ b/third-party/blake3/c/CMakeLists.txt
@@ -31,7 +31,7 @@ set(BLAKE3_X86_NAMES i686 x86 X86)
 set(BLAKE3_ARMv8_NAMES aarch64 AArch64 arm64 ARM64 armv8 armv8a)
 
 # library target
-add_library(blake3
+add_library(blake3 STATIC
   blake3.c
   blake3_dispatch.c
   blake3_portable.c

++++++ mold-2.1.0.tar.gz -> mold-2.2.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/mold/mold-2.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.mold.new.23327/mold-2.2.0.tar.gz differ: char 13, 
line 1

Reply via email to