Update to version 0.10.0; Fixes RHBZ#2055432

epel9
Fabio Valentini 3 years ago
parent 38a35657d0
commit 0d21008fa9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate sha3
Name: rust-%{crate}
Version: 0.9.1
Version: 0.10.0
Release: %autorelease
Summary: SHA-3 (Keccak) hash function
@ -15,9 +15,6 @@ URL: https://crates.io/crates/sha3
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -32,12 +29,12 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -58,8 +55,8 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (sha3-0.9.1.crate) = ddf6d67233fcda103ce4e734bb92ff1cc7f2e66ddb630646234c81d3c2facfd19549b0601c77d6f6a5843803de353ec51e77e4b5a1f836cb74203d053816fc47
SHA512 (sha3-0.10.0.crate) = 1ee0d670e9d2d4e080b36e1190089458ce493fc65b214b61a23b0b102b0c121e810cba84ca0eec64396f2006cf9e1a7075a0c00ab3c9e862d592ed659ec608a8

Loading…
Cancel
Save