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-06-03 17:51:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust-stable-image (Old) and /work/SRC/openSUSE:Factory/.rust-stable-image.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust-stable-image" Tue Jun 3 17:51:56 2025 rev:48 rq:1282055 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/rust-stable-image/rust-stable-image.changes 2025-05-30 17:27:10.403846238 +0200 +++ /work/SRC/openSUSE:Factory/.rust-stable-image.new.16005/rust-stable-image.changes 2025-06-03 17:52:28.454954777 +0200 @@ -1,0 +2,5 @@ +Mon Jun 2 15:37:37 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- rust 1.87 for stable, 1.86 for oldstable + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.WeQBkn/_old 2025-06-03 17:52:29.042979164 +0200 +++ /var/tmp/diff_new_pack.WeQBkn/_new 2025-06-03 17:52:29.046979330 +0200 @@ -19,20 +19,20 @@ #!BuildTag: opensuse/bci/rust:stable #!BuildTag: opensuse/bci/rust:%%RUST_VERSION%%-1.%RELEASE% #!BuildTag: opensuse/bci/rust:%%RUST_VERSION%% -#!BuildTag: opensuse/bci/rust:1.86 +#!BuildTag: opensuse/bci/rust:1.87 #!BuildTag: opensuse/bci/rust:latest FROM opensuse/tumbleweed:latest RUN set -euo pipefail; \ - zypper -n install --no-recommends rust1.86 cargo1.86 + zypper -n install --no-recommends rust1.87 cargo1.87 RUN set -euo pipefail; zypper -n clean -a; \ 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.86" -LABEL org.opencontainers.image.description="Rust 1.86 container based on the openSUSE Tumbleweed Base Container Image." +LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Rust 1.87" +LABEL org.opencontainers.image.description="Rust 1.87 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.WeQBkn/_old 2025-06-03 17:52:29.070980326 +0200 +++ /var/tmp/diff_new_pack.WeQBkn/_new 2025-06-03 17:52:29.074980491 +0200 @@ -1,4 +1,4 @@ -# Rust 1.86 Container Image +# Rust 1.87 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.86 container image -FROM registry.opensuse.org/opensuse/bci/rust:1.86 as build +# Build the application using the Rust 1.87 container image +FROM registry.opensuse.org/opensuse/bci/rust:1.87 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.86 cargo build --release +$ podman run --rm -v "$PWD":/app:Z -w /app registry.opensuse.org/opensuse/bci/rust:1.87 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.WeQBkn/_old 2025-06-03 17:52:29.102981653 +0200 +++ /var/tmp/diff_new_pack.WeQBkn/_new 2025-06-03 17:52:29.106981819 +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.86</param> + <param name="package">rust1.87</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.86</param> + <param name="package">cargo1.87</param> </service> </services> (No newline at EOF) ++++++ rust-and-cargo-pin.check ++++++ --- /var/tmp/diff_new_pack.WeQBkn/_old 2025-06-03 17:52:29.130982814 +0200 +++ /var/tmp/diff_new_pack.WeQBkn/_new 2025-06-03 17:52:29.130982814 +0200 @@ -1,3 +1,3 @@ -requires:cargo1.86 -requires:rust1.86 +requires:cargo1.87 +requires:rust1.87