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-03-16 14:17:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rust-stable-image (Old)
and /work/SRC/openSUSE:Factory/.rust-stable-image.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust-stable-image"
Mon Mar 16 14:17:10 2026 rev:63 rq:1339172 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/rust-stable-image/rust-stable-image.changes
2026-03-11 20:55:02.761247957 +0100
+++
/work/SRC/openSUSE:Factory/.rust-stable-image.new.8177/rust-stable-image.changes
2026-03-16 14:20:24.252945734 +0100
@@ -1,0 +2,5 @@
+Sun Mar 15 20:40:59 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- rust 1.94 for stable, 1.93 to oldstable
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.6dT7kX/_old 2026-03-16 14:20:24.744966192 +0100
+++ /var/tmp/diff_new_pack.6dT7kX/_new 2026-03-16 14:20:24.748966358 +0100
@@ -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.93
+#!BuildTag: opensuse/bci/rust:1.94
#!BuildTag: opensuse/bci/rust:latest
FROM opensuse/tumbleweed:latest
RUN set -euo pipefail; \
- zypper -n install --no-recommends rust1.93 cargo1.93
+ zypper -n install --no-recommends rust1.94 cargo1.94
# 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.93"
-LABEL org.opencontainers.image.description="Rust 1.93 container based on the
openSUSE Tumbleweed Base Container Image."
+LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Rust 1.94"
+LABEL org.opencontainers.image.description="Rust 1.94 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.6dT7kX/_old 2026-03-16 14:20:24.776967523 +0100
+++ /var/tmp/diff_new_pack.6dT7kX/_new 2026-03-16 14:20:24.780967689 +0100
@@ -1,4 +1,4 @@
-# Rust 1.93 Container Image
+# Rust 1.94 Container Image

@@ -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.93 container image
-FROM registry.opensuse.org/opensuse/bci/rust:1.93 as build
+# Build the application using the Rust 1.94 container image
+FROM registry.opensuse.org/opensuse/bci/rust:1.94 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.93 cargo build --release
+$ podman run --rm -v "$PWD":/app:Z -w /app
registry.opensuse.org/opensuse/bci/rust:1.94 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.6dT7kX/_old 2026-03-16 14:20:24.816969186 +0100
+++ /var/tmp/diff_new_pack.6dT7kX/_new 2026-03-16 14:20:24.816969186 +0100
@@ -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.93</param>
+ <param name="package">rust1.94</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.93</param>
+ <param name="package">cargo1.94</param>
</service>
</services>
(No newline at EOF)
++++++ rust-and-cargo-pin.check ++++++
--- /var/tmp/diff_new_pack.6dT7kX/_old 2026-03-16 14:20:24.840970184 +0100
+++ /var/tmp/diff_new_pack.6dT7kX/_new 2026-03-16 14:20:24.844970351 +0100
@@ -1,3 +1,3 @@
-requires:cargo1.93
-requires:rust1.93
+requires:cargo1.94
+requires:rust1.94