Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package krunvm for openSUSE:Factory checked in at 2025-09-19 15:33:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/krunvm (Old) and /work/SRC/openSUSE:Factory/.krunvm.new.27445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "krunvm" Fri Sep 19 15:33:38 2025 rev:10 rq:1305854 version:0.2.4+git3cdfe0f Changes: -------- --- /work/SRC/openSUSE:Factory/krunvm/krunvm.changes 2023-08-10 15:34:55.232545489 +0200 +++ /work/SRC/openSUSE:Factory/.krunvm.new.27445/krunvm.changes 2025-09-19 15:33:46.188265630 +0200 @@ -1,0 +2,23 @@ +Thu Sep 18 08:30:13 UTC 2025 - Dario Faggioli <[email protected]> + +- Update to version 0.2.4+git3cdfe0f: + * Bump version to 0.2.4 + * start: Only map volumes if required on macOS + * Add inspect command + * create: forbid empty names + * add docs + change variable name + * set env in VM from start args + * Move commands to a module + * Instead of a free function for each command make it a method + * Refactor argument parsing using new clap 4.x version + * Resolve clippy warning for macOS target + * Fix compilation for macOS target + * Run cargo clippy more times with each supported platform separately + * Fix compilation on aarch64 due to i8/u8 mismatch + * Resolve clippy warnings and use correct types in bindings. + * Resolve warnings about unnecessary mut + * README: Add asciidoctor dependency to building from source instructions + * Makefile: Remove INIT_BINARY because there is no such thing +- Tweak the service file a (little) bit + +------------------------------------------------------------------- Old: ---- cargo_config krunvm-0.2.3+git12dac81.obscpio krunvm-0.2.3+git12dac81.tar.gz New: ---- krunvm-0.2.4+git3cdfe0f.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ krunvm.spec ++++++ --- /var/tmp/diff_new_pack.b9DtQe/_old 2025-09-19 15:33:47.332313697 +0200 +++ /var/tmp/diff_new_pack.b9DtQe/_new 2025-09-19 15:33:47.332313697 +0200 @@ -1,7 +1,7 @@ # # spec file for package krunvm # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,13 @@ Name: krunvm -Version: 0.2.3+git12dac81 +Version: 0.2.4+git3cdfe0f Release: 0 Summary: Manage lightweight VMs created from OCI images License: Apache-2.0 URL: https://github.com/containers/krunvm Source0: krunvm-%{version}.tar.gz Source1: vendor.tar.zst -Source2: cargo_config ExclusiveArch: x86_64 aarch64 BuildRequires: cargo-packaging BuildRequires: libkrun-devel @@ -43,8 +42,6 @@ %prep %setup -qa1 -mkdir .cargo -cp %{SOURCE2} .cargo/config %build export RUSTFLAGS="%{build_rustflags}" ++++++ _service ++++++ --- /var/tmp/diff_new_pack.b9DtQe/_old 2025-09-19 15:33:47.368315211 +0200 +++ /var/tmp/diff_new_pack.b9DtQe/_new 2025-09-19 15:33:47.372315378 +0200 @@ -1,17 +1,17 @@ <services> - <service name="obs_scm" mode="disabled"> + <service name="obs_scm" mode="manual"> <param name="scm">git</param> - <param name="revision">refs/tags/v0.2.3</param> + <param name="revision">refs/tags/v0.2.4</param> <param name="url">https://github.com/containers/krunvm.git</param> <param name="versionformat">@PARENT_TAG@+git%h</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> </service> - <service name="cargo_vendor" mode="disabled"> + <service name="cargo_vendor" mode="manual"> <param name="srcdir">krunvm</param> - <param name="compression">zst</param> + <param name="update">false</param> </service> - <service name="cargo_audit" mode="disabled"> + <service name="cargo_audit" mode="manual"> <param name="srcdir">krunvm</param> </service> <service mode="buildtime" name="tar" /> @@ -19,7 +19,7 @@ <param name="file">*.tar</param> <param name="compression">gz</param> </service> - <service name="set_version" mode="disabled"> + <service name="set_version" mode="manual"> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.b9DtQe/_old 2025-09-19 15:33:47.392316218 +0200 +++ /var/tmp/diff_new_pack.b9DtQe/_new 2025-09-19 15:33:47.396316387 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/containers/krunvm.git</param> - <param name="changesrevision">12dac810ecdc1a2519ac46d82e0c2739cef9f165</param></service></servicedata> + <param name="changesrevision">3cdfe0f27998fb905ad043d490c29d0caae66031</param></service></servicedata> (No newline at EOF) ++++++ krunvm-0.2.3+git12dac81.obscpio -> krunvm-0.2.4+git3cdfe0f.obscpio ++++++ ++++ 2499 lines of diff (skipped) ++++++ krunvm.obsinfo ++++++ --- /var/tmp/diff_new_pack.b9DtQe/_old 2025-09-19 15:33:47.528321933 +0200 +++ /var/tmp/diff_new_pack.b9DtQe/_new 2025-09-19 15:33:47.532322101 +0200 @@ -1,5 +1,5 @@ name: krunvm -version: 0.2.3+git12dac81 -mtime: 1667834865 -commit: 12dac810ecdc1a2519ac46d82e0c2739cef9f165 +version: 0.2.4+git3cdfe0f +mtime: 1753950850 +commit: 3cdfe0f27998fb905ad043d490c29d0caae66031 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/krunvm/vendor.tar.zst /work/SRC/openSUSE:Factory/.krunvm.new.27445/vendor.tar.zst differ: char 6, line 1
