Update to version 0.6.3; Fixes RHBZ#2248904

epel10
Fabio Valentini 1 year ago
parent 12bb98e64d
commit 2968ab4c43
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/sha2-asm-0.6.2.crate /sha2-asm-0.6.2.crate
/sha2-asm-0.6.3.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-sha2-asm Name: rust-sha2-asm
Version: 0.6.2 Version: 0.6.3
Release: %autorelease Release: %autorelease
Summary: Assembly implementation of SHA-2 compression functions Summary: Assembly implementation of SHA-2 compression functions
@ -16,7 +16,7 @@ License: MIT
URL: https://crates.io/crates/sha2-asm URL: https://crates.io/crates/sha2-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-2 compression functions.} Assembly implementation of SHA-2 compression functions.}
@ -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 (sha2-asm-0.6.2.crate) = a9f29537b3974d8caf03bde09401218861060bb775d1311960fb45518f160666e2cf67549f1768744d665dcfca0f5e1b4d2296147cc16c236062a679fa053cce SHA512 (sha2-asm-0.6.3.crate) = 73dde76842e7fad3a133cbbe26b4a4b93041d4871278f8775e0658025e4e2c3c73b2e89c02647c2c7ebcee6e5c99d8f1392651e39b08a04d5b396d48dd41d790

Loading…
Cancel
Save