Update to version 1.4.0; Fixes RHBZ#2263910

epel10
Fabio Valentini 1 year ago
parent 14b9aa13cd
commit 3e91d3821c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/crc32fast-1.3.0.crate
/crc32fast-1.3.1.crate
/crc32fast-1.3.2.crate
/crc32fast-1.4.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate crc32fast
Name: rust-crc32fast
Version: 1.3.2
Version: 1.4.0
Release: %autorelease
Summary: Fast, SIMD-accelerated CRC32 (IEEE) checksum computation
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/crc32fast
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Fast, SIMD-accelerated CRC32 (IEEE) checksum computation.}
@ -72,7 +72,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (crc32fast-1.3.2.crate) = a683943e252afdb1b9d626a07533ed11cf7a63af603c19640056c5d2b9c884ad9aff33ac54c0853ffca2f6cf94b0730eae6c05abf3e53e55e709d180c8152357
SHA512 (crc32fast-1.4.0.crate) = 3e0bf1d2411ad9c651e0242c574cfda09403db24ab4b55560145ee73b31b08be45e5e12ce2db991d165ff056c7f2f67203fb2c048651f1c66ce90ec3276c455e

Loading…
Cancel
Save