|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate serde_test
|
|
|
|
%global crate serde_test
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.0.82
|
|
|
|
Version: 1.0.84
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Token De/Serializer for testing De/Serialize implementations
|
|
|
|
Summary: Token De/Serializer for testing De/Serialize implementations
|
|
|
|
|
|
|
|
|
|
|
@ -21,7 +21,6 @@ BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(serde/default) >= 1.0.60 with crate(serde/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(serde/default) >= 1.0.60 with crate(serde/default) < 2.0.0)
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(serde/rc) >= 1.0.0 with crate(serde/rc) < 2.0.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(serde_derive/default) >= 1.0.0 with crate(serde_derive/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(serde_derive/default) >= 1.0.0 with crate(serde_derive/default) < 2.0.0)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
@ -72,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 1.0.84-1
|
|
|
|
|
|
|
|
- Update to 1.0.84
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 12 2018 Josh Stone <jistone@redhat.com> - 1.0.82-1
|
|
|
|
* Wed Dec 12 2018 Josh Stone <jistone@redhat.com> - 1.0.82-1
|
|
|
|
- Update to 1.0.82
|
|
|
|
- Update to 1.0.82
|
|
|
|
|
|
|
|
|
|
|
|