update to version 0.6.0

epel9
Fabio Valentini 4 years ago
parent 7438ebebac
commit 4322be54b5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/aes-0.3.2.crate /aes-0.3.2.crate
/aes-0.4.0.crate /aes-0.4.0.crate
/aes-0.6.0.crate

@ -1,11 +1,11 @@
--- aes-0.4.0/Cargo.toml 2020-06-05T18:36:33+00:00 --- aes-0.6.0/Cargo.toml 2020-10-16T14:24:30+00:00
+++ aes-0.4.0/Cargo.toml 2020-06-22T10:46:50.122774+00:00 +++ aes-0.6.0/Cargo.toml 2020-11-06T13:16:51.957588+00:00
@@ -27,8 +27,5 @@ @@ -27,8 +27,5 @@
[dev-dependencies.block-cipher] [dev-dependencies.cipher]
version = "0.7" version = "0.2"
features = ["dev"] features = ["dev"]
-[target."cfg(all(target_feature=\"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\")))".dependencies.aesni] -[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 -default-features = false
[target."cfg(not(all(target_feature=\"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\"))))".dependencies.aes-soft] [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"

@ -5,8 +5,8 @@
%global crate aes %global crate aes
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.0 Version: 0.6.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Facade for AES (Rijndael) block ciphers implementations Summary: Facade for AES (Rijndael) block ciphers implementations
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -14,8 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/aes URL: https://crates.io/crates/aes
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * XXX: Do not depend on aesni for now, # * drop dependency on aesni (only required if aes and sse2 are enabled)
# it is required only if aes and ssse3 are enabled
Patch0: aes-fix-metadata.diff Patch0: aes-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -75,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Nov 06 2020 Fabio Valentini <decathorpe@gmail.com> - 0.6.0-1
- Update to version 0.6.0.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (aes-0.4.0.crate) = d9ccbbe20ff888d7768d1c3c601935884fd61582f232b07cd76c83c824f3839dd6cea1e6d3d6fd176b59759d668422f63f8112c40fcff082fba42c28246dbea7 SHA512 (aes-0.6.0.crate) = 65349285e429f9b8815743d86b3ebdececd48ce556a08b6ec5ec89bf966bc9b187a7df4fbe1f3b25172db3aab219b23f8040c1160359868e9f71d67a767c90c9

Loading…
Cancel
Save