Compare commits

..

4 Commits

Author SHA1 Message Date
Fedora Release Engineering 7ec1ad163f Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Michel Lind aa90e28168
Update to 0.3.1
10 months ago
Fedora Release Engineering a0cce0f076 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering fd73c95103 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

1
.gitignore vendored

@ -1 +1,2 @@
/hash32-0.2.1.crate /hash32-0.2.1.crate
/hash32-0.3.1.crate

@ -1,22 +1,22 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate hash32 %global crate hash32
Name: rust-hash32 Name: rust-hash32
Version: 0.2.1 Version: 0.3.1
Release: %autorelease Release: %autorelease
Summary: 32-bit hashing machinery Summary: 32-bit hashing algorithms
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/hash32 URL: https://crates.io/crates/hash32
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
32-bit hashing machinery.} 32-bit hashing algorithms.}
%description %{_description} %description %{_description}
@ -49,7 +49,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/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

@ -1 +1 @@
SHA512 (hash32-0.2.1.crate) = e739445fb07403370fda110dc76b82046e5df0250a5e9898ccd0b33547972d26405527f3e3e9cddcd2caa775c8afcfbfc098cb995ab59c44aca642d6c539594f SHA512 (hash32-0.3.1.crate) = e6f7c1be545ab27c0859ee51509fecae749a97f79f91f6742fa66533064fc1c327587e3fe875965c513824e64c9b58bb6e212bfead636ca3a2aef066311e740f

Loading…
Cancel
Save