Compare commits

...

8 Commits

Author SHA1 Message Date
Fabio Valentini 40e2b89798
Drop unused, benchmark-only bencher dev-dependency
6 months ago
Fedora Release Engineering 57c601598a Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fabio Valentini 56c2965244
Update to version 1.4.2; Fixes RHBZ#2281750
9 months ago
Fabio Valentini 3e91d3821c
Update to version 1.4.0; Fixes RHBZ#2263910
1 year ago
Fedora Release Engineering 14b9aa13cd Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fedora Release Engineering 734cbcdd94 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 330e7b3c28
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering 5ab0214a57 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

2
.gitignore vendored

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

@ -1,3 +0,0 @@
# rust-crc32fast
The rust-crc32fast package

@ -0,0 +1,12 @@
--- crc32fast-1.4.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crc32fast-1.4.2/Cargo.toml 2024-08-29T13:27:26.403265+00:00
@@ -35,9 +35,6 @@
[dependencies.cfg-if]
version = "1.0"
-[dev-dependencies.bencher]
-version = "0.1"
-
[dev-dependencies.quickcheck]
version = "1.0"
default-features = false

@ -1,22 +1,22 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate crc32fast %global crate crc32fast
Name: rust-%{crate} Name: rust-crc32fast
Version: 1.3.2 Version: 1.4.2
Release: %autorelease Release: %autorelease
Summary: Fast, SIMD-accelerated CRC32 (IEEE) checksum computation Summary: Fast, SIMD-accelerated CRC32 (IEEE) checksum computation
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/crc32fast URL: https://crates.io/crates/crc32fast
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only bencher dev-dependency
Patch: crc32fast-fix-metadata.diff
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Fast, SIMD-accelerated CRC32 (IEEE) checksum computation.} Fast, SIMD-accelerated CRC32 (IEEE) checksum computation.}
@ -33,9 +33,10 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license %{crate_instdir}/LICENSE-APACHE
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,7 +48,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+nightly-devel %package -n %{name}+nightly-devel
Summary: %{summary} Summary: %{summary}
@ -59,7 +60,7 @@ This package contains library source intended for building other packages which
use the "nightly" feature of the "%{crate}" crate. use the "nightly" feature of the "%{crate}" crate.
%files -n %{name}+nightly-devel %files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -71,10 +72,10 @@ This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate. use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,3 @@
[package]
cargo-toml-patch-comments = ["drop unused, benchmark-only bencher dev-dependency"]

@ -1 +1 @@
SHA512 (crc32fast-1.3.2.crate) = a683943e252afdb1b9d626a07533ed11cf7a63af603c19640056c5d2b9c884ad9aff33ac54c0853ffca2f6cf94b0730eae6c05abf3e53e55e709d180c8152357 SHA512 (crc32fast-1.4.2.crate) = c7608d33022062e217d3576f536ffbd51479855a5e5874529c71db2bf6a937ce04d814c39cf777309c38445393bf43cb9996161947e28738abd432f11beb7266

Loading…
Cancel
Save