Update to 0.5.0

epel9
Josh Stone 5 years ago
parent fcce3df7b3
commit e8cb7c9404

1
.gitignore vendored

@ -1,3 +1,4 @@
/block-modes-0.3.2.crate /block-modes-0.3.2.crate
/block-modes-0.3.3.crate /block-modes-0.3.3.crate
/block-modes-0.4.0.crate /block-modes-0.4.0.crate
/block-modes-0.5.0.crate

@ -1,11 +1,11 @@
--- block-modes-0.3.2/Cargo.toml 1970-01-01T00:00:00+00:00 --- block-modes-0.5.0/Cargo.toml 2020-07-03T17:09:20+00:00
+++ block-modes-0.3.2/Cargo.toml 2019-04-28T09:42:52.939035+00:00 +++ block-modes-0.5.0/Cargo.toml 2020-07-20T22:02:41.177538+00:00
@@ -28,7 +28,7 @@ @@ -25,7 +25,7 @@
version = "0.3" version = "0.7"
[dev-dependencies.hex-literal] [dependencies.block-padding]
-version = "0.1" -version = "0.1"
+version = "0.2" +version = "0.2"
[dev-dependencies.aes]
version = "0.4"
[features]
default = ["std"]

@ -5,7 +5,7 @@
%global crate block-modes %global crate block-modes
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.0 Version: 0.5.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Block cipher modes of operation Summary: Block cipher modes of operation
@ -13,6 +13,9 @@ Summary: Block cipher modes of operation
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/block-modes URL: https://crates.io/crates/block-modes
Source: %{crates_source} 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} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -95,6 +98,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jul 20 2020 Josh Stone <jistone@redhat.com> - 0.5.0-1
- Update to 0.5.0
* Wed Jun 24 08:02:49 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.0-1 * Wed Jun 24 08:02:49 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.0-1
- Update to 0.4.0 - Update to 0.4.0

@ -1 +1 @@
SHA512 (block-modes-0.4.0.crate) = 41256e858c43b1dcee3be51538f3c3fd951c677ef112295f6c6dbaf125809cc07ddf1c7c8798df7d65eb682a4080b7d1bfdafd932ca273094a8ebfc068ca50e7 SHA512 (block-modes-0.5.0.crate) = 1d952aeed3331e207ed6bd9a26c22a36cf8956a535ce98cadc6deb7929b07298b4c41032a97500d3997eb68e0ab1d1363037885ae355e1197d2bdafbfec59a91

Loading…
Cancel
Save