Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package b3sum for openSUSE:Factory checked in at 2026-02-07 15:33:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/b3sum (Old) and /work/SRC/openSUSE:Factory/.b3sum.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "b3sum" Sat Feb 7 15:33:45 2026 rev:7 rq:1331761 version:1.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/b3sum/b3sum.changes 2025-04-05 13:48:25.000142919 +0200 +++ /work/SRC/openSUSE:Factory/.b3sum.new.1670/b3sum.changes 2026-02-07 15:34:07.159100122 +0100 @@ -1,0 +2,18 @@ +Fri Jan 16 00:16:34 UTC 2026 - Bret Towe <[email protected]> + +- update spec file to use release source tarball +- update to version 1.8.3 + * Add Hash::as_slice. + * Update to the 2024 Edition and bump the MSRV to 1.85. + * Fix a set of Miri failures in the intrinsics implementations. We were + computing (though not dereferencing) an out-of-bounds pointer using + add rather than wrapping_add. I'm not aware of any observable + consequences of this bug. See #507. + * CPU feature detection on x86/x86-64 no longer requires the std Cargo + feature in the blake3 crate. + * Build fixes in the C implementation for macOS and Cygwin, and various + * improvements to the CMake build. +- updates from version 1.8.2 + * Fixes to the CMake build, particularly around the new TBB feature. + +------------------------------------------------------------------- Old: ---- _service _servicedata b3sum-1.8.1.obscpio b3sum.obsinfo New: ---- BLAKE3-1.8.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ b3sum.spec ++++++ --- /var/tmp/diff_new_pack.UYuaLs/_old 2026-02-07 15:34:08.227144494 +0100 +++ /var/tmp/diff_new_pack.UYuaLs/_new 2026-02-07 15:34:08.231144661 +0100 @@ -1,7 +1,7 @@ # # spec file for package b3sum # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 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,12 +17,12 @@ Name: b3sum -Version: 1.8.1 +Version: 1.8.3 Release: 0 Summary: A multithreaded rust implementation of BLAKE3 License: Apache-2.0 OR CC0-1.0 URL: https://github.com/BLAKE3-team/BLAKE3 -Source0: %{name}-%{version}.tar.zst +Source0: https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/%{version}.tar.gz#/BLAKE3-%{version}.tar.gz Source1: vendor.tar.zst BuildRequires: cargo-packaging @@ -32,16 +32,19 @@ magnitude faster than e.g. sha256sum on typical desktop hardware. %prep -%autosetup -a1 -n %{name}-%{version}/b3sum -mv ../LICENSE_* . +export CARGO_HOME=%{_builddir}/BLAKE3-%{version}/b3sum/.cargo +%autosetup -a1 -n BLAKE3-%{version}/b3sum %build +export CARGO_HOME=%{_builddir}/BLAKE3-%{version}/b3sum/.cargo %{cargo_build} %check +export CARGO_HOME=%{_builddir}/BLAKE3-%{version}/b3sum/.cargo %{cargo_test} %install +export CARGO_HOME=%{_builddir}/BLAKE3-%{version}/b3sum/.cargo %{cargo_install} %files ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/b3sum/vendor.tar.zst /work/SRC/openSUSE:Factory/.b3sum.new.1670/vendor.tar.zst differ: char 5, line 1
