update to version 0.5.1

epel9
Fabio Valentini 4 years ago
parent d6dcc50af0
commit 6d51b8e43d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/escargot-0.5.0.crate /escargot-0.5.0.crate
/escargot-0.5.1.crate

@ -1,11 +0,0 @@
--- escargot-0.5.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ escargot-0.5.0/Cargo.toml 2020-03-04T11:44:46.197571+00:00
@@ -37,7 +37,7 @@
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.assert_fs]
-version = "0.11"
+version = "0.13"
[features]
cargo_unstable = []

@ -1,23 +1,21 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
# * Test files are not distributed on crates.io # * Test files are not distributed on crates.io
%bcond_with check %bcond_with check
%global debug_package %{nil}
%global __cargo_is_bin() false
%global crate escargot %global crate escargot
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.0 Version: 0.5.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Cargo API written in Paris Summary: Cargo API written in Paris
# Upstream license specification: MIT OR 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/escargot URL: https://crates.io/crates/escargot
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * https://github.com/crate-ci/escargot/commit/78b77e15cb82e65aca7c7536a8900e4d4ff66203
# * Bump deps
# - assert_fs to 0.13
Patch0: escargot-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -31,18 +29,6 @@ Cargo API written in Paris.}
%description %{_description} %description %{_description}
%if ! %{__cargo_skip_build}
%package -n %{crate}
Summary: %{summary}
%description -n %{crate} %{_description}
%files -n %{crate}
%license LICENSE-APACHE LICENSE-MIT
%doc README.md CHANGELOG.md
%{_bindir}/bin_fixture
%endif
%package devel %package devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -53,7 +39,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%doc README.md CONTRIBUTING.md %license LICENSE-APACHE LICENSE-MIT
%doc README.md CHANGELOG.md CONTRIBUTING.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -135,6 +122,10 @@ which use "test_unstable" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Feb 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.5.1-1
- Update to version 0.5.1.
- Fixes RHBZ#1923784
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (escargot-0.5.0.crate) = 7904cbff5f57b4731fad85f45cbe61916593668afddd32834da98d15dccfaa5b25ae20a280d676557b1c797c316929a04ed861d343bc89d35cadba38d984799e SHA512 (escargot-0.5.1.crate) = 841fdcdd3d6ce5a471a9112f72cff7be8b9b1a97139a6bd21cfde56005c02828e11c814ab6b2b25930529e1299f7769d752ebb981385094b6557e5101070004a

Loading…
Cancel
Save