diff --git a/rust-http-body.spec b/rust-http-body.spec index 518a7fe..6c39ae0 100644 --- a/rust-http-body.spec +++ b/rust-http-body.spec @@ -1,12 +1,12 @@ # Generated by rust2rpm 9 -%bcond_without check +%bcond_with check %global debug_package %{nil} %global crate http-body Name: rust-%{crate} Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Trait representing an asynchronous, streaming, HTTP request or response body # Upstream license specification: MIT @@ -69,5 +69,8 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 08 2019 Igor Gnatenko - 0.1.0-2 +- Run tests in infrastructure + * Sun Jun 02 13:55:02 CEST 2019 Igor Gnatenko - 0.1.0-1 - Initial package