From 2b69a4af27a14fd19e81dc171808efa682cdcab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Thu, 30 May 2019 16:54:17 +0200 Subject: [PATCH] Release 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert-André Mauchin --- .gitignore | 1 + rust-rand_xoshiro.spec | 46 +++++++++++++++++++++++++++++++++++++++--- sources | 2 +- 3 files changed, 45 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ec16b8d..3c76ab6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /rand_xoshiro-0.1.0.crate +/rand_xoshiro-0.2.0.crate diff --git a/rust-rand_xoshiro.spec b/rust-rand_xoshiro.spec index 6364228..71a2e36 100644 --- a/rust-rand_xoshiro.spec +++ b/rust-rand_xoshiro.spec @@ -5,8 +5,8 @@ %global crate rand_xoshiro Name: rust-%{crate} -Version: 0.1.0 -Release: 2%{?dist} +Version: 0.2.0 +Release: 1%{?dist} Summary: Xoshiro, xoroshiro and splitmix64 random number generators # Upstream license specification: MIT/Apache-2.0 @@ -18,8 +18,9 @@ ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging 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} +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) %endif @@ -54,6 +55,42 @@ which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel %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 %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep @@ -70,6 +107,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu May 30 16:49:03 CEST 2019 Robert-André Mauchin - 0.2.0-1 +- Release 0.2.0 + * Wed Mar 20 09:35:16 CET 2019 Igor Gnatenko - 0.1.0-2 - Run tests in infrastructure diff --git a/sources b/sources index 7aba8ec..66c2307 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (rand_xoshiro-0.1.0.crate) = 56f11cd4d287ad30c945c725dd1bd33bdbaa334d50b02c9aa7eb63cc8e29c7cd2bf189eafbf97ad8386cfd0328de2837f8341f811ac5375f82af2186db7f2358 +SHA512 (rand_xoshiro-0.2.0.crate) = a80379b1ed4a3271416e1282ed108e62821b31a7ffeb6651f0bfe0e87f6b427552f988892dc2c41abe97f5e77ac70cb3e5dd3b5a66e5251cb726828b7943a810