Update to 0.2.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 91a5961639
commit 884ae0c92d
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/rand_pcg-0.1.1.crate
/rand_pcg-0.1.2.crate
/rand_pcg-0.2.0.crate

@ -5,8 +5,8 @@
%global crate rand_pcg
Name: rust-%{crate}
Version: 0.1.2
Release: 5%{?dist}
Version: 0.2.0
Release: 1%{?dist}
Summary: Selected PCG random number generators
# Upstream license specification: MIT/Apache-2.0
@ -76,18 +76,6 @@ which use "serde1" feature of "%{crate}" crate.
%files -n %{name}+serde1-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+serde_derive-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde_derive-devel %{_description}
This package contains library source intended for building other packages
which use "serde_derive" feature of "%{crate}" crate.
%files -n %{name}+serde_derive-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
@ -107,6 +95,9 @@ which use "serde_derive" feature of "%{crate}" crate.
%endif
%changelog
* Sun Aug 04 10:34:54 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-1
- Update to 0.2.0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (rand_pcg-0.1.2.crate) = 6bc684778ba60c2e48793d4759b40cb0d35b0bc20ca0fc39fdff7c3f8fe9082dd7b5d5f26a7f17bafc6f3568924eac1bbe45820b1c2b09c91731ea5487d76d9c
SHA512 (rand_pcg-0.2.0.crate) = c1bd67a5c6d9eee7cc7be422d1ddce62aa68d5c46a9e9992e84b775a03569a6ea6807dcbf712b6bcbd6fffc78164efe42790151cbe3cd9efbe4b2d585ad073e6

Loading…
Cancel
Save