Update to 0.8.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 7feaef7a95
commit d26007608f
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -1 +1,2 @@
/crypto-mac-0.7.0.crate /crypto-mac-0.7.0.crate
/crypto-mac-0.8.0.crate

@ -1,15 +0,0 @@
--- crypto-mac-0.7.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ crypto-mac-0.7.0/Cargo.toml 2020-02-13T21:23:43.163754+00:00
@@ -27,10 +27,10 @@
optional = true
[dependencies.generic-array]
-version = "0.12"
+version = "0.13"
[dependencies.subtle]
-version = "1"
+version = "2"
default-features = false
[features]

@ -1,22 +1,18 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 15
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate crypto-mac %global crate crypto-mac
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.0 Version: 0.8.0
Release: 5%{?dist} Release: 1%{?dist}
Summary: Trait for Message Authentication Code (MAC) algorithms Summary: Trait for Message Authentication Code (MAC) algorithms
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/crypto-mac URL: https://crates.io/crates/crypto-mac
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Update subtle to 2, https://github.com/RustCrypto/traits/commit/2ed5d5a3a254c61c60cd0cf14931841b6f5c27ef
# * Bump generic-array to 0.13
Patch0: crypto-mac-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -41,6 +37,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -110,6 +107,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 21 10:04:50 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.8.0-1
- Update to 0.8.0
* Thu Feb 20 2020 Josh Stone <jistone@redhat.com> - 0.7.0-5 * Thu Feb 20 2020 Josh Stone <jistone@redhat.com> - 0.7.0-5
- Bump generic-array to 0.13 - Bump generic-array to 0.13

@ -1 +1 @@
SHA512 (crypto-mac-0.7.0.crate) = 7297396fc06aae578644d47c8ef1053895e0a29d1c007f303631166cf12711f106eb91c9c11d01497e7a85fb461b84a16d2e0f1020444ab16fb4b8f2dfee18b1 SHA512 (crypto-mac-0.8.0.crate) = 566901349733584e58e4060ecfa073c12b2832b6ff2dc13b02e788eb38619e4f353d5416c5082426d03c54b085e88c96ea6f70a0e9576faec9eee42ef9e5061a

Loading…
Cancel
Save