Update to version 5.5.3; Fixes RHBZ#2252978

epel9 imports/e9/rust-minus-5.5.3-1.el9
Fabio Valentini 1 year ago
parent 60189755e1
commit ce7946ea99
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/minus-5.4.1.crate
/minus-5.4.2.crate
/minus-5.5.0.crate
/minus-5.5.3.crate

@ -1,6 +1,6 @@
--- minus-5.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ minus-5.5.0/Cargo.toml 2023-11-30T12:33:54.635286+00:00
@@ -31,6 +31,12 @@
--- minus-5.5.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ minus-5.5.3/Cargo.toml 2023-12-27T19:56:29.902296+00:00
@@ -31,6 +31,13 @@
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arijit79/minus"
@ -8,6 +8,7 @@
+ "/demo.png",
+ "/Dockerfile",
+ "/Justfile",
+ "/flake.*",
+ "/minus.svg",
+]

@ -5,7 +5,7 @@
%global crate minus
Name: rust-minus
Version: 5.5.0
Version: 5.5.3
Release: %autorelease
Summary: Asynchronous data feedable terminal paging library for Rust

@ -1 +1 @@
SHA512 (minus-5.5.0.crate) = 045e2047a2721127d98ebd66859b75f8fc9af8ac28d834db2ebd3a6a73625ab81c44de7d82fbabc0f1656ab05bd2985760df0090e2b6780a27ecdafbb84b0783
SHA512 (minus-5.5.3.crate) = 9fdf590e872f38dd17a2c2a4e384235b11ca296d31b59836539da90bc4088047c4f4fb30975276d34edac98196ed6f8b37ae144a587bd65b7b87cd589a53eb6b

Loading…
Cancel
Save