Fix description

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent e6aa00a4ca
commit 2d41c8af97
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,5 +1,5 @@
# Generated by rust2rpm # Generated by rust2rpm
# Tests are run in infrastructure # * Tests are run in infrastructure
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -7,7 +7,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.10.4 Version: 0.10.4
Release: 5%{?dist} Release: 6%{?dist}
Summary: Optimized handling of `&[u8]` and `Vec<u8>` for Serde Summary: Optimized handling of `&[u8]` and `Vec<u8>` for Serde
# Upstream license specification: MIT/Apache-2.0 # 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 %endif
%global _description \ %global _description \
Optimized handling of `&[u8]` and `Vec<u8>` for Serde Optimized handling of `&[u8]` and `Vec<u8>` for Serde.
%description %{_description} %description %{_description}
@ -98,6 +98,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Nov 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.4-6
- Fix description
* Fri Nov 09 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0.10.4-5 * Fri Nov 09 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0.10.4-5
- Adapt to new packaging - Adapt to new packaging

Loading…
Cancel
Save