Update to version 0.5.2; Fixes RHBZ#2248902

epel9 imports/e9/rust-sha1-asm-0.5.2-1.el9
Fabio Valentini 1 year ago
parent 9f00ab034d
commit 926a5db6b3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/sha1-asm-0.5.1.crate /sha1-asm-0.5.1.crate
/sha1-asm-0.5.2.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -8,7 +8,7 @@
%global supported_arches x86_64 %{ix86} aarch64 %global supported_arches x86_64 %{ix86} aarch64
Name: rust-sha1-asm Name: rust-sha1-asm
Version: 0.5.1 Version: 0.5.2
Release: %autorelease Release: %autorelease
Summary: Assembly implementation of SHA-1 compression function Summary: Assembly implementation of SHA-1 compression function
@ -16,7 +16,7 @@ License: MIT
URL: https://crates.io/crates/sha1-asm URL: https://crates.io/crates/sha1-asm
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Assembly implementation of SHA-1 compression function.} Assembly implementation of SHA-1 compression function.}
@ -50,7 +50,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,5 +0,0 @@
[DEFAULT]
supported-arches =
x86_64
%{ix86}
aarch64

@ -0,0 +1,3 @@
[package]
supported-arches = ["x86_64", "%{ix86}", "aarch64"]

@ -1 +1 @@
SHA512 (sha1-asm-0.5.1.crate) = 354eccc701693a8afbb864c0e4e4c9edb4b17a88260459d5f796b200787db0d2ed87e5dc7edd7fc2ebafa74284399da190692a919df4d6cc39bbd843082338ad SHA512 (sha1-asm-0.5.2.crate) = ec7e4529cc0f2aa80f47025f397e90e7c740be112e5869ecb9f8e520f0efecd4b95bb792ef41a48d01659da63c7752be652560aaac1df9d8d05c371ad0ae50c1

Loading…
Cancel
Save