Update to 0.8.12

epel9
Josh Stone 5 years ago
parent 1173ce30f8
commit 22f6390c0b

1
.gitignore vendored

@ -11,3 +11,4 @@
/serde_yaml-0.8.8.crate
/serde_yaml-0.8.9.crate
/serde_yaml-0.8.11.crate
/serde_yaml-0.8.12.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate serde_yaml
Name: rust-%{crate}
Version: 0.8.11
Release: 2%{?dist}
Version: 0.8.12
Release: 1%{?dist}
Summary: YAML support for Serde
# Upstream license specification: MIT OR Apache-2.0
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon May 11 2020 Josh Stone <jistone@redhat.com> - 0.8.12-1
- Update to 0.8.12
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (serde_yaml-0.8.11.crate) = 8baea9692990370e92415aadfb410c17e99f4d5b4bc09bdae13ffe438ba2be536152a68dd183e5c6a00e04a386472a7e081beb5fad6ba5231c39da794be2efa2
SHA512 (serde_yaml-0.8.12.crate) = 53cc9327e2baed3583497922dd20870c570de2be20074a537d703d17d7038e2826bf4b5ebf6daa8f451204d07453dff05e931a66670b19910b2d04385229fb1f

Loading…
Cancel
Save