Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rust-stable-image for 
openSUSE:Factory checked in at 2026-06-08 17:01:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rust-stable-image (Old)
 and      /work/SRC/openSUSE:Factory/.rust-stable-image.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rust-stable-image"

Mon Jun  8 17:01:12 2026 rev:65 rq:1357796 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/rust-stable-image/rust-stable-image.changes      
2026-05-14 21:46:17.774832501 +0200
+++ 
/work/SRC/openSUSE:Factory/.rust-stable-image.new.2375/rust-stable-image.changes
    2026-06-08 17:01:16.957143306 +0200
@@ -1,0 +2,5 @@
+Sun Jun  7 16:55:42 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- rust 1.96 for stable, 1.95 for oldstable
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.UUxdxd/_old  2026-06-08 17:01:18.069189390 +0200
+++ /var/tmp/diff_new_pack.UUxdxd/_new  2026-06-08 17:01:18.077189721 +0200
@@ -18,13 +18,13 @@
 #!BuildTag: opensuse/bci/rust:%%RUST_VERSION%%-1.%RELEASE%
 #!BuildTag: opensuse/bci/rust:%%RUST_VERSION%%
 #!BuildTag: opensuse/bci/rust:stable
-#!BuildTag: opensuse/bci/rust:1.95
+#!BuildTag: opensuse/bci/rust:1.96
 #!BuildTag: opensuse/bci/rust:latest
 
 FROM opensuse/tumbleweed:latest
 
 RUN set -euo pipefail; \
-    zypper -n install --no-recommends rust1.95 cargo1.95
+    zypper -n install --no-recommends rust1.96 cargo1.96
 
 # cleanup logs and temporary files
 RUN set -euo pipefail; zypper -n clean -a; \
@@ -41,8 +41,8 @@
 
 # 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.95"
-LABEL org.opencontainers.image.description="Rust 1.95 container based on the 
openSUSE Tumbleweed Base Container Image."
+LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Rust 1.96"
+LABEL org.opencontainers.image.description="Rust 1.96 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%"

++++++ README.md ++++++
--- /var/tmp/diff_new_pack.UUxdxd/_old  2026-06-08 17:01:18.177193865 +0200
+++ /var/tmp/diff_new_pack.UUxdxd/_new  2026-06-08 17:01:18.193194529 +0200
@@ -1,4 +1,4 @@
-# Rust 1.95 Container Image
+# Rust 1.96 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.95 container image
-FROM registry.opensuse.org/opensuse/bci/rust:1.95 as build
+# Build the application using the Rust 1.96 container image
+FROM registry.opensuse.org/opensuse/bci/rust:1.96 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.95 cargo build --release
+$ podman run --rm -v "$PWD":/app:Z -w /app 
registry.opensuse.org/opensuse/bci/rust:1.96 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.UUxdxd/_old  2026-06-08 17:01:18.261197347 +0200
+++ /var/tmp/diff_new_pack.UUxdxd/_new  2026-06-08 17:01:18.265197512 +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.95</param>
+    <param name="package">rust1.96</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.95</param>
+    <param name="package">cargo1.96</param>
   </service>
 </services>
 (No newline at EOF)

++++++ rust-and-cargo-pin.check ++++++
--- /var/tmp/diff_new_pack.UUxdxd/_old  2026-06-08 17:01:18.321199833 +0200
+++ /var/tmp/diff_new_pack.UUxdxd/_new  2026-06-08 17:01:18.329200165 +0200
@@ -1,3 +1,3 @@
-requires:cargo1.95
-requires:rust1.95
+requires:cargo1.96
+requires:rust1.96
 

Reply via email to