commit gcc-14-image for openSUSE:Factory

2024-09-29 Thread Source-Sync
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-09-29 18:12:57

Comparing /work/SRC/openSUSE:Factory/gcc-14-image (Old)
 and  /work/SRC/openSUSE:Factory/.gcc-14-image.new.29891 (New)


Package is "gcc-14-image"

Sun Sep 29 18:12:57 2024 rev:23 rq:1204325 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/gcc-14-image/gcc-14-image.changes
2024-09-26 18:54:24.323864775 +0200
+++ /work/SRC/openSUSE:Factory/.gcc-14-image.new.29891/gcc-14-image.changes 
2024-09-29 18:13:43.789295191 +0200
@@ -1,0 +2,5 @@
+Sat Sep 28 08:15:08 UTC 2024 - Dirk Mueller 
+
+- fix registry references in READMEs
+
+---



Other differences:
--
++ README.md ++
--- /var/tmp/diff_new_pack.JhtRkd/_old  2024-09-29 18:13:44.245314031 +0200
+++ /var/tmp/diff_new_pack.JhtRkd/_new  2024-09-29 18:13:44.249314197 +0200
@@ -34,7 +34,7 @@
 COPY . /src/
 RUN gcc -o app main.c src1.c src2.c
 
-FROM registry.suse.com/bci/bci-micro:latest
+FROM registry.opensuse.org/opensuse/bci/bci-micro:latest
 WORKDIR /build/
 COPY --from=builder /src/app /build/
 CMD ["/build/app"]


commit gcc-14-image for openSUSE:Factory

2024-09-26 Thread Source-Sync
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-09-26 18:53:27

Comparing /work/SRC/openSUSE:Factory/gcc-14-image (Old)
 and  /work/SRC/openSUSE:Factory/.gcc-14-image.new.29891 (New)


Package is "gcc-14-image"

Thu Sep 26 18:53:27 2024 rev:22 rq:1203681 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/gcc-14-image/gcc-14-image.changes
2024-09-25 21:53:52.113722480 +0200
+++ /work/SRC/openSUSE:Factory/.gcc-14-image.new.29891/gcc-14-image.changes 
2024-09-26 18:54:24.323864775 +0200
@@ -1,0 +2,10 @@
+Wed Sep 25 17:36:16 UTC 2024 - Dirk Mueller 
+
+- rerender installation step in multiple lines, allow uninstalling optional 
packages
+
+---
+Wed Sep 25 17:12:11 UTC 2024 - Dirk Mueller 
+
+- improved log cleaning
+
+---



Other differences:
--
++ Dockerfile ++
--- /var/tmp/diff_new_pack.gzYuzc/_old  2024-09-26 18:54:24.767883174 +0200
+++ /var/tmp/diff_new_pack.gzYuzc/_new  2024-09-26 18:54:24.771883340 +0200
@@ -22,7 +22,10 @@
 
 FROM opensuse/tumbleweed:latest
 
-RUN set -euo pipefail; zypper -n in --no-recommends gcc14 gcc14-c++ make gcc 
gcc-c++ curl findutils gawk git-core procps util-linux; zypper -n clean; rm -rf 
/var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
+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 clean; \
+rm -rf 
{/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
 
 # Define labels according to 
https://en.opensuse.org/Building_derived_containers
 # labelprefix=org.opensuse.bci.gcc


commit gcc-14-image for openSUSE:Factory

2024-09-24 Thread Source-Sync
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-09-24 17:32:53

Comparing /work/SRC/openSUSE:Factory/gcc-14-image (Old)
 and  /work/SRC/openSUSE:Factory/.gcc-14-image.new.29891 (New)


Package is "gcc-14-image"

Tue Sep 24 17:32:53 2024 rev:20 rq:1202700 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/gcc-14-image/gcc-14-image.changes
2024-09-12 16:59:42.533221905 +0200
+++ /work/SRC/openSUSE:Factory/.gcc-14-image.new.29891/gcc-14-image.changes 
2024-09-24 17:33:06.456655605 +0200
@@ -1,0 +2,5 @@
+Mon Sep 23 07:17:50 UTC 2024 - Dirk Mueller 
+
+- use full version in container labels
+
+---



Other differences:
--
++ Dockerfile ++
--- /var/tmp/diff_new_pack.tQxPJX/_old  2024-09-24 17:33:06.988677877 +0200
+++ /var/tmp/diff_new_pack.tQxPJX/_new  2024-09-24 17:33:07.020679217 +0200
@@ -17,8 +17,8 @@
 
 #!BuildTag: opensuse/bci/gcc:14
 #!BuildTag: opensuse/bci/gcc:14-%RELEASE%
-#!BuildTag: opensuse/bci/gcc:%%gcc_version%%
-#!BuildTag: opensuse/bci/gcc:%%gcc_version%%-%RELEASE%
+#!BuildTag: opensuse/bci/gcc:%%gcc_minor_version%%
+#!BuildTag: opensuse/bci/gcc:%%gcc_minor_version%%-%RELEASE%
 #!BuildTag: opensuse/bci/gcc:latest
 
 FROM opensuse/tumbleweed:latest
@@ -30,7 +30,7 @@
 LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)"
 LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI GNU Compiler 
