Update to 0.3.0

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

1
.gitignore vendored

@ -1,2 +1,3 @@
/rand_xoshiro-0.1.0.crate
/rand_xoshiro-0.2.0.crate
/rand_xoshiro-0.3.0.crate

@ -5,8 +5,8 @@
%global crate rand_xoshiro
Name: rust-%{crate}
Version: 0.2.0
Release: 4%{?dist}
Version: 0.3.0
Release: 1%{?dist}
Summary: Xoshiro, xoroshiro and splitmix64 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:36:52 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1
- Update to 0.3.0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (rand_xoshiro-0.2.0.crate) = a80379b1ed4a3271416e1282ed108e62821b31a7ffeb6651f0bfe0e87f6b427552f988892dc2c41abe97f5e77ac70cb3e5dd3b5a66e5251cb726828b7943a810
SHA512 (rand_xoshiro-0.3.0.crate) = f1270b2d3c5060d46d887717f3fe5f4d84f1b562c28ae5153600bf5516747cf64c3ef262193ae1a4f2d3b21102933d77321e3bdf71fe81220af57461ae6ff566

Loading…
Cancel
Save