update to version 0.3.0

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

1
.gitignore vendored

@ -1 +1,2 @@
/rand_distr-0.2.2.crate
/rand_distr-0.3.0.crate

@ -5,8 +5,8 @@
%global crate rand_distr
Name: rust-%{crate}
Version: 0.2.2
Release: 2%{?dist}
Version: 0.3.0
Release: 1%{?dist}
Summary: Sampling from random number distributions
# Upstream license specification: MIT OR Apache-2.0
@ -52,6 +52,30 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages
which use "alloc" feature of "%{crate}" crate.
%files -n %{name}+alloc-devel
%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
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
@ -71,6 +95,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Oct 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.0-1
- Update to version 0.3.0.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (rand_distr-0.2.2.crate) = 15c710f3ec4e06fb4c356ef1016431c8b7e6fd6d7f03f2fe56b7ffd34cfffd728d3b3a9c92ddca36fb4920154f92589dc9c91b1735bb32d5b61eaedb24d702cc
SHA512 (rand_distr-0.3.0.crate) = ae13ed5ec04f93188ddca82fb3d38e02124df46ab3af6d1069feb3c44d2966b89054c09af045727b96fa717c4c81c397d6d96742a8bcc292540b1dfeb9f38550

Loading…
Cancel
Save