diff --git a/rust-serde_bytes.spec b/rust-serde_bytes.spec index ae997fd..c2acd3d 100644 --- a/rust-serde_bytes.spec +++ b/rust-serde_bytes.spec @@ -1,5 +1,5 @@ # Generated by rust2rpm -# Tests are run in infrastructure +# * Tests are run in infrastructure %bcond_with check %global debug_package %{nil} @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.10.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Optimized handling of `&[u8]` and `Vec` for Serde # Upstream license specification: MIT/Apache-2.0 @@ -28,7 +28,7 @@ BuildRequires: (crate(serde_test/default) >= 1.0.0 with crate(serde_test/defaul %endif %global _description \ -Optimized handling of `&[u8]` and `Vec` for Serde +Optimized handling of `&[u8]` and `Vec` for Serde. %description %{_description} @@ -98,6 +98,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Sat Nov 10 2018 Igor Gnatenko - 0.10.4-6 +- Fix description + * Fri Nov 09 2018 Robert-André Mauchin - 0.10.4-5 - Adapt to new packaging