|
|
|
@ -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<u8>` 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<u8>` for Serde
|
|
|
|
|
Optimized handling of `&[u8]` and `Vec<u8>` for Serde.
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
@ -98,6 +98,9 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
- Adapt to new packaging
|
|
|
|
|
|
|
|
|
|