Update to 0.4.3

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

1
.gitignore vendored

@ -1,3 +1,4 @@
/yaml-rust-0.3.5.crate
/yaml-rust-0.4.0.crate
/yaml-rust-0.4.2.crate
/yaml-rust-0.4.3.crate

@ -6,14 +6,14 @@
%global crate yaml-rust
Name: rust-%{crate}
Version: 0.4.2
Release: 3%{?dist}
Version: 0.4.3
Release: 1%{?dist}
Summary: YAML 1.2 parser for rust
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/yaml-rust
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
@ -55,7 +55,7 @@ which use "default" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
# no need to generate dependencies
chmod -x tests/specs/cpp2rust.rb
%cargo_prep
@ -72,6 +72,9 @@ chmod -x tests/specs/cpp2rust.rb
%endif
%changelog
* Thu Mar 07 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.3-1
- Update to 0.4.3
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (yaml-rust-0.4.2.crate) = b1b9e1f9e683a1ec194231e7871418019c6d29ae0424b4b2a423c62a1a4d2ef14f8f3f396513747da91f1f20851ffe3ad69d14db6a75b6e892dc778762cdd423
SHA512 (yaml-rust-0.4.3.crate) = 31b0236fe041706befa938cdeb9c74940daccd2f80bdbd4e0e890901c868ecffc39367a41914c8bb98373d1002904f18b18ff13a08bbecd19dec634c08b7a7a3

Loading…
Cancel
Save