Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnu-compilers-hpc for 
openSUSE:Factory checked in at 2023-09-04 22:53:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnu-compilers-hpc (Old)
 and      /work/SRC/openSUSE:Factory/.gnu-compilers-hpc.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnu-compilers-hpc"

Mon Sep  4 22:53:41 2023 rev:20 rq:1108912 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnu-compilers-hpc/gnu-compilers-hpc.changes      
2023-06-16 16:55:24.721908429 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnu-compilers-hpc.new.1766/gnu-compilers-hpc.changes
    2023-09-04 22:54:22.601452500 +0200
@@ -1,0 +2,7 @@
+Mon Sep  4 11:39:42 UTC 2023 - Egbert Eich <[email protected]>
+
+- Create correct links for cc and c++ and make sure failure of last
+  test in %posttrans is not returned as status of scriptlet
+  (bsc#1214816).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnu-compilers-hpc.spec ++++++
--- /var/tmp/diff_new_pack.4NqWvP/_old  2023-09-04 22:54:23.753493222 +0200
+++ /var/tmp/diff_new_pack.4NqWvP/_new  2023-09-04 22:54:23.757493364 +0200
@@ -250,8 +250,8 @@
     esac
 done
 for i in cc,gcc c++,g++; do
-    test -e %{hpc_cf_install_path}/bin/${i##*,}%{hpc_gnu_bin_version} \
-       && ln -s %{hpc_cf_install_path}/bin/${i%%%%,*} 
${i##*,}%{hpc_gnu_bin_version}
+    test -e %{hpc_cf_install_path}/bin/${i##*,} \
+       && ln -s ${i##*,} %{hpc_cf_install_path}/bin/${i%%%%,*} || true
 done
 %else
 # for the base compiler version link to the 'default' binary:

Reply via email to