Update to version 0.17.4; Fixes RHBZ#2210712

epel9
Fabio Valentini 2 years ago
parent a2a585c995
commit 8e06d199e4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/indicatif-0.15.0.crate
/indicatif-0.16.2.crate
/indicatif-0.17.3.crate
/indicatif-0.17.4.crate

@ -1,3 +0,0 @@
# rust-indicatif
The rust-indicatif package

@ -0,0 +1,8 @@
--- indicatif-0.17.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ indicatif-0.17.4/Cargo.toml 2023-05-29T17:46:12.696747+00:00
@@ -101,5 +101,3 @@
]
in_memory = ["vt100"]
-[target."cfg(target_arch = \"wasm32\")".dependencies.instant]
-version = "0.1"

@ -1,11 +0,0 @@
--- indicatif-0.17.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ indicatif-0.17.3/Cargo.toml 2023-01-20T05:12:25.067446+00:00
@@ -45,7 +45,7 @@
version = "0.4"
[dependencies.portable-atomic]
-version = "0.3.15"
+version = "1"
[dependencies.rayon]
version = "1.1"

@ -1,25 +1,24 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate indicatif
Name: rust-indicatif
Version: 0.17.3
Version: 0.17.4
Release: %autorelease
Summary: Progress bar and cli reporting library for Rust
License: MIT
URL: https://crates.io/crates/indicatif
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump portable-atomic to 1
Patch: indicatif-fix-metadata.diff
# Automatically generated patch to strip foreign dependencies
Patch: indicatif-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Progress bar and cli reporting library for Rust.}
A progress bar and cli reporting library for Rust.}
%description %{_description}

@ -1 +1 @@
SHA512 (indicatif-0.17.3.crate) = 9d536106cb5435f6944ad78fbbcad2dd15763f7efbd78a21da452ab6fe939bed8fa565909aa6db12f738035cd1417ddfbfba2c2a10ec14b8fb464acaf7356c39
SHA512 (indicatif-0.17.4.crate) = 54c92f028dc5aded5e1a947afc09c33930f0439d7ee55e9dca66ccc2af6860e7b67cd8153bbdb33dff962ffd03dc0004eace2e69135c11a867331f0ef3e9bf6d

Loading…
Cancel
Save