Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rust-oldstable-image for 
openSUSE:Factory checked in at 2025-04-22 22:15:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rust-oldstable-image (Old)
 and      /work/SRC/openSUSE:Factory/.rust-oldstable-image.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rust-oldstable-image"

Tue Apr 22 22:15:03 2025 rev:45 rq:1271944 version:unknown

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rust-oldstable-image/rust-oldstable-image.changes    
    2025-03-07 16:48:46.270011697 +0100
+++ 
/work/SRC/openSUSE:Factory/.rust-oldstable-image.new.30101/rust-oldstable-image.changes
     2025-04-22 22:15:14.120270939 +0200
@@ -1,0 +2,10 @@
+Tue Apr 22 10:43:27 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de>
+
+- rust 1.86 for stable, rust 1.85 for oldstable
+
+-------------------------------------------------------------------
+Mon Apr 14 08:40:50 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de>
+
+- stylistic changes to pass dockerfmt
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.KjSzZG/_old  2025-04-22 22:15:14.660293862 +0200
+++ /var/tmp/diff_new_pack.KjSzZG/_new  2025-04-22 22:15:14.660293862 +0200
@@ -19,19 +19,19 @@
 #!BuildTag: opensuse/bci/rust:oldstable
 #!BuildTag: opensuse/bci/rust:%%RUST_VERSION%%-2.%RELEASE%
 #!BuildTag: opensuse/bci/rust:%%RUST_VERSION%%
-#!BuildTag: opensuse/bci/rust:1.84
+#!BuildTag: opensuse/bci/rust:1.85
 
 FROM opensuse/tumbleweed:latest
 
 RUN set -euo pipefail; \
-    zypper -n install --no-recommends rust1.84 cargo1.84; \
+    zypper -n install --no-recommends rust1.85 cargo1.85; \
     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.rust
-LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Rust 1.84"
-LABEL org.opencontainers.image.description="Rust 1.84 container based on the 
openSUSE Tumbleweed Base Container Image."
+LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Rust 1.85"
+LABEL org.opencontainers.image.description="Rust 1.85 container based on the 
openSUSE Tumbleweed Base Container Image."
 LABEL org.opencontainers.image.version="%%RUST_VERSION%%"
 LABEL org.opencontainers.image.url="https://www.opensuse.org";
 LABEL org.opencontainers.image.created="%BUILDTIME%"
@@ -47,9 +47,8 @@
 ENV RUST_VERSION="%%RUST_VERSION%%"
 ENV CARGO_VERSION="%%CARGO_VERSION%%"
 ENV CC="/usr/local/bin/gcc"
-
 # workaround for gcc only existing as /usr/bin/gcc-N
-RUN ln -sf $(ls /usr/bin/gcc-*|grep -P ".*gcc-[[:digit:]]+") /usr/local/bin/gcc
+RUN ln -sf $(ls /usr/bin/gcc-* | grep -P ".*gcc-[[:digit:]]+") 
/usr/local/bin/gcc
 # smoke test that gcc works
 RUN gcc --version
 RUN ${CC} --version

++++++ README.md ++++++
--- /var/tmp/diff_new_pack.KjSzZG/_old  2025-04-22 22:15:14.688295050 +0200
+++ /var/tmp/diff_new_pack.KjSzZG/_new  2025-04-22 22:15:14.692295220 +0200
@@ -1,4 +1,4 @@
-# Rust 1.84 Container Image
+# Rust 1.85 Container Image
 
 ![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)
 
@@ -11,8 +11,8 @@
 To compile and deploy an application, copy the sources, fetch dependencies, 
and build the binary:
 
 ```Dockerfile
-# Build the application using the Rust 1.84 container image
-FROM registry.opensuse.org/opensuse/bci/rust:1.84 as build
+# Build the application using the Rust 1.85 container image
+FROM registry.opensuse.org/opensuse/bci/rust:1.85 as build
 
 WORKDIR /app
 
@@ -40,7 +40,7 @@
 To compile the application, without running it inside a container instance, 
use the following command:
 
 ```ShellSession
-$ podman run --rm -v "$PWD":/app:Z -w /app 
registry.opensuse.org/opensuse/bci/rust:1.84 cargo build --release
+$ podman run --rm -v "$PWD":/app:Z -w /app 
registry.opensuse.org/opensuse/bci/rust:1.85 cargo build --release
 ```
 
 **Note:** The Rust image is intended to be used as a build environment. For 
runtime, use smaller images such as `bci-base`, `bci-micro`, or `bci-minimal`.

++++++ _service ++++++
--- /var/tmp/diff_new_pack.KjSzZG/_old  2025-04-22 22:15:14.724296579 +0200
+++ /var/tmp/diff_new_pack.KjSzZG/_new  2025-04-22 22:15:14.732296918 +0200
@@ -4,12 +4,12 @@
   <service mode="buildtime" name="replace_using_package_version">
     <param name="file">Dockerfile</param>
     <param name="regex">%%RUST_VERSION%%</param>
-    <param name="package">rust1.84</param>
+    <param name="package">rust1.85</param>
   </service>
   <service mode="buildtime" name="replace_using_package_version">
     <param name="file">Dockerfile</param>
     <param name="regex">%%CARGO_VERSION%%</param>
-    <param name="package">cargo1.84</param>
+    <param name="package">cargo1.85</param>
   </service>
 </services>
 (No newline at EOF)

++++++ rust-and-cargo-pin.check ++++++
--- /var/tmp/diff_new_pack.KjSzZG/_old  2025-04-22 22:15:14.752297767 +0200
+++ /var/tmp/diff_new_pack.KjSzZG/_new  2025-04-22 22:15:14.756297937 +0200
@@ -1,3 +1,3 @@
-requires:cargo1.84
-requires:rust1.84
+requires:cargo1.85
+requires:rust1.85
 

Reply via email to