update to version 0.10.0

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

1
.gitignore vendored

@ -1,2 +1,3 @@
/crypto-mac-0.7.0.crate /crypto-mac-0.7.0.crate
/crypto-mac-0.8.0.crate /crypto-mac-0.8.0.crate
/crypto-mac-0.10.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate crypto-mac %global crate crypto-mac
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.0 Version: 0.10.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Trait for Message Authentication Code (MAC) algorithms Summary: Trait for Message Authentication Code (MAC) algorithms
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -64,6 +64,18 @@ which use "blobby" feature of "%{crate}" crate.
%files -n %{name}+blobby-devel %files -n %{name}+blobby-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+cipher-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+cipher-devel %{_description}
This package contains library source intended for building other packages
which use "cipher" feature of "%{crate}" crate.
%files -n %{name}+cipher-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dev-devel %package -n %{name}+dev-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -107,6 +119,10 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Nov 14 2020 Fabio Valentini <decathorpe@gmail.com> - 0.10.0-1
- Update to version 0.10.0.
- Fixes RHBZ#1867794
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.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 (crypto-mac-0.8.0.crate) = 566901349733584e58e4060ecfa073c12b2832b6ff2dc13b02e788eb38619e4f353d5416c5082426d03c54b085e88c96ea6f70a0e9576faec9eee42ef9e5061a SHA512 (crypto-mac-0.10.0.crate) = 8b406db46a08f64d899eb26597fac99576b3fa892eb83bbe089eeef7e6452f43dd138232ed4fe75cdbac2966f94b71f92910c14c53b39e5501990a9976ed1b59

Loading…
Cancel
Save