Update to version 5.4.2; Fixes RHBZ#2244685

epel9
Fabio Valentini 1 year ago
parent 3c41b3de7d
commit ab63829342
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/minus-5.4.0.crate
/minus-5.4.1.crate
/minus-5.4.2.crate

@ -1,5 +1,5 @@
--- minus-5.4.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ minus-5.4.1/Cargo.toml 2023-09-27T19:12:01.998495+00:00
--- minus-5.4.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ minus-5.4.2/Cargo.toml 2023-10-18T09:55:37.554159+00:00
@@ -31,6 +31,12 @@
]
license = "MIT OR Apache-2.0"

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate minus
Name: rust-minus
Version: 5.4.1
Version: 5.4.2
Release: %autorelease
Summary: Asynchronous data feedable terminal paging library for Rust
@ -16,7 +16,7 @@ Source: %{crates_source}
# * exclude files that are only useful for upstream development
Patch: minus-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
An asynchronous data feedable terminal paging library for Rust.}
@ -102,7 +102,7 @@ use the "static_output" 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

@ -1 +1 @@
SHA512 (minus-5.4.1.crate) = c7d6622ab582644116e081b885ea827e639c1cdadb45b00ffd379624c6940a0177f06bc32287486c22ba068c085e56bb446d13182aeb1d6c086086bd8a7984b1
SHA512 (minus-5.4.2.crate) = 39405fa4cfaded25de4c650d7e2bf7c351cdba06b679e5221b9dc5c9fbc47f14eb3a764452cb29547f3d927b4c07be86d2d48fa516ad590a125e9ed460104c5f

Loading…
Cancel
Save