From 4322be54b553595185aa6af68f44ecddb84c69e7 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Nov 30 2020 15:23:52 +0000 Subject: update to version 0.6.0 --- diff --git a/.gitignore b/.gitignore index 657411a..064c4e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /aes-0.3.2.crate /aes-0.4.0.crate +/aes-0.6.0.crate diff --git a/aes-fix-metadata.diff b/aes-fix-metadata.diff index 1b855e1..4e41105 100644 --- a/aes-fix-metadata.diff +++ b/aes-fix-metadata.diff @@ -1,11 +1,11 @@ ---- aes-0.4.0/Cargo.toml 2020-06-05T18:36:33+00:00 -+++ aes-0.4.0/Cargo.toml 2020-06-22T10:46:50.122774+00:00 +--- aes-0.6.0/Cargo.toml 2020-10-16T14:24:30+00:00 ++++ aes-0.6.0/Cargo.toml 2020-11-06T13:16:51.957588+00:00 @@ -27,8 +27,5 @@ - [dev-dependencies.block-cipher] - version = "0.7" + [dev-dependencies.cipher] + version = "0.2" features = ["dev"] -[target."cfg(all(target_feature=\"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\")))".dependencies.aesni] --version = "0.7" +-version = "0.10" -default-features = false [target."cfg(not(all(target_feature=\"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\"))))".dependencies.aes-soft] - version = "0.4" + version = "0.6" diff --git a/rust-aes.spec b/rust-aes.spec index eeb5551..57c9dbb 100644 --- a/rust-aes.spec +++ b/rust-aes.spec @@ -5,8 +5,8 @@ %global crate aes Name: rust-%{crate} -Version: 0.4.0 -Release: 2%{?dist} +Version: 0.6.0 +Release: 1%{?dist} Summary: Facade for AES (Rijndael) block ciphers implementations # Upstream license specification: MIT OR Apache-2.0 @@ -14,8 +14,7 @@ License: MIT or ASL 2.0 URL: https://crates.io/crates/aes Source: %{crates_source} # Initial patched metadata -# * XXX: Do not depend on aesni for now, -# it is required only if aes and ssse3 are enabled +# * drop dependency on aesni (only required if aes and sse2 are enabled) Patch0: aes-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -75,6 +74,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Nov 06 2020 Fabio Valentini - 0.6.0-1 +- Update to version 0.6.0. + * Wed Jul 29 2020 Fedora Release Engineering - 0.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index cf82343..73a2b1d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (aes-0.4.0.crate) = d9ccbbe20ff888d7768d1c3c601935884fd61582f232b07cd76c83c824f3839dd6cea1e6d3d6fd176b59759d668422f63f8112c40fcff082fba42c28246dbea7 +SHA512 (aes-0.6.0.crate) = 65349285e429f9b8815743d86b3ebdececd48ce556a08b6ec5ec89bf966bc9b187a7df4fbe1f3b25172db3aab219b23f8040c1160359868e9f71d67a767c90c9