Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cargo-auditable for openSUSE:Factory checked in at 2024-03-17 22:10:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cargo-auditable (Old) and /work/SRC/openSUSE:Factory/.cargo-auditable.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cargo-auditable" Sun Mar 17 22:10:37 2024 rev:3 rq:1158112 version:0.6.2~0 Changes: -------- --- /work/SRC/openSUSE:Factory/cargo-auditable/cargo-auditable.changes 2023-03-08 14:51:17.694258595 +0100 +++ /work/SRC/openSUSE:Factory/.cargo-auditable.new.1905/cargo-auditable.changes 2024-03-17 22:10:41.080722083 +0100 @@ -1,0 +2,66 @@ +Tue Mar 5 01:17:29 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildserv...@uncomfyhalomacro.pl> + +- Update specfile: + * remove cargo_config file +- Update service file: + * replace obsoleted "disabled" mode with "manual" +- Update to version 0.6.2~0: + * Update the lockfile + * New releases of cargo-auditable and auditable-serde + * Use a separate project for the custom rustc path tests. Fixes intermittent test failures due to race conditions + * Revert "add commit hashes to git sources" + * Fix cyclic dependency graph being encoded + * Revert "An unsuccessful attempt to fix cycles caused by dev-dependencies" + * An unsuccessful attempt to fix cycles caused by dev-dependencies + * Fix typo + * Add comment + * Add a test for an issue with cyclic dependencies reported at https://github.com/rustsec/rustsec/issues/1043 + * Fix auditable-serde example not building + * upgrade dependency miniz_oxide to 0.6.0 + * fix formatting errors + * apply clippy lints for --all-features + * improve the internal docs and comments + * apply clippy lints + * add missing sources for one of test fixtures + * add commit hashes to git sources + * Run all tests on CI + * cargo fmt + * Run `cargo clean` in tests to get rid of stale binaries + * Fix date in changelog + * Populate changelog + * Bump auditable-info version in rust-audit-info + * Add auditable-info changelog + * Bump versions following cargo-lock bump + * auditable-serde: bump `cargo-lock` to v9 + * switch to UNRELEASED + * Update CHANGELOG.md + * Print a better error if calling rustc fails + * Drop unused import + * placate Clippy + * Don't inject audit info if --print argument is passed to rustc + * Reflect the version change in Cargo.lock + * Remove space from keywords + * bump version to 0.6.1 + * Fix date in changelog + * Update CHANGELOG.md + * Add publish=false + * Commit the generated manpage + * Add the code for generating a manpage; rather rudimentary so far, but it's a starting point + * Explain relation to supply chain attacks + * Add keywords to the Cargo manifest + * Revert "generate a man page for cargo auditable" + * fix formatting + * fix review feedback, relocate file to under OUT_DIR, don't use anyhow and also commit the lock file + * generate a man page for cargo auditable + * Add Clippy suppression + * placate clippy + * commit Cargo.lock + * Sync to latest object file writing code from rustc + * Fix examples in docs + * Allow redundant field names + * Apply clippy suggestion: match -> if let + * Check for clippy and format in CI + * Apply clippy suggestions + * Run CI with --locked + +------------------------------------------------------------------- Old: ---- cargo-auditable-0.6.0~0.obscpio cargo-auditable-0.6.0~0.tar.zst cargo_config New: ---- cargo-auditable-0.6.2~0.obscpio cargo-auditable-0.6.2~0.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cargo-auditable.spec ++++++ --- /var/tmp/diff_new_pack.PsveZm/_old 2024-03-17 22:10:43.528811329 +0100 +++ /var/tmp/diff_new_pack.PsveZm/_new 2024-03-17 22:10:43.532811475 +0100 @@ -1,7 +1,7 @@ # # spec file for package cargo-auditable # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define __cargo_common_opts %{?_smp_mflags} Name: cargo-auditable -Version: 0.6.0~0 +Version: 0.6.2~0 Release: 0 Summary: A tool to embed auditing information in ELF sections of rust binaries # If you know the license, put it's SPDX string here. @@ -33,7 +33,6 @@ URL: https://github.com/rust-secure-code/cargo-auditable Source0: %{name}-%{version}.tar.zst Source1: vendor.tar.zst -Source2: cargo_config # We can't dep on cargo-packaging because we would create a dependency loop. # BuildRequires: cargo-packaging BuildRequires: cargo @@ -48,8 +47,6 @@ %prep %autosetup -a1 -mkdir .cargo -cp %{SOURCE2} .cargo/config %build unset LIBSSH2_SYS_USE_PKG_CONFIG ++++++ _service ++++++ --- /var/tmp/diff_new_pack.PsveZm/_old 2024-03-17 22:10:43.560812495 +0100 +++ /var/tmp/diff_new_pack.PsveZm/_new 2024-03-17 22:10:43.564812641 +0100 @@ -1,27 +1,27 @@ <services> - <service mode="disabled" name="obs_scm"> + <service mode="manual" name="obs_scm"> <param name="url">https://github.com/rust-secure-code/cargo-auditable.git</param> <param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param> <param name="scm">git</param> - <param name="revision">v0.6.0</param> + <param name="revision">v0.6.2</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> <param name="changesgenerate">enable</param> <param name="changesauthor">william.br...@suse.com</param> </service> - <service mode="disabled" name="tar" /> - <service mode="disabled" name="recompress"> + <service mode="manual" name="tar" /> + <service mode="manual" name="recompress"> <param name="file">*.tar</param> <param name="compression">zst</param> </service> - <service mode="disabled" name="set_version"/> - <service name="cargo_vendor" mode="disabled"> + <service mode="manual" name="set_version"/> + <service name="cargo_vendor" mode="manual"> <param name="srcdir">cargo-auditable</param> <param name="compression">zst</param> <param name="update">true</param> </service> - <service name="cargo_audit" mode="disabled"> + <service name="cargo_audit" mode="manual"> <param name="srcdir">cargo-auditable</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.PsveZm/_old 2024-03-17 22:10:43.584813370 +0100 +++ /var/tmp/diff_new_pack.PsveZm/_new 2024-03-17 22:10:43.588813516 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/rust-secure-code/cargo-auditable.git</param> - <param name="changesrevision">e05d2776cff3d4db7b1d60c886563625bc589aba</param></service></servicedata> + <param name="changesrevision">f56bb45509a8447dbb62331aa868e4a3b83806c2</param></service></servicedata> (No newline at EOF) ++++++ cargo-auditable-0.6.0~0.obscpio -> cargo-auditable-0.6.2~0.obscpio ++++++ ++++ 1796 lines of diff (skipped) ++++++ cargo-auditable.obsinfo ++++++ --- /var/tmp/diff_new_pack.PsveZm/_old 2024-03-17 22:10:43.724818474 +0100 +++ /var/tmp/diff_new_pack.PsveZm/_new 2024-03-17 22:10:43.728818619 +0100 @@ -1,5 +1,5 @@ name: cargo-auditable -version: 0.6.0~0 -mtime: 1670449731 -commit: e05d2776cff3d4db7b1d60c886563625bc589aba +version: 0.6.2~0 +mtime: 1708367749 +commit: f56bb45509a8447dbb62331aa868e4a3b83806c2 ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.PsveZm/_old and /var/tmp/diff_new_pack.PsveZm/_new differ