Update to version 0.5.1; Fixes RHBZ#2248903

epel9 imports/e9/rust-md5-asm-0.5.1-1.el9
Fabio Valentini 1 year ago
parent a8f8158b68
commit 27d61cb5c9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/md5-asm-0.5.0.crate /md5-asm-0.5.0.crate
/md5-asm-0.5.1.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} %global supported_arches x86_64 %{ix86}
Name: rust-md5-asm Name: rust-md5-asm
Version: 0.5.0 Version: 0.5.1
Release: %autorelease Release: %autorelease
Summary: Assembly implementation of MD5 compression function Summary: Assembly implementation of MD5 compression function
@ -16,7 +16,7 @@ License: MIT
URL: https://crates.io/crates/md5-asm URL: https://crates.io/crates/md5-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 MD5 compression function.} Assembly implementation of MD5 compression function.}
@ -34,6 +34,7 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE %license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -49,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,4 +0,0 @@
[DEFAULT]
supported-arches =
x86_64
%{ix86}

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

@ -1 +1 @@
SHA512 (md5-asm-0.5.0.crate) = 4a54c6ed3f14ac54a49720a32c088ecd84de4330167c23fb91461d82048a74cc14897b0e01d84e60bb785f6d53fec51b6bb914501924ff3f67783429805cf65a SHA512 (md5-asm-0.5.1.crate) = d223b5eaa5076adf3426b8bac5991903aad56ff213be99832af5809fc192e8d74232ad2b08bc70c1652a6c08491a89c99c51cad700103d462a32146463808f21

Loading…
Cancel
Save