Update to 0.8.11

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent a137bc970c
commit 4ac8d5bfda
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -10,3 +10,4 @@
/serde_yaml-0.8.7.crate /serde_yaml-0.8.7.crate
/serde_yaml-0.8.8.crate /serde_yaml-0.8.8.crate
/serde_yaml-0.8.9.crate /serde_yaml-0.8.9.crate
/serde_yaml-0.8.11.crate

@ -5,17 +5,14 @@
%global crate serde_yaml %global crate serde_yaml
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.9 Version: 0.8.11
Release: 3%{?dist} Release: 1%{?dist}
Summary: YAML support for Serde Summary: YAML support for Serde
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/serde_yaml URL: https://crates.io/crates/serde_yaml
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Update version-sync to 0.8, https://github.com/dtolnay/serde-yaml/pull/132
Patch0: serde_yaml-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -42,7 +39,6 @@ which use "%{crate}" crate.
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%exclude %{cargo_registry}/%{crate}-%{version}/travis.sh
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -75,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Nov 19 09:46:32 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.11-1
- Update to 0.8.11
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.9-3 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1,10 +0,0 @@
--- serde_yaml-0.8.9/Cargo.toml 1970-01-01T00:00:00+00:00
+++ serde_yaml-0.8.9/Cargo.toml 2019-06-20T07:30:54.955498+00:00
@@ -38,6 +38,6 @@
version = "0.1"
[dev-dependencies.version-sync]
-version = "0.5"
+version = "0.8"
[badges.travis-ci]
repository = "dtolnay/serde-yaml"

@ -1 +1 @@
SHA512 (serde_yaml-0.8.9.crate) = 198b47713797de96c188c07241ba81e5452642b09f36baf5f6ff664e05b9a1ce4562aa07c29f99add7d760fa55bb41860d2dc3542424d0ace6ed9ce6cfbaf385 SHA512 (serde_yaml-0.8.11.crate) = 8baea9692990370e92415aadfb410c17e99f4d5b4bc09bdae13ffe438ba2be536152a68dd183e5c6a00e04a386472a7e081beb5fad6ba5231c39da794be2efa2

Loading…
Cancel
Save