Update to version 3.4.0; Fixes RHBZ#2209216

epel9
Fabio Valentini 2 years ago
parent 2e6e114e2c
commit 539e0e9bfc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/ctrlc-3.2.4.crate /ctrlc-3.2.4.crate
/ctrlc-3.2.5.crate /ctrlc-3.2.5.crate
/ctrlc-3.3.0.crate /ctrlc-3.3.0.crate
/ctrlc-3.4.0.crate

@ -1,5 +1,5 @@
--- ctrlc-3.3.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- ctrlc-3.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ctrlc-3.3.0/Cargo.toml 2023-05-22T21:37:39.924924+00:00 +++ ctrlc-3.4.0/Cargo.toml 2023-06-04T15:47:45.252656+00:00
@@ -55,20 +55,3 @@ @@ -55,20 +55,3 @@
] ]
default-features = false default-features = false

@ -5,7 +5,7 @@
%global crate ctrlc %global crate ctrlc
Name: rust-ctrlc Name: rust-ctrlc
Version: 3.3.0 Version: 3.4.0
Release: %autorelease Release: %autorelease
Summary: Easy Ctrl-C handler for Rust projects Summary: Easy Ctrl-C handler for Rust projects

@ -1 +1 @@
SHA512 (ctrlc-3.3.0.crate) = 958abcd79a6cbdb3720fc6826b559dfe759b19a630e3d87d131f1667be96dfced68b96bfbd604fd4464add85a291e0b61c8149a6eea57d7df5976380b3892aeb SHA512 (ctrlc-3.4.0.crate) = 94e2f5580ab178c50d56a6b40490e3a61d121c9de681f54f56c1e50596709835eee0b26df0436d1313af77cec1c4422051f1959221ea82536b8a709ef84c18fd

Loading…
Cancel
Save