import rust-keccak-0.1.5-1.el9

i9ce changed/i9ce/rust-keccak-0.1.5-1.el9
MSVSphere Packaging Team 1 year ago
parent 45a1094f8b
commit d9e82be55d

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/keccak-0.1.5.crate

@ -0,0 +1 @@
4ecc445bd137dd323ad9a6f9f6cf5565d21c4397 SOURCES/keccak-0.1.5.crate

Binary file not shown.

@ -0,0 +1,3 @@
[package]
summary = "Pure Rust implementation of the Keccak sponge function"

@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate keccak %global crate keccak
Name: rust-keccak Name: rust-keccak
Version: 0.1.4 Version: 0.1.5
Release: %autorelease Release: %autorelease
Summary: Pure Rust implementation of the Keccak sponge function Summary: Pure Rust implementation of the Keccak sponge function
@ -23,7 +23,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/keccak URL: https://crates.io/crates/keccak
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Pure Rust implementation of the Keccak sponge function including the Pure Rust implementation of the Keccak sponge function including the
@ -96,7 +96,7 @@ use the "simd" 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
@ -114,9 +114,15 @@ use the "simd" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.4-1 * Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.5-1
- Rebuilt for MSVSphere 9.3 - Rebuilt for MSVSphere 9.3
* Sat Jan 13 2024 Fabio Valentini <decathorpe@gmail.com> - 0.1.5-1
- Update to version 0.1.5; Fixes RHBZ#2258125
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon May 08 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.4-1 * Mon May 08 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.4-1
- Update to version 0.1.4; Fixes RHBZ#2193218 - Update to version 0.1.4; Fixes RHBZ#2193218

Loading…
Cancel
Save