From 37c91dcb68384352230d6596e35ff23346f7fcb5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 23 Jun 2018 06:40:55 +0200 Subject: [PATCH] Adopt to new macro Signed-off-by: Igor Gnatenko --- rust-nix.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust-nix.spec b/rust-nix.spec index d2c35a7..417d139 100644 --- a/rust-nix.spec +++ b/rust-nix.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.10.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Rust friendly bindings to *nix APIs License: MIT @@ -63,7 +63,7 @@ which use %{crate} from crates.io. %if %{with check} %check # Testing parts are not distributed -%cargo_test --doc +%cargo_test -- --doc %endif %files devel @@ -73,6 +73,9 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/{Cross.toml,RELEASE_PROCEDURE.md,bors.toml,ci} %changelog +* Sat Jun 23 2018 Igor Gnatenko - 0.10.0-4 +- Adopt to new macro + * Fri May 11 2018 Igor Gnatenko - 0.10.0-3 - Bump tempfile to 3