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 2024-11-06 16:56:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust-stable-image (Old) and /work/SRC/openSUSE:Factory/.rust-stable-image.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust-stable-image" Wed Nov 6 16:56:24 2024 rev:37 rq:1221709 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/rust-stable-image/rust-stable-image.changes 2024-10-30 22:58:47.001194934 +0100 +++ /work/SRC/openSUSE:Factory/.rust-stable-image.new.2020/rust-stable-image.changes 2024-11-06 16:57:23.733596648 +0100 @@ -1,0 +2,5 @@ +Mon Nov 4 13:48:26 UTC 2024 - SUSE Update Bot <bci-inter...@suse.de> + +- Bump Rust version to 1.82 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.b6EZjE/_old 2024-11-06 16:57:24.225617107 +0100 +++ /var/tmp/diff_new_pack.b6EZjE/_new 2024-11-06 16:57:24.229617273 +0100 @@ -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.81 +#!BuildTag: opensuse/bci/rust:1.82 #!BuildTag: opensuse/bci/rust:latest FROM opensuse/tumbleweed:latest RUN set -euo pipefail; \ - zypper -n install --no-recommends rust1.81 cargo1.81; \ + zypper -n install --no-recommends rust1.82 cargo1.82; \ zypper -n clean; \ 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.81" -LABEL org.opencontainers.image.description="Rust 1.81 container based on the openSUSE Tumbleweed Base Container Image." +LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Rust 1.82" +LABEL org.opencontainers.image.description="Rust 1.82 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.b6EZjE/_old 2024-11-06 16:57:24.261618604 +0100 +++ /var/tmp/diff_new_pack.b6EZjE/_new 2024-11-06 16:57:24.265618770 +0100 @@ -1,4 +1,4 @@ -# Rust 1.81 Container Image +# Rust 1.82 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.81 container image -FROM registry.opensuse.org/opensuse/bci/rust:1.81 as build +# Build the application using the Rust 1.82 container image +FROM registry.opensuse.org/opensuse/bci/rust:1.82 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.81 cargo build --release +$ podman run --rm -v "$PWD":/app:Z -w /app registry.opensuse.org/opensuse/bci/rust:1.82 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.b6EZjE/_old 2024-11-06 16:57:24.301620267 +0100 +++ /var/tmp/diff_new_pack.b6EZjE/_new 2024-11-06 16:57:24.305620434 +0100 @@ -4,12 +4,12 @@ <service name="replace_using_package_version" mode="buildtime"> <param name="file">Dockerfile</param> <param name="regex">%%RUST_VERSION%%</param> - <param name="package">rust1.81</param> + <param name="package">rust1.82</param> </service> <service name="replace_using_package_version" mode="buildtime"> <param name="file">Dockerfile</param> <param name="regex">%%CARGO_VERSION%%</param> - <param name="package">cargo1.81</param> + <param name="package">cargo1.82</param> </service> </services> (No newline at EOF) ++++++ rust-and-cargo-pin.check ++++++ --- /var/tmp/diff_new_pack.b6EZjE/_old 2024-11-06 16:57:24.325621265 +0100 +++ /var/tmp/diff_new_pack.b6EZjE/_new 2024-11-06 16:57:24.329621432 +0100 @@ -1,3 +1,3 @@ -requires:cargo1.81 -requires:rust1.81 +requires:cargo1.82 +requires:rust1.82