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 2025-12-19 16:42:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rust-stable-image (Old)
and /work/SRC/openSUSE:Factory/.rust-stable-image.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust-stable-image"
Fri Dec 19 16:42:42 2025 rev:58 rq:1323571 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/rust-stable-image/rust-stable-image.changes
2025-12-17 17:40:42.894610641 +0100
+++
/work/SRC/openSUSE:Factory/.rust-stable-image.new.1928/rust-stable-image.changes
2025-12-19 16:43:29.863980018 +0100
@@ -1,0 +2,5 @@
+Thu Dec 18 18:08:45 UTC 2025 - SUSE Update Bot <[email protected]>
+
+- rust 1.92 for stable, 1.91 for oldstable
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.zm5100/_old 2025-12-19 16:43:32.248079717 +0100
+++ /var/tmp/diff_new_pack.zm5100/_new 2025-12-19 16:43:32.256080052 +0100
@@ -19,13 +19,13 @@
#!BuildTag: opensuse/bci/rust:stable
#!BuildTag: opensuse/bci/rust:%%RUST_VERSION%%-1.%RELEASE%
#!BuildTag: opensuse/bci/rust:%%RUST_VERSION%%
-#!BuildTag: opensuse/bci/rust:1.91
+#!BuildTag: opensuse/bci/rust:1.92
#!BuildTag: opensuse/bci/rust:latest
FROM opensuse/tumbleweed:latest
RUN set -euo pipefail; \
- zypper -n install --no-recommends rust1.91 cargo1.91
+ zypper -n install --no-recommends rust1.92 cargo1.92
# 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.91"
-LABEL org.opencontainers.image.description="Rust 1.91 container based on the
openSUSE Tumbleweed Base Container Image."
+LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Rust 1.92"
+LABEL org.opencontainers.image.description="Rust 1.92 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.zm5100/_old 2025-12-19 16:43:32.332083230 +0100
+++ /var/tmp/diff_new_pack.zm5100/_new 2025-12-19 16:43:32.340083565 +0100
@@ -1,4 +1,4 @@
-# Rust 1.91 Container Image
+# Rust 1.92 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.91 container image
-FROM registry.opensuse.org/opensuse/bci/rust:1.91 as build
+# Build the application using the Rust 1.92 container image
+FROM registry.opensuse.org/opensuse/bci/rust:1.92 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.91 cargo build --release
+$ podman run --rm -v "$PWD":/app:Z -w /app
registry.opensuse.org/opensuse/bci/rust:1.92 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.zm5100/_old 2025-12-19 16:43:32.428087245 +0100
+++ /var/tmp/diff_new_pack.zm5100/_new 2025-12-19 16:43:32.444087914 +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.91</param>
+ <param name="package">rust1.92</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.91</param>
+ <param name="package">cargo1.92</param>
</service>
</services>
(No newline at EOF)
++++++ rust-and-cargo-pin.check ++++++
--- /var/tmp/diff_new_pack.zm5100/_old 2025-12-19 16:43:32.480089419 +0100
+++ /var/tmp/diff_new_pack.zm5100/_new 2025-12-19 16:43:32.488089754 +0100
@@ -1,3 +1,3 @@
-requires:cargo1.91
-requires:rust1.91
+requires:cargo1.92
+requires:rust1.92