Update to 0.4.4

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent f24916916c
commit 059d684f5e
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -2,3 +2,4 @@
/yaml-rust-0.4.0.crate
/yaml-rust-0.4.2.crate
/yaml-rust-0.4.3.crate
/yaml-rust-0.4.4.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate yaml-rust
Name: rust-%{crate}
Version: 0.4.3
Release: 5%{?dist}
Summary: YAML 1.2 parser for rust
Version: 0.4.4
Release: 1%{?dist}
Summary: Missing 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
Source: %{crates_source}
# Initial patched metadata
# * Update quickcheck to 0.9, https://github.com/chyh1990/yaml-rust/pull/131
Patch0: yaml-rust-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -41,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}
@ -53,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
@ -76,6 +73,9 @@ chmod -x tests/specs/cpp2rust.rb
%endif
%changelog
* Tue Jun 02 16:34:53 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.4-1
- Update to 0.4.4
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (yaml-rust-0.4.3.crate) = 31b0236fe041706befa938cdeb9c74940daccd2f80bdbd4e0e890901c868ecffc39367a41914c8bb98373d1002904f18b18ff13a08bbecd19dec634c08b7a7a3
SHA512 (yaml-rust-0.4.4.crate) = 63cb5518101a8c841700efa556a14199d136ab390da3b79c9d11a54789e497d0ca0f420bfa31fa75257864beac619d1b28182714c99a8c92f44e333b299d1d6a

@ -1,8 +0,0 @@
--- yaml-rust-0.4.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ yaml-rust-0.4.3/Cargo.toml 2019-06-20T07:27:09.096903+00:00
@@ -23,4 +23,4 @@
[dependencies.linked-hash-map]
version = ">=0.0.9, <0.6"
[dev-dependencies.quickcheck]
-version = "0.7"
+version = "0.9"
Loading…
Cancel
Save