|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate serde_yaml
|
|
|
|
%global crate serde_yaml
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.8.5
|
|
|
|
Version: 0.8.6
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: YAML support for Serde
|
|
|
|
Summary: YAML support for Serde
|
|
|
|
|
|
|
|
|
|
|
@ -20,7 +20,7 @@ BuildRequires: rust-packaging
|
|
|
|
# [dependencies]
|
|
|
|
# [dependencies]
|
|
|
|
BuildRequires: (crate(dtoa) >= 0.4.0 with crate(dtoa) < 0.5.0)
|
|
|
|
BuildRequires: (crate(dtoa) >= 0.4.0 with crate(dtoa) < 0.5.0)
|
|
|
|
BuildRequires: (crate(linked-hash-map) >= 0.5.0 with crate(linked-hash-map) < 0.6.0)
|
|
|
|
BuildRequires: (crate(linked-hash-map) >= 0.5.0 with crate(linked-hash-map) < 0.6.0)
|
|
|
|
BuildRequires: (crate(serde) >= 1.0.0 with crate(serde) < 2.0.0)
|
|
|
|
BuildRequires: (crate(serde) >= 1.0.60 with crate(serde) < 2.0.0)
|
|
|
|
BuildRequires: (crate(yaml-rust) >= 0.4.0 with crate(yaml-rust) < 0.5.0)
|
|
|
|
BuildRequires: (crate(yaml-rust) >= 0.4.0 with crate(yaml-rust) < 0.5.0)
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
# [dev-dependencies]
|
|
|
|
# [dev-dependencies]
|
|
|
@ -64,6 +64,9 @@ which use %{crate} from crates.io.
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/travis.sh
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/travis.sh
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Oct 22 2018 Josh Stone <jistone@redhat.com> - 0.8.6-1
|
|
|
|
|
|
|
|
- Update to 0.8.6
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 28 2018 Josh Stone <jistone@redhat.com> - 0.8.5-1
|
|
|
|
* Fri Sep 28 2018 Josh Stone <jistone@redhat.com> - 0.8.5-1
|
|
|
|
- Update to 0.8.5
|
|
|
|
- Update to 0.8.5
|
|
|
|
|
|
|
|
|
|
|
|