update to version 0.7.0

epel9
Fabio Valentini 4 years ago
parent c1145b1fc3
commit ee7ba756d3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/block-modes-0.3.3.crate
/block-modes-0.4.0.crate
/block-modes-0.5.0.crate
/block-modes-0.7.0.crate

@ -1,11 +0,0 @@
--- block-modes-0.5.0/Cargo.toml 2020-07-03T17:09:20+00:00
+++ block-modes-0.5.0/Cargo.toml 2020-07-20T22:02:41.177538+00:00
@@ -25,7 +25,7 @@
version = "0.7"
[dependencies.block-padding]
-version = "0.1"
+version = "0.2"
[dev-dependencies.aes]
version = "0.4"

@ -1,21 +1,18 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate block-modes
Name: rust-%{crate}
Version: 0.5.0
Release: 2%{?dist}
Version: 0.7.0
Release: 1%{?dist}
Summary: Block cipher modes of operation
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/block-modes
Source: %{crates_source}
# Initial patched metadata
# * Bump block-padding to 0.2, https://github.com/RustCrypto/block-ciphers/pull/138/
Patch0: block-modes-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -98,6 +95,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Sat Nov 14 2020 Fabio Valentini <decathorpe@gmail.com> - 0.7.0-1
- Update to version 0.7.0.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (block-modes-0.5.0.crate) = 1d952aeed3331e207ed6bd9a26c22a36cf8956a535ce98cadc6deb7929b07298b4c41032a97500d3997eb68e0ab1d1363037885ae355e1197d2bdafbfec59a91
SHA512 (block-modes-0.7.0.crate) = 255475599706befd36756100abe350520076aafc3eb069beb5a5daad4c017f3c547a9699e7152b935d09a59f9a8762e0b23e5e3eec5a09ee2377978d272232b6

Loading…
Cancel
Save