|
|
|
@ -1,15 +1,15 @@
|
|
|
|
|
# Generated by rust2rpm
|
|
|
|
|
# * Tests are run in infrastructure
|
|
|
|
|
# Generated by rust2rpm 9
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate bincode
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 1.1.3
|
|
|
|
|
Version: 1.1.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Binary serialization / deserialization strategy that uses Serde
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://crates.io/crates/bincode
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
@ -17,7 +17,7 @@ Source: %{crates_source}
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
BuildRequires: (crate(autocfg/default) >= 0.1.0 with crate(autocfg/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(autocfg/default) >= 0.1.2 with crate(autocfg/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(byteorder/default) >= 1.3.0 with crate(byteorder/default) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(serde/default) >= 1.0.63 with crate(serde/default) < 2.0.0)
|
|
|
|
|
%if %{with check}
|
|
|
|
@ -25,9 +25,9 @@ BuildRequires: (crate(serde_bytes/default) >= 0.11.0 with crate(serde_bytes/def
|
|
|
|
|
BuildRequires: (crate(serde_derive/default) >= 1.0.27 with crate(serde_derive/default) < 2.0.0)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
|
A binary serialization / deserialization strategy that uses Serde for\
|
|
|
|
|
transforming structs into bytes and vice versa!
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Binary serialization / deserialization strategy that uses Serde for
|
|
|
|
|
transforming structs into bytes and vice versa!.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
@ -85,6 +85,9 @@ which use "i128" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed May 15 08:17:16 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.4-1
|
|
|
|
|
- Update to 1.1.4
|
|
|
|
|
|
|
|
|
|
* Tue Apr 16 2019 Josh Stone <jistone@redhat.com> - 1.1.3-1
|
|
|
|
|
- Update to 1.1.3
|
|
|
|
|
|
|
|
|
|