Update to version 2.6.0; Fixes RHBZ#2293572

epel10
Fabio Valentini 7 months ago
parent 966dd4aafc
commit 7777a4c36e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/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

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
%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.5.0 Version: 2.6.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: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%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_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (subtle-2.5.0.crate) = f150b1e2037554f8cd3213a54ddbc258f8f670cc4f39e7084cdea4b47538dbc58b834bc93b443d58a4b9087224efc003234042aaf366687dbd32b1e7174082a0 SHA512 (subtle-2.6.0.crate) = bb6425fc1da3e71e0ed5fcc59f080888fa1683aef8ab499bf5907d66a1e8a528c7cf0957276ab02eac8cce7f416221af1207bb3d2a346ce98a32d987e9a6a62f

Loading…
Cancel
Save