Script 'mail_helper' called by obssrc
Hello community,

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

Package is "gcc-14-image"

Wed Oct 30 17:35:44 2024 rev:26 rq:1219140 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc-14-image/gcc-14-image.changes        
2024-10-15 15:00:51.850819562 +0200
+++ /work/SRC/openSUSE:Factory/.gcc-14-image.new.2020/gcc-14-image.changes      
2024-10-30 17:36:27.677346581 +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.1MNVjW/_old  2024-10-30 17:36:28.113364845 +0100
+++ /var/tmp/diff_new_pack.1MNVjW/_new  2024-10-30 17:36:28.117365013 +0100
@@ -17,14 +17,13 @@
 
 #!BuildTag: opensuse/bci/gcc:%%gcc_minor_version%%-%RELEASE%
 #!BuildTag: opensuse/bci/gcc:%%gcc_minor_version%%
-#!BuildTag: opensuse/bci/gcc:14-%RELEASE%
 #!BuildTag: opensuse/bci/gcc:14
 #!BuildTag: opensuse/bci/gcc:latest
 
 FROM opensuse/tumbleweed:latest
 
 RUN set -euo pipefail; \
-    zypper -n install --no-recommends gcc14 gcc14-c++ make gcc gcc-c++ curl 
findutils gawk git-core procps util-linux; \
+    zypper -n install --no-recommends gcc14 gcc14-c++ gcc14-fortran make gcc 
gcc-c++ gcc-fortran 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}
 

++++++ README.md ++++++
--- /var/tmp/diff_new_pack.1MNVjW/_old  2024-10-30 17:36:28.141366018 +0100
+++ /var/tmp/diff_new_pack.1MNVjW/_new  2024-10-30 17:36:28.145366186 +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:
-- `gcc14-fortran` for Fortran support
 - `gcc14-ada` for the Ada frontend (GNAT)
 - `gcc14-go` for the Go frontend
 - `gcc14-objc` and `gcc14-obj-c++` for the Objective C and Objective C++

Reply via email to