Collection"
 LABEL org.opencontainers.image.description="GNU Compiler Collection container 
based on the openSUSE Tumbleweed Base Container Image."
-LABEL org.opencontainers.image.version="14"
+LABEL org.opencontainers.image.version="%%gcc_minor_version%%"
 LABEL org.opencontainers.image.url="https://www.opensuse.org";
 LABEL org.opencontainers.image.created="%BUILDTIME%"
 LABEL org.opencontainers.image.vendor="openSUSE Project"
@@ -42,6 +42,6 @@
 LABEL org.opensuse.release-stage="released"
 # endlabelprefix
 LABEL 
io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/gcc-14-image/README.md";
-ENV GCC_VERSION="%%gcc_version%%"
+ENV GCC_VERSION="%%gcc_minor_version%%"
 
 

++ _service ++
--- /var/tmp/diff_new_pack.tQxPJX/_old  2024-09-24 17:33:07.360693451 +0200
+++ /var/tmp/diff_new_pack.tQxPJX/_new  2024-09-24 17:33:07.392694790 +0200
@@ -3,7 +3,7 @@
   
   
 Dockerfile
-%%gcc_version%%
+%%gcc_minor_version%%
 gcc14
 minor
   


commit gcc-14-image for openSUSE:Factory

2024-09-06 Thread Source-Sync
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-09-06 17:19:00

Comparing /work/SRC/openSUSE:Factory/gcc-14-image (Old)
 and  /work/SRC/openSUSE:Factory/.gcc-14-image.new.10096 (New)


Package is "gcc-14-image"

Fri Sep  6 17:19:00 2024 rev:18 rq:1199140 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/gcc-14-image/gcc-14-image.changes
2024-08-23 22:28:16.644916178 +0200
+++ /work/SRC/openSUSE:Factory/.gcc-14-image.new.10096/gcc-14-image.changes 
2024-09-06 17:19:30.202280667 +0200
@@ -1,0 +2,5 @@
+Fri Sep  6 05:46:48 UTC 2024 - Dirk Mueller 
+
+- main gcc is 14; switch linking/packages
+
+---



Other differences:
--
++ Dockerfile ++
--- /var/tmp/diff_new_pack.3CkgZ0/_old  2024-09-06 17:19:30.622298120 +0200
+++ /var/tmp/diff_new_pack.3CkgZ0/_new  2024-09-06 17:19:30.626298287 +0200
@@ -22,7 +22,7 @@
 
 FROM opensuse/tumbleweed:latest
 
-RUN set -euo pipefail; zypper -n in --no-recommends gcc14 gcc14-c++ make curl 
findutils gawk git-core procps util-linux; zypper -n clean; rm -rf 
/var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
+RUN set -euo pipefail; zypper -n in --no-recommends gcc14 gcc14-c++ make gcc 
gcc-c++ curl findutils gawk git-core procps util-linux; zypper -n clean; rm -rf 
/var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
 
 # Define labels according to 
https://en.opensuse.org/Building_derived_containers
 # labelprefix=org.opensuse.bci.gcc
@@ -43,9 +43,4 @@
 LABEL 
io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/gcc-14-image/README.md";
 ENV GCC_VERSION="%%gcc_version%%"
 
-# 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 gcc14 gcc14-c++ |grep 
^/usr/bin/ ); do \
-ln -sf $gcc_bin $(echo "$gcc_bin" | sed -e 
's|/usr/bin/|/usr/local/bin/|' -e 's|-14$||'); \
-done
 


