Update to 0.8.0

epel9
Josh Stone 5 years ago
parent 24f10bddda
commit d43375c73a

1
.gitignore vendored

@ -1 +1,2 @@
/hkdf-0.7.0.crate
/hkdf-0.8.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
# * crypto-tests is not packaged
%bcond_with check
%global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate hkdf
Name: rust-%{crate}
Version: 0.7.0
Release: 4%{?dist}
Version: 0.8.0
Release: 1%{?dist}
Summary: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
# Upstream license specification: MIT/Apache-2.0
@ -42,7 +42,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -54,7 +54,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -66,7 +66,7 @@ This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -87,6 +87,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Thu Mar 05 2020 Josh Stone <jistone@redhat.com> - 0.8.0-1
- Update to 0.8.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (hkdf-0.7.0.crate) = 9a383fbcef5ac7115132b97a9fa6e3366f13dd4d376954ef3adb9b3d4348e408c13af0d900509d90e3b12334f2048a50e89858356684aea91886a316378e6384
SHA512 (hkdf-0.8.0.crate) = eb313e491599ad8e52afde820e6b5e1a93f72548c6e35e82652185c38d8805deea21095f04f5e1ed850ea97971225a1055cdcdca6e4eb8eaea08e984afed09ed

Loading…
Cancel
Save