|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate bincode
|
|
|
|
%global crate bincode
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.1.2
|
|
|
|
Version: 1.1.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Binary serialization / deserialization strategy that uses Serde
|
|
|
|
Summary: Binary serialization / deserialization strategy that uses Serde
|
|
|
|
|
|
|
|
|
|
|
@ -21,7 +21,7 @@ BuildRequires: (crate(autocfg/default) >= 0.1.0 with crate(autocfg/default) < 0
|
|
|
|
BuildRequires: (crate(byteorder/default) >= 1.3.0 with crate(byteorder/default) < 2.0.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)
|
|
|
|
BuildRequires: (crate(serde/default) >= 1.0.63 with crate(serde/default) < 2.0.0)
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
BuildRequires: (crate(serde_bytes/default) >= 0.10.3 with crate(serde_bytes/default) < 0.11.0)
|
|
|
|
BuildRequires: (crate(serde_bytes/default) >= 0.11.0 with crate(serde_bytes/default) < 0.12.0)
|
|
|
|
BuildRequires: (crate(serde_derive/default) >= 1.0.27 with crate(serde_derive/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(serde_derive/default) >= 1.0.27 with crate(serde_derive/default) < 2.0.0)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
@ -85,6 +85,9 @@ which use "i128" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Apr 16 2019 Josh Stone <jistone@redhat.com> - 1.1.3-1
|
|
|
|
|
|
|
|
- Update to 1.1.3
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.2-1
|
|
|
|
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.2-1
|
|
|
|
- Update to 1.1.2
|
|
|
|
- Update to 1.1.2
|
|
|
|
|
|
|
|
|
|
|
|