commit gcc-14-image for openSUSE:Factory

2024-08-10 Thread Source-Sync
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-08-10 19:07:36

Comparing /work/SRC/openSUSE:Factory/gcc-14-image (Old)
 and  /work/SRC/openSUSE:Factory/.gcc-14-image.new.7232 (New)


Package is "gcc-14-image"

Sat Aug 10 19:07:36 2024 rev:15 rq:1192975 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/gcc-14-image/gcc-14-image.changes
2024-08-09 16:15:56.678138794 +0200
+++ /work/SRC/openSUSE:Factory/.gcc-14-image.new.7232/gcc-14-image.changes  
2024-08-10 19:13:09.151117483 +0200
@@ -1,0 +2,5 @@
+Thu Aug  8 19:28:10 UTC 2024 - Dirk Mueller 
+
+- add oci.image.ref.name
+
+---



Other differences:
--
++ Dockerfile ++
--- /var/tmp/diff_new_pack.EaJuAK/_old  2024-08-10 19:13:09.843146222 +0200
+++ /var/tmp/diff_new_pack.EaJuAK/_new  2024-08-10 19:13:09.847146388 +0200
@@ -32,6 +32,7 @@
 LABEL org.opencontainers.image.created="%BUILDTIME%"
 LABEL org.opencontainers.image.vendor="openSUSE Project"
 LABEL org.opencontainers.image.source="%SOURCEURL%"
+LABEL org.opencontainers.image.ref.name="14-%RELEASE%"
 LABEL 
org.opensuse.reference="registry.opensuse.org/opensuse/bci/gcc:14-%RELEASE%"
 LABEL org.openbuildservice.disturl="%DISTURL%"
 LABEL 
org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI";


commit gcc-14-image for openSUSE:Factory

2024-08-09 Thread Source-Sync
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-08-09 16:15:18

Comparing /work/SRC/openSUSE:Factory/gcc-14-image (Old)
 and  /work/SRC/openSUSE:Factory/.gcc-14-image.new.7232 (New)


Package is "gcc-14-image"

Fri Aug  9 16:15:18 2024 rev:14 rq:1192690 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/gcc-14-image/gcc-14-image.changes
2024-08-05 17:23:54.609604345 +0200
+++ /work/SRC/openSUSE:Factory/.gcc-14-image.new.7232/gcc-14-image.changes  
2024-08-09 16:15:56.678138794 +0200
@@ -1,0 +2,5 @@
+Thu Aug  8 16:43:43 UTC 2024 - Dirk Mueller 
+
+- remove oci reference annotation again
+
+---



Other differences:
--
++ Dockerfile ++
--- /var/tmp/diff_new_pack.Ala8AV/_old  2024-08-09 16:15:57.150158496 +0200
+++ /var/tmp/diff_new_pack.Ala8AV/_new  2024-08-09 16:15:57.154158663 +0200
@@ -37,7 +37,6 @@
 LABEL 
org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI";
 LABEL org.opensuse.release-stage="released"
 # endlabelprefix
-LABEL org.opencontainers.image.revision="%DISTURL%"
 LABEL 
io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/gcc-14-image/README.md";
 
 RUN set -euo pipefail; zypper -n in --no-recommends gcc14 gcc14-c++ make curl 
findutils gawk git-core procps util-linux; zypper -n clean; rm -rf 
/var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}


commit gcc-14-image for openSUSE:Factory

2024-08-05 Thread Source-Sync
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-08-05 17:22:49

Comparing /work/SRC/openSUSE:Factory/gcc-14-image (Old)
 and  /work/SRC/openSUSE:Factory/.gcc-14-image.new.7232 (New)


Package is "gcc-14-image"

Mon Aug  5 17:22:49 2024 rev:13 rq:1191666 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/gcc-14-image/gcc-14-image.changes
2024-08-03 20:05:41.593900908 +0200
+++ /work/SRC/openSUSE:Factory/.gcc-14-image.new.7232/gcc-14-image.changes  
2024-08-05 17:23:54.609604345 +0200
@@ -1,0 +2,5 @@
+Mon Aug  5 11:38:13 UTC 2024 - Dirk Mueller 
+
+- add OCI reference annotation
+
+---



