From cb445bf320961d2037b256656684cb927583fa6e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 19 Jun 2019 23:11:55 +0200 Subject: [PATCH] Update to 1.3.2 Signed-off-by: Igor Gnatenko --- rust-byteorder.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/rust-byteorder.spec b/rust-byteorder.spec index db4b4d3..096aada 100644 --- a/rust-byteorder.spec +++ b/rust-byteorder.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 9 +# Generated by rust2rpm 10 %bcond_without check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for reading/writing numbers in big-endian and little-endian # Upstream license specification: Unlicense OR MIT @@ -20,13 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -%if %{with check} -BuildRequires: (crate(doc-comment/default) >= 0.3.0 with crate(doc-comment/default) < 0.4.0) -BuildRequires: (crate(quickcheck) >= 0.8.0 with crate(quickcheck) < 0.9.0) -BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0) -%endif -%endif %global _description %{expand: Library for reading/writing numbers in big-endian and little-endian.} @@ -87,6 +80,9 @@ which use "std" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -99,6 +95,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Wed Jun 19 23:11:29 CEST 2019 Igor Gnatenko - 1.3.2-2 +- Regenerate + * Sun Jun 09 17:01:45 CEST 2019 Igor Gnatenko - 1.3.2-1 - Update to 1.3.2