diff --git a/rust-tokio-reactor.spec b/rust-tokio-reactor.spec index b6c63b0..a9c4b82 100644 --- a/rust-tokio-reactor.spec +++ b/rust-tokio-reactor.spec @@ -1,13 +1,12 @@ # Generated by rust2rpm -# Disable checks while we bootstrap new packaging -%bcond_with check +%bcond_without check %global debug_package %{nil} %global crate tokio-reactor Name: rust-%{crate} Version: 0.1.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Event loop that drives Tokio I/O resources. License: MIT @@ -79,6 +78,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Nov 09 2018 Josh Stone - 0.1.6-3 +- Enable checks + * Thu Nov 08 2018 Josh Stone - 0.1.6-2 - Adapt to new packaging