Other differences:
--
++ Dockerfile ++
--- /var/tmp/diff_new_pack.5JtGYd/_old  2024-08-05 17:23:55.337634199 +0200
+++ /var/tmp/diff_new_pack.5JtGYd/_new  2024-08-05 17:23:55.341634363 +0200
@@ -37,6 +37,7 @@
 LABEL 
org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI";
 LABEL org.opensuse.release-stage="released"
 # endlabelprefix
+LABEL org.opencontainers.image.revision="%DISTURL%"
 LABEL 
io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/gcc-14-image/README.md";
 
 RUN set -euo pipefail; zypper -n in --no-recommends gcc14 gcc14-c++ make curl 
findutils gawk git-core procps util-linux; zypper -n clean; rm -rf 
/var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}


commit gcc-14-image for openSUSE:Factory

2024-08-03 Thread Source-Sync
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-08-03 20:05:21

Comparing /work/SRC/openSUSE:Factory/gcc-14-image (Old)
 and  /work/SRC/openSUSE:Factory/.gcc-14-image.new.7232 (New)


Package is "gcc-14-image"

Sat Aug  3 20:05:21 2024 rev:12 rq:1191364 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/gcc-14-image/gcc-14-image.changes
2024-08-02 17:26:41.895723247 +0200
+++ /work/SRC/openSUSE:Factory/.gcc-14-image.new.7232/gcc-14-image.changes  
2024-08-03 20:05:41.593900908 +0200
@@ -1,0 +2,5 @@
+Sat Aug  3 08:56:51 UTC 2024 - Dirk Mueller 
+
+- set OCI.authors attribute instead of deprecated MAINTAINER
+
+---



Other differences:
--
++ Dockerfile ++
--- /var/tmp/diff_new_pack.GsRuv3/_old  2024-08-03 20:05:42.025918657 +0200
+++ /var/tmp/diff_new_pack.GsRuv3/_new  2024-08-03 20:05:42.025918657 +0200
@@ -22,10 +22,9 @@
 
 FROM opensuse/tumbleweed:latest
 
-MAINTAINER openSUSE (https://www.opensuse.org/)
-
 # Define labels according to 
https://en.opensuse.org/Building_derived_containers
 # labelprefix=org.opensuse.bci.gcc
+LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)"
 LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI GNU Compiler 
Collection"
 LABEL org.opencontainers.image.description="GNU Compiler Collection container 
based on the openSUSE Tumbleweed Base Container Image."
 LABEL org.opencontainers.image.version="14"


commit gcc-14-image for openSUSE:Factory

2024-06-28 Thread Source-Sync
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-06-28 15:47:52

Comparing /work/SRC/openSUSE:Factory/gcc-14-image (Old)
 and  /work/SRC/openSUSE:Factory/.gcc-14-image.new.18349 (New)


Package is "gcc-14-image"

Fri Jun 28 15:47:52 2024 rev:10 rq:1183816 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/gcc-14-image/gcc-14-image.changes
2024-06-19 16:38:20.801131942 +0200
+++ /work/SRC/openSUSE:Factory/.gcc-14-image.new.18349/gcc-14-image.changes 
2024-06-28 15:51:52.596556351 +0200
@@ -1,0 +2,5 @@
+Fri Jun 28 06:52:02 UTC 2024 - Dirk Mueller 
+
+- add standard devel tools back to development containers
+
+---



Other differences:
--
++ Dockerfile ++
--- /var/tmp/diff_new_pack.QBmHEH/_old  2024-06-28 15:51:59.044792234 +0200
+++ /var/tmp/diff_new_pack.QBmHEH/_new  2024-06-28 15:51:59.048792380 +0200
@@ -40,7 +40,7 @@
 # endlabelprefix
 LABEL 
io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/gcc-14-image/README.md";
 
-RUN set -euo pipefail; zypper -n in --no-recommends gcc14 gcc14-c++ make gawk; 
zypper -n clean; rm -rf 
/var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
+RUN set -euo pipefail; zypper -n in --no-recommends gcc14 gcc14-c++ make curl 
findutils gawk git-core procps util-linux; zypper -n clean; rm -rf 
/var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
 ENV GCC_VERSION="%%gcc_version%%"
 
 # symlink all versioned gcc & g++ binaries to unversioned


commit gcc-14-image for openSUSE:Factory

2024-06-19 Thread Source-Sync
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-06-19 16:38:06

