Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gcc-13-image for openSUSE:Factory 
checked in at 2024-10-30 17:35:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc-13-image (Old)
 and      /work/SRC/openSUSE:Factory/.gcc-13-image.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc-13-image"

Wed Oct 30 17:35:16 2024 rev:26 rq:1219114 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc-13-image/gcc-13-image.changes        
2024-10-15 15:00:33.282046198 +0200
+++ /work/SRC/openSUSE:Factory/.gcc-13-image.new.2020/gcc-13-image.changes      
2024-10-30 17:35:58.856139269 +0100
@@ -1,0 +2,10 @@
+Tue Oct 29 15:23:20 UTC 2024 - SUSE Update Bot <bci-inter...@suse.de>
+
+- drop tag_version-%RELEASE%
+
+-------------------------------------------------------------------
+Tue Oct 29 14:22:15 UTC 2024 - SUSE Update Bot <bci-inter...@suse.de>
+
+- add fortran
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.soO1lM/_old  2024-10-30 17:35:59.776177809 +0100
+++ /var/tmp/diff_new_pack.soO1lM/_new  2024-10-30 17:35:59.780177976 +0100
@@ -17,13 +17,12 @@
 
 #!BuildTag: opensuse/bci/gcc:%%gcc_minor_version%%-%RELEASE%
 #!BuildTag: opensuse/bci/gcc:%%gcc_minor_version%%
-#!BuildTag: opensuse/bci/gcc:13-%RELEASE%
 #!BuildTag: opensuse/bci/gcc:13
 
 FROM opensuse/tumbleweed:latest
 
 RUN set -euo pipefail; \
-    zypper -n install --no-recommends gcc13 gcc13-c++ make curl findutils gawk 
git-core procps util-linux; \
+    zypper -n install --no-recommends gcc13 gcc13-c++ gcc13-fortran make curl 
findutils gawk git-core procps util-linux; \
     zypper -n clean; \
     rm -rf 
{/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
 
@@ -48,7 +47,7 @@
 
 # symlink all versioned gcc & g++ binaries to unversioned
 # ones in /usr/local/bin so that plain gcc works
-RUN set -euo pipefail; for gcc_bin in $(rpm -ql gcc13 gcc13-c++ |grep 
^/usr/bin/ ); do \
+RUN set -euo pipefail; for gcc_bin in $(rpm -ql gcc13 gcc13-c++ gcc13-fortran 
|grep ^/usr/bin/ ); do \
         ln -sf $gcc_bin $(echo "$gcc_bin" | sed -e 
's|/usr/bin/|/usr/local/bin/|' -e 's|-13$||'); \
     done
 

++++++ README.md ++++++
--- /var/tmp/diff_new_pack.soO1lM/_old  2024-10-30 17:35:59.808179149 +0100
+++ /var/tmp/diff_new_pack.soO1lM/_new  2024-10-30 17:35:59.812179317 +0100
@@ -59,10 +59,9 @@
 ### Available compiler frontends
 
 The GNU Compiler Collections supports a wide range of frontends. The container
-image ships the C and C++ frontends available as `gcc` and `g++`
+image ships the C,  C++  and fortran frontends available as `gcc`, `g++` and 
`gfortran`
 respectively. The following additional frontends can be installed from the
 repository:
-- `gcc13-fortran` for Fortran support
 - `gcc13-ada` for the Ada frontend (GNAT)
 - `gcc13-go` for the Go frontend
 - `gcc13-objc` and `gcc13-obj-c++` for the Objective C and Objective C++

Reply via email to