Release 0.2.0

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 6 years ago
parent 40555c7f66
commit 2b69a4af27

1
.gitignore vendored

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

@ -5,8 +5,8 @@
%global crate rand_xoshiro %global crate rand_xoshiro
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.0 Version: 0.2.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Xoshiro, xoroshiro and splitmix64 random number generators Summary: Xoshiro, xoroshiro and splitmix64 random number generators
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -18,8 +18,9 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(byteorder) >= 1.0.0 with crate(byteorder) < 2.0.0) BuildRequires: (crate(byteorder) >= 1.0.0 with crate(byteorder) < 2.0.0)
BuildRequires: (crate(rand_core) >= 0.3.0 with crate(rand_core) < 0.4.0) BuildRequires: (crate(rand_core/default) >= 0.4.0 with crate(rand_core/default) < 0.5.0)
%if %{with check} %if %{with check}
BuildRequires: (crate(bincode/default) >= 1.0.0 with crate(bincode/default) < 2.0.0)
BuildRequires: (crate(rand) >= 0.6.0 with crate(rand) < 0.7.0) BuildRequires: (crate(rand) >= 0.6.0 with crate(rand) < 0.7.0)
%endif %endif
@ -54,6 +55,42 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+serde1-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde1-devel %{_description}
This package contains library source intended for building other packages
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 %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -70,6 +107,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu May 30 16:49:03 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.0-1
- Release 0.2.0
* Wed Mar 20 09:35:16 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.0-2 * Wed Mar 20 09:35:16 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.0-2
- Run tests in infrastructure - Run tests in infrastructure

@ -1 +1 @@
SHA512 (rand_xoshiro-0.1.0.crate) = 56f11cd4d287ad30c945c725dd1bd33bdbaa334d50b02c9aa7eb63cc8e29c7cd2bf189eafbf97ad8386cfd0328de2837f8341f811ac5375f82af2186db7f2358 SHA512 (rand_xoshiro-0.2.0.crate) = a80379b1ed4a3271416e1282ed108e62821b31a7ffeb6651f0bfe0e87f6b427552f988892dc2c41abe97f5e77ac70cb3e5dd3b5a66e5251cb726828b7943a810

Loading…
Cancel
Save