Comparing /work/SRC/openSUSE:Factory/gcc-14-image (Old)
 and  /work/SRC/openSUSE:Factory/.gcc-14-image.new.18349 (New)


Package is "gcc-14-image"

Wed Jun 19 16:38:06 2024 rev:9 rq:1181587 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/gcc-14-image/gcc-14-image.changes
2024-06-11 18:29:26.633198314 +0200
+++ /work/SRC/openSUSE:Factory/.gcc-14-image.new.18349/gcc-14-image.changes 
2024-06-19 16:38:20.801131942 +0200
@@ -1,0 +2,5 @@
+Tue Jun 18 17:24:16 UTC 2024 - Dirk Mueller 
+
+- use sentence style capitalization in READMEs
+
+---



Other differences:
--
++ README.md ++
--- /var/tmp/diff_new_pack.X42po7/_old  2024-06-19 16:38:21.281148970 +0200
+++ /var/tmp/diff_new_pack.X42po7/_new  2024-06-19 16:38:21.285149112 +0200
@@ -1,4 +1,4 @@
-# openSUSE Tumbleweed BCI GNU Compiler Collection Container Image (GCC)
+# openSUSE Tumbleweed BCI GNU Compiler Collection container image (GCC)
 ![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)
 
 # Description


commit gcc-14-image for openSUSE:Factory

2024-05-10 Thread Source-Sync
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-05-10 12:04:51

Comparing /work/SRC/openSUSE:Factory/gcc-14-image (Old)
 and  /work/SRC/openSUSE:Factory/.gcc-14-image.new.1880 (New)


Package is "gcc-14-image"

Fri May 10 12:04:51 2024 rev:4 rq:1172923 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/gcc-14-image/gcc-14-image.changes
2024-05-09 12:08:52.824071007 +0200
+++ /work/SRC/openSUSE:Factory/.gcc-14-image.new.1880/gcc-14-image.changes  
2024-05-10 12:05:25.450105447 +0200
@@ -1,0 +2,5 @@
+Wed May  8 16:26:31 UTC 2024 - Dirk Mueller 
+
+- README fixes - better titles and follow recommended document structure
+
+---



Other differences:
--
++ README.md ++
--- /var/tmp/diff_new_pack.30vfSg/_old  2024-05-10 12:05:29.218242749 +0200
+++ /var/tmp/diff_new_pack.30vfSg/_new  2024-05-10 12:05:29.42894 +0200
@@ -1,13 +1,15 @@
-# The GNU Compiler Collection Container Image
+# openSUSE Tumbleweed BCI GNU Compiler Collection Container Image (GCC)
 ![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)
 
+
+# Description
 The GNU Compiler Collection (GCC) is an optimizing compiler for various
 architectures and operating systems. It is the default compiler in the GNU
 project and most Linux distributions, including SUSE Linux Enterprise and
 openSUSE.
 
 
-## How to use the image
+## Usage
 
 ### Compile an application with a `Dockerfile`
 


commit gcc-14-image for openSUSE:Factory

2024-05-09 Thread Source-Sync
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-05-09 12:08:20

Comparing /work/SRC/openSUSE:Factory/gcc-14-image (Old)
 and  /work/SRC/openSUSE:Factory/.gcc-14-image.new.1880 (New)


Package is "gcc-14-image"

Thu May  9 12:08:20 2024 rev:3 rq:1172719 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/gcc-14-image/gcc-14-image.changes
2024-05-08 11:39:31.932333927 +0200
+++ /work/SRC/openSUSE:Factory/.gcc-14-image.new.1880/gcc-14-image.changes  
2024-05-09 12:08:52.824071007 +0200
@@ -1,0 +2,5 @@
+Tue May  7 19:07:24 UTC 2024 - Dirk Mueller 
+
+- extend READMEs; correct eula for application images
+
+---



Other differences:
--
++ README.md ++
--- /var/tmp/diff_new_pack.BkuuPr/_old  2024-05-09 12:08:53.296088162 +0200
+++ /var/tmp/diff_new_pack.BkuuPr/_new  2024-05-09 12:08:53.300088307 +0200
@@ -1,4 +1,5 @@
 # The GNU Compiler Collection Container Image
+![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)
 
 The GNU Compiler Collection (GCC) is an optimizing compiler for various
 architectures and operating systems. It is the default compiler in the GNU