Update to version 1.2.2; Fixes RHBZ#2026027

epel9
Fabio Valentini 3 years ago
parent d1895dc551
commit f3012fb2d6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/crc32fast-1.1.2.crate
/crc32fast-1.2.0.crate
/crc32fast-1.2.1.crate
/crc32fast-1.2.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate crc32fast
Name: rust-%{crate}
Version: 1.2.1
Version: 1.2.2
Release: %autorelease
Summary: Fast, SIMD-accelerated CRC32 (IEEE) checksum computation
@ -39,7 +39,6 @@ which use "%{crate}" crate.
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/.travis.yml
%package -n %{name}+default-devel
Summary: %{summary}

@ -1 +1 @@
SHA512 (crc32fast-1.2.1.crate) = 4c04236bb15a5c63b712c62652777917e947823abb20a0d0b372c850ec1c8695faa414e8de73904f1f1a296d7b00a6206cde8da404cf4cdaa2e8408e64b62b5e
SHA512 (crc32fast-1.2.2.crate) = a8dd0ebc180acf47ea89391949c58c430751663c07fa2476176aed6a6e19f58c5737ce4afc1a7ab9781370eab6515f25416456b3fa77e475e2c8abdb3ae3e918

Loading…
Cancel
Save