Update to 0.3.3

epel9
Josh Stone 6 years ago
parent c367b84f59
commit c202ed1b71

1
.gitignore vendored

@ -1 +1,2 @@
/block-modes-0.3.2.crate /block-modes-0.3.2.crate
/block-modes-0.3.3.crate

@ -5,12 +5,11 @@
%global crate block-modes %global crate block-modes
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.2 Version: 0.3.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Block cipher modes of operation Summary: Block cipher modes of operation
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
# https://github.com/RustCrypto/block-ciphers/issues/46
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}
@ -43,6 +42,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -85,5 +85,8 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jun 03 2019 Josh Stone <jistone@redhat.com> - 0.3.3-1
- Update to 0.3.3
* Sat Apr 27 19:48:07 EEST 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.3.2-1 * Sat Apr 27 19:48:07 EEST 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.3.2-1
- Initial package - Initial package

@ -1 +1 @@
SHA512 (block-modes-0.3.2.crate) = fe91a3f10a605b19d7bd86f1863ddee34965b708fb0f5700e954a19053b98e41db4cd7dc6031e0422315721d7d4913db89b3846fb08d90b5d30b90ce93861cb0 SHA512 (block-modes-0.3.3.crate) = 7a24506a559eb9d35b77935c23e4cfd160f988ee71d1c8f8d7c6e7d0b5533ade5d8121ef76bc08786ad7232f2ba50276983a44c8825468c3ff322fedff56b656

Loading…
Cancel
Save