update to version 1.4.0

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

1
.gitignore vendored

@ -1 +1,2 @@
/fastrand-1.3.4.crate /fastrand-1.3.4.crate
/fastrand-1.4.0.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate fastrand %global crate fastrand
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.3.4 Version: 1.4.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Simple random number generator Summary: Simple and fast random number generator
# Upstream license specification: Apache-2.0 OR MIT # Upstream license specification: Apache-2.0 OR MIT
License: ASL 2.0 or MIT License: ASL 2.0 or MIT
@ -22,7 +22,7 @@ BuildArch: noarch
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Simple random number generator.} Simple and fast random number generator.}
%description %{_description} %description %{_description}
@ -36,8 +36,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%doc README.md
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -71,5 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jan 06 17:11:04 CET 2021 Fabio Valentini <decathorpe@gmail.com> - 1.4.0-1
- Update to version 1.4.0.
- Fixes RHBZ#1913388
* Mon Aug 03 02:00:40 +04 2020 Marc-André Lureau <marcandre.lureau@redhat.com> - 1.3.4-1 * Mon Aug 03 02:00:40 +04 2020 Marc-André Lureau <marcandre.lureau@redhat.com> - 1.3.4-1
- Initial package, rhbz#1862945 - Initial package, rhbz#1862945

@ -1 +1 @@
SHA512 (fastrand-1.3.4.crate) = d5cff914667e6597e4232f3744456d9c9c758e038ec6810a3a235c92889a27be5eb2171bec2e8b7b5b3e4fa59a5767d78ecb2f9b4c6e2529b88f45e2b5768018 SHA512 (fastrand-1.4.0.crate) = e98834a5db29408a44c63144d9be6d1fc5509331dc9917a4a2858a90b5a9038e979803373c3f9b3460c3e5fd41c592087533e25f016004fd74cf9605413a6974

Loading…
Cancel
Save