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-11-11 19:20:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rust-oldstable-image (Old)
and /work/SRC/openSUSE:Factory/.rust-oldstable-image.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust-oldstable-image"
Tue Nov 11 19:20:11 2025 rev:56 rq:1316977 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/rust-oldstable-image/rust-oldstable-image.changes
2025-10-27 14:41:53.972108517 +0100
+++
/work/SRC/openSUSE:Factory/.rust-oldstable-image.new.1980/rust-oldstable-image.changes
2025-11-11 19:20:38.425723203 +0100
@@ -1,0 +2,5 @@
+Mon Nov 10 16:07:01 UTC 2025 - SUSE Update Bot <[email protected]>
+
+- rust 1.91 for stable, rust 1.90 to oldstable
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.uMwrW0/_old 2025-11-11 19:20:38.985746658 +0100
+++ /var/tmp/diff_new_pack.uMwrW0/_new 2025-11-11 19:20:38.989746826 +0100
@@ -19,12 +19,12 @@
#!BuildTag: opensuse/bci/rust:oldstable
#!BuildTag: opensuse/bci/rust:%%RUST_VERSION%%-2.%RELEASE%
#!BuildTag: opensuse/bci/rust:%%RUST_VERSION%%
-#!BuildTag: opensuse/bci/rust:1.88
+#!BuildTag: opensuse/bci/rust:1.90
FROM opensuse/tumbleweed:latest
RUN set -euo pipefail; \
- zypper -n install --no-recommends rust1.88 cargo1.88
+ zypper -n install --no-recommends rust1.90 cargo1.90
# cleanup logs and temporary files
RUN set -euo pipefail; zypper -n clean -a; \
@@ -40,8 +40,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.88"
-LABEL org.opencontainers.image.description="Rust 1.88 container based on the
openSUSE Tumbleweed Base Container Image."
+LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Rust 1.90"
+LABEL org.opencontainers.image.description="Rust 1.90 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.uMwrW0/_old 2025-11-11 19:20:39.021748166 +0100
+++ /var/tmp/diff_new_pack.uMwrW0/_new 2025-11-11 19:20:39.025748334 +0100
@@ -1,4 +1,4 @@
-# Rust 1.88 Container Image
+# Rust 1.90 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.88 container image
-FROM registry.opensuse.org/opensuse/bci/rust:1.88 as build
+# Build the application using the Rust 1.90 container image
+FROM registry.opensuse.org/opensuse/bci/rust:1.90 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.88 cargo build --release
+$ podman run --rm -v "$PWD":/app:Z -w /app
registry.opensuse.org/opensuse/bci/rust:1.90 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.uMwrW0/_old 2025-11-11 19:20:39.069750177 +0100
+++ /var/tmp/diff_new_pack.uMwrW0/_new 2025-11-11 19:20:39.077750511 +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.88</param>
+ <param name="package">rust1.90</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.88</param>
+ <param name="package">cargo1.90</param>
</service>
</services>
(No newline at EOF)
++++++ rust-and-cargo-pin.check ++++++
--- /var/tmp/diff_new_pack.uMwrW0/_old 2025-11-11 19:20:39.101751517 +0100
+++ /var/tmp/diff_new_pack.uMwrW0/_new 2025-11-11 19:20:39.105751684 +0100
@@ -1,3 +1,3 @@
-requires:cargo1.88
-requires:rust1.88
+requires:cargo1.90
+requires:rust1.90