|
|
|
@ -1,16 +1,15 @@
|
|
|
|
|
# Generated by rust2rpm
|
|
|
|
|
# * Tests are run in infrastructure
|
|
|
|
|
# Generated by rust2rpm-9-1.fc31
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate serde_bytes
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.10.5
|
|
|
|
|
Version: 0.11.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Optimized handling of `&[u8]` and `Vec<u8>` for Serde
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
|
# Upstream license specification: MIT OR Apache-2.0
|
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
|
URL: https://crates.io/crates/serde_bytes
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
@ -19,7 +18,6 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
BuildRequires: (crate(serde) >= 1.0.0 with crate(serde) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(serde/alloc) >= 1.0.0 with crate(serde/alloc) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(serde/std) >= 1.0.0 with crate(serde/std) < 2.0.0)
|
|
|
|
|
%if %{with check}
|
|
|
|
|
BuildRequires: (crate(bincode/default) >= 1.0.0 with crate(bincode/default) < 2.0.0)
|
|
|
|
@ -98,6 +96,9 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu May 09 14:32:23 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.1-1
|
|
|
|
|
- Update to 0.11.1
|
|
|
|
|
|
|
|
|
|
* Tue Feb 26 2019 Josh Stone <jistone@redhat.com> - 0.10.5-1
|
|
|
|
|
- Update to 0.10.5
|
|
|
|
|
|
|
|
|
|