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-07-22 17:14:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cargo-auditable (Old)
 and      /work/SRC/openSUSE:Factory/.cargo-auditable.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cargo-auditable"

Mon Jul 22 17:14:23 2024 rev:4 rq:1188511 version:0.6.4~0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cargo-auditable/cargo-auditable.changes  
2024-03-17 22:10:41.080722083 +0100
+++ 
/work/SRC/openSUSE:Factory/.cargo-auditable.new.17339/cargo-auditable.changes   
    2024-07-22 17:14:40.649298354 +0200
@@ -1,0 +2,71 @@
+Fri Jul 19 03:11:26 UTC 2024 - William Brown <[email protected]>
+
+- Resolve build failure when backported to 15-SP3
+
+-------------------------------------------------------------------
+Fri Jul 19 02:02:31 UTC 2024 - William Brown <[email protected]>
+
+- Depend on provides of rust to allow older compiler version usage
+
+-------------------------------------------------------------------
+Tue May 28 04:48:14 UTC 2024 - [email protected]
+
+- Update to version 0.6.4~0:
+  * Release cargo-auditable v0.6.4
+  * Correctly attribute changelog file addition in changelog
+  * Add changelog for auditable-extract
+  * Verify various feature combinations in CI
+  * Upgrade wasmparser to remove dependencies with `unsafe`
+  * Add LoongArch support
+  * cargo fmt
+  * Move doc headers to README.md and point rustdoc to them, so that we have 
nice crates.io pages
+  * Expand on the note about WebAssembly parsing
+  * Populate changelogs
+  * Resume bragging about all dependencies being safe, now that there is a 
caveat below
+  * drop fuzz Cargo.lock to always fuzz against latest versions
+  * Bump `cargo auditable` version
+  * Mention WASM support in README
+  * Revert "Be super duper extra sure both MinGW and MSVC are tested on CI"
+  * Be super duper extra sure both MinGW and MSVC are tested on CI
+  * Add wasm32 targets to CI for more platforms
+  * Don't pass --target twice in tests
+  * Install WASM toolchain in CI
+  * cargo fmt
+  * Add WASM end-to-end test
+  * cargo fmt
+  * Update documentation to mention the WASM feature
+  * cargo fmt
+  * Plumb WASM parsing feature through the whole stack
+  * Make WASM parsing an optional, non-default feature
+  * Add a fuzzing harness for WASM parsing
+  * Rewritten WASM parsing to avoid heap allocations
+  * Initial WASM extraction support
+  * Nicer assertion
+  * Drop obsolete comment
+  * Clarify that embedding the compiler version has shipped.
+  * Fixed section name for WASM
+  * Unified and more robust platform detection. Fixed wasm build process
+  * Initial WASM support
+  * More robust platform detection for picking the binary format
+  * Fix Windows CI to run both -msvc and -gnu
+  * Use the correct link.exe flag for preserving the specified symbol even if 
it is unused
+  * Fix Windows
+  * Fix tests on Rust 1.77
+  * Placate clippy
+  * Oopps, I meant components field
+  * Also remove the dependencies field if empty
+  * Use serde_json with order preservation feature to get a more compressible 
JSON after workarounds
+  * Work around cyclonedx-bom limitations to produce minified JSON
+  * Also record the dependency kind
+  * cyclonedx-bom: also record PURL
+  * Also write the dependency tree
+  * Clear the serial number in the minimal CycloneDX variant
+  * Prototype impl of auditable2cdx
+  * Fill in auditable2cdx dependencies
+  * Initial auditable2cdx boilerplace
+  * add #![forbid(unsafe_code)]
+  * Initial implementation of auditable-to-cyclonedx conversion
+  * Add the necessary dependencies to auditable-cyclonedx
+  * Initial dummy package for auditable-cyclonedx
+
+-------------------------------------------------------------------

Old:
----
  cargo-auditable-0.6.2~0.obscpio
  cargo-auditable-0.6.2~0.tar.zst

New:
----
  cargo-auditable-0.6.4~0.tar.zst

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cargo-auditable.spec ++++++
--- /var/tmp/diff_new_pack.CmGa5h/_old  2024-07-22 17:14:41.761341533 +0200
+++ /var/tmp/diff_new_pack.CmGa5h/_new  2024-07-22 17:14:41.769341844 +0200
@@ -21,7 +21,7 @@
 %define __cargo_common_opts %{?_smp_mflags}
 
 Name:           cargo-auditable
-Version:        0.6.2~0
+Version:        0.6.4~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.
@@ -37,7 +37,7 @@
 # BuildRequires:  cargo-packaging
 BuildRequires:  cargo
 BuildRequires:  zstd
-Requires:       cargo
+Requires:       rust+cargo
 
 %description
 Know the exact crate versions used to build your Rust executable. Audit 
binaries for known bugs or

++++++ _service ++++++
--- /var/tmp/diff_new_pack.CmGa5h/_old  2024-07-22 17:14:42.005351008 +0200
+++ /var/tmp/diff_new_pack.CmGa5h/_new  2024-07-22 17:14:42.065353339 +0200
@@ -3,8 +3,8 @@
     <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.2</param>
-    <param name="match-tag">*</param>
+    <param name="revision">v0.6.4</param>
+    <param name="match-tag">v*</param>
     <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.CmGa5h/_old  2024-07-22 17:14:42.273361415 +0200
+++ /var/tmp/diff_new_pack.CmGa5h/_new  2024-07-22 17:14:42.341364056 +0200
@@ -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">f56bb45509a8447dbb62331aa868e4a3b83806c2</param></service></servicedata>
+              <param 
name="changesrevision">a0ed9cb5b98a0c927fa8d78aed04065144b136e7</param></service></servicedata>
 (No newline at EOF)
 

++++++ cargo-auditable-0.6.2~0.tar.zst -> cargo-auditable-0.6.4~0.tar.zst ++++++
++++ 2159 lines of diff (skipped)

++++++ cargo-auditable.obsinfo ++++++
--- /var/tmp/diff_new_pack.CmGa5h/_old  2024-07-22 17:14:42.657376326 +0200
+++ /var/tmp/diff_new_pack.CmGa5h/_new  2024-07-22 17:14:42.705378190 +0200
@@ -1,5 +1,5 @@
 name: cargo-auditable
-version: 0.6.2~0
-mtime: 1708367749
-commit: f56bb45509a8447dbb62331aa868e4a3b83806c2
+version: 0.6.4~0
+mtime: 1715183073
+commit: a0ed9cb5b98a0c927fa8d78aed04065144b136e7
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/cargo-auditable/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.cargo-auditable.new.17339/vendor.tar.zst differ: 
char 7, line 1

Reply via email to