update to version 0.10.1

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

1
.gitignore vendored

@ -2,3 +2,4 @@
/hmac-0.7.1.crate /hmac-0.7.1.crate
/hmac-0.8.0.crate /hmac-0.8.0.crate
/hmac-0.8.1.crate /hmac-0.8.1.crate
/hmac-0.10.1.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 hmac %global crate hmac
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.1 Version: 0.10.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: Generic implementation of Hash-based Message Authentication Code (HMAC) Summary: Generic implementation of Hash-based Message Authentication Code (HMAC)
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -52,6 +52,18 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
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_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -71,6 +83,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Nov 14 2020 Fabio Valentini <decathorpe@gmail.com> - 0.10.1-1
- Update to version 0.10.1.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (hmac-0.8.1.crate) = 24e66906dbefbd51e8ae307c45055b0372169fc75699c9df789ed4fee8803518c590d868ed0ea44d850f03320a12a7742a26d126e629f9f6c72ee50ae2e87257 SHA512 (hmac-0.10.1.crate) = ab61133d280fb1b149ad097e29f6028a1998475d2f1995e3ed4f354a8fc91eaff01cf9437a13da637ff433fa05b43d7b144b5726c1edba1130c7004bf18b1c3d

Loading…
Cancel
Save