Update to 0.7.4

epel9
Josh Stone 7 years ago
parent 19432a9bf2
commit 9575096a14

1
.gitignore vendored

@ -1,3 +1,4 @@
/serde_yaml-0.7.1.crate /serde_yaml-0.7.1.crate
/serde_yaml-0.7.2.crate /serde_yaml-0.7.2.crate
/serde_yaml-0.7.3.crate /serde_yaml-0.7.3.crate
/serde_yaml-0.7.4.crate

@ -5,8 +5,8 @@
%global crate serde_yaml %global crate serde_yaml
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.3 Version: 0.7.4
Release: 3%{?dist} Release: 1%{?dist}
Summary: YAML support for Serde Summary: YAML support for Serde
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -17,8 +17,8 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
# [dependencies] # [dependencies]
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(num-traits) >= 0.1.37 with crate(num-traits) < 0.2.0)
BuildRequires: (crate(serde) >= 1.0.0 with crate(serde) < 2.0.0) BuildRequires: (crate(serde) >= 1.0.0 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}
@ -63,6 +63,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/travis.sh %exclude %{cargo_registry}/%{crate}-%{version}/travis.sh
%changelog %changelog
* Wed May 02 2018 Josh Stone <jistone@redhat.com> - 0.7.4-1
- Update to 0.7.4
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-3 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (serde_yaml-0.7.3.crate) = 38fba13dbebf3485178fc4f2209b1a0f8e1ffe9dc418f0c4cedde7251af23f111528cce32a14a69ed879f3fd3e7581849cfbc0604855a8621758c36b25d5ad73 SHA512 (serde_yaml-0.7.4.crate) = b631460bb6f76923e467f31624ced1baaa3f0e292bfecca181f00b1fd06e58082b7cf7c4f5a4a9f3c750cc2c7bea9b01d37e9636ba706f8e6e53cb5b6c57a81c

Loading…
Cancel
Save