Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

2
.gitignore vendored

@ -8,5 +8,3 @@
/subtle-2.4.0.crate /subtle-2.4.0.crate
/subtle-2.4.1.crate /subtle-2.4.1.crate
/subtle-2.5.0.crate /subtle-2.5.0.crate
/subtle-2.6.0.crate
/subtle-2.6.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate subtle %global crate subtle
Name: rust-subtle Name: rust-subtle
Version: 2.6.1 Version: 2.5.0
Release: %autorelease Release: %autorelease
Summary: Pure-Rust traits and utilities for constant-time cryptographic implementations Summary: Pure-Rust traits and utilities for constant-time cryptographic implementations
@ -13,7 +13,7 @@ License: BSD-3-Clause
URL: https://crates.io/crates/subtle URL: https://crates.io/crates/subtle
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Pure-Rust traits and utilities for constant-time cryptographic Pure-Rust traits and utilities for constant-time cryptographic
@ -110,7 +110,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (subtle-2.6.1.crate) = f5946ebd9bcb8776ee3446abcbf4afb3cca5d8bd847cadda87e864333ac7ded537a3efa773e9648adf20ce4add2c1da85172cff88c1e1a3a6cb051401b00c6bd SHA512 (subtle-2.5.0.crate) = f150b1e2037554f8cd3213a54ddbc258f8f670cc4f39e7084cdea4b47538dbc58b834bc93b443d58a4b9087224efc003234042aaf366687dbd32b1e7174082a0

Loading…
Cancel
Save