Update to version 0.5.9; Fixes RHBZ#2263538

epel10
Fabio Valentini 1 year ago
parent d90868a065
commit dfbebf1555
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/escargot-0.5.6.crate
/escargot-0.5.7.crate
/escargot-0.5.8.crate
/escargot-0.5.9.crate

@ -1,5 +1,5 @@
--- escargot-0.5.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ escargot-0.5.8/Cargo.toml 2023-08-02T18:39:05.438571+00:00
--- escargot-0.5.9/Cargo.toml 1970-01-01T00:00:01+00:00
+++ escargot-0.5.9/Cargo.toml 2024-02-14T16:13:22.399455+00:00
@@ -36,6 +36,7 @@
categories = ["development-tools::build-utils"]
license = "MIT OR Apache-2.0"

@ -1,4 +1,4 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
# * files required by tests are not included in published crates
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate escargot
Name: rust-escargot
Version: 0.5.8
Version: 0.5.9
Release: %autorelease
Summary: Cargo API written in Paris
@ -17,7 +17,7 @@ Source: %{crates_source}
# * drop unwanted executables
Patch: escargot-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Cargo API written in Paris.}
@ -100,7 +100,7 @@ use the "test_unstable" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["files required by tests are not included in published crates"]

@ -1 +1 @@
SHA512 (escargot-0.5.8.crate) = 6232762a14a1f05b6f4b586d38e9cc67df8ce006fb53e3ab9eb98f387bc84fe27517c161aca8279be408c20b06e4afa8ba77d8164509f0bae27f434555efbcef
SHA512 (escargot-0.5.9.crate) = ab73204f139d2630925d5d7b84c00dbca8e90a0d914c46275241c846d1400822f975f8d2d6064597a18d22c56dd261288bae730ac52f2f9191b8e059ab2156df

Loading…
Cancel
Save