diff --git a/crypto-mac-fix-metadata.diff b/crypto-mac-fix-metadata.diff index 5eb38a8..4a01db4 100644 --- a/crypto-mac-fix-metadata.diff +++ b/crypto-mac-fix-metadata.diff @@ -1,7 +1,11 @@ --- crypto-mac-0.7.0/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ crypto-mac-0.7.0/Cargo.toml 2019-06-22T14:21:08.855354+00:00 -@@ -30,7 +30,7 @@ - version = "0.12" ++++ 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" diff --git a/rust-crypto-mac.spec b/rust-crypto-mac.spec index f36a825..9c30caa 100644 --- a/rust-crypto-mac.spec +++ b/rust-crypto-mac.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 10 +# Generated by rust2rpm 13 %bcond_without check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.7.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Trait for Message Authentication Code (MAC) algorithms # Upstream license specification: MIT OR Apache-2.0 @@ -15,6 +15,7 @@ URL: https://crates.io/crates/crypto-mac 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} @@ -40,7 +41,7 @@ which use "%{crate}" crate. %files devel %license LICENSE-MIT LICENSE-APACHE -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -52,7 +53,7 @@ This package contains library source intended for building other packages which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+blobby-devel Summary: %{summary} @@ -64,7 +65,7 @@ This package contains library source intended for building other packages which use "blobby" feature of "%{crate}" crate. %files -n %{name}+blobby-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+dev-devel Summary: %{summary} @@ -76,7 +77,7 @@ This package contains library source intended for building other packages which use "dev" feature of "%{crate}" crate. %files -n %{name}+dev-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} @@ -88,7 +89,7 @@ This package contains library source intended for building other packages which use "std" feature of "%{crate}" crate. %files -n %{name}+std-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 @@ -109,6 +110,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Thu Feb 20 2020 Josh Stone - 0.7.0-5 +- Bump generic-array to 0.13 + * Thu Jan 30 2020 Fedora Release Engineering - 0.7.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild