update to version 4.1.0

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

1
.gitignore vendored

@ -1,3 +1,4 @@
/seahash-3.0.5.crate
/seahash-3.0.6.crate
/seahash-3.0.7.crate
/seahash-4.1.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate seahash
Name: rust-%{crate}
Version: 3.0.7
Release: 3%{?dist}
Version: 4.1.0
Release: 1%{?dist}
Summary: Blazingly fast, portable hash function with proven statistical guarantees
# Upstream license specification: MIT
@ -23,7 +23,7 @@ BuildArch: noarch
BuildRequires: rust-packaging
%global _description %{expand:
A blazingly fast, portable hash function with proven statistical guarantees.}
Blazingly fast, portable hash function with proven statistical guarantees.}
%description %{_description}
@ -53,6 +53,18 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+use_std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+use_std-devel %{_description}
This package contains library source intended for building other packages
which use "use_std" feature of "%{crate}" crate.
%files -n %{name}+use_std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
@ -72,6 +84,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat May 01 2021 Fabio Valentini <decathorpe@gmail.com> - 4.1.0-1
- Update to version 4.1.0.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (seahash-3.0.7.crate) = 03e78c8669c2a20c223772f63df943b173598d8f4714a7bc399c97bd3ec091eda1b5f12dd11f821f45e5178927a4f7621911dc228f5ab5f52f28f9eed12d13c0
SHA512 (seahash-4.1.0.crate) = 4d9111dd2e491c7f6d49e0b79a3c23628c02d6603ac46e88ed137ca737830003b549ccb38087679de2cf0b02a53065b89f8d79e0ac9ddb66844d970cc6383f8b

Loading…
Cancel
Save