Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ruby3.1 for openSUSE:Factory checked 
in at 2022-05-05 23:04:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ruby3.1 (Old)
 and      /work/SRC/openSUSE:Factory/.ruby3.1.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ruby3.1"

Thu May  5 23:04:29 2022 rev:8 rq:974653 version:3.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ruby3.1/ruby3.1.changes  2022-04-22 
21:54:06.866796438 +0200
+++ /work/SRC/openSUSE:Factory/.ruby3.1.new.1538/ruby3.1.changes        
2022-05-05 23:04:30.257415814 +0200
@@ -1,0 +2,7 @@
+Fri Apr 29 13:25:14 UTC 2022 - Martin Li??ka <[email protected]>
+
+- Do not depend on binutils-gold as it will be removed
+  in the future as it's obsoleted. Use lld instead of it
+  for clang build.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ruby3.1.spec ++++++
--- /var/tmp/diff_new_pack.3tlgAG/_old  2022-05-05 23:04:30.829416528 +0200
+++ /var/tmp/diff_new_pack.3tlgAG/_new  2022-05-05 23:04:30.829416528 +0200
@@ -90,8 +90,8 @@
 Patch:          use-pie.patch
 BuildRequires:  ruby-bundled-gems-rpmhelper
 %if %{with clang}
-BuildRequires:  binutils-gold
 BuildRequires:  clang
+BuildRequires:  lld
 BuildRequires:  llvm-devel
 %endif
 BuildRequires:  gmp-devel
@@ -108,9 +108,9 @@
 %if "%{flavor}" == "testsuite"
 #!BuildIgnore: ruby
 #!BuildIgnore: ruby-common
+BuildRequires:  %{rb_soname}
 BuildRequires:  netcfg
 BuildRequires:  procps
-BuildRequires:  %{rb_soname}
 BuildRequires:  timezone
 %endif
 BuildRequires:  readline-devel
@@ -300,7 +300,7 @@
 %if %{with clang}
 export CC="clang"
 export CXX="clang++"
-export LD="ld.gold"
+export LD="lld"
 %endif
 # iseq.c needs -fno-strict-aliasing
 export CFLAGS="%{optflags} -fno-strict-aliasing -std=gnu99"

Reply via email to