Update to version 3.2.0; Fixes RHBZ#1992241

epel9
Fabio Valentini 4 years ago
parent fad93a687c
commit 80ff8071c2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/ctrlc-3.1.7.crate
/ctrlc-3.1.8.crate
/ctrlc-3.1.9.crate
/ctrlc-3.2.0.crate

@ -1,9 +1,9 @@
--- ctrlc-3.1.9/Cargo.toml 2021-04-13T09:45:34+00:00
+++ ctrlc-3.1.9/Cargo.toml 2021-04-29T21:19:13.274756+00:00
--- ctrlc-3.2.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ ctrlc-3.2.0/Cargo.toml 2021-08-11T19:02:37.988612+00:00
@@ -34,9 +34,3 @@
termination = []
[target."cfg(unix)".dependencies.nix]
version = "0.20"
version = "0.22"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["consoleapi", "handleapi", "synchapi", "winbase"]

@ -1,11 +1,11 @@
# Generated by rust2rpm 17
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate ctrlc
Name: rust-%{crate}
Version: 3.1.9
Version: 3.2.0
Release: %autorelease
Summary: Easy Ctrl-C handler for Rust projects

@ -1 +1 @@
SHA512 (ctrlc-3.1.9.crate) = 9e04217a527a98165c986514852a460e9bda1f3fc3167ff83e206f95f6411040e2d2673c264f23fb616e67e2f374c915481aea82673d1b97de5da969eca4b3aa
SHA512 (ctrlc-3.2.0.crate) = 8ee32c5ee0706efc064ae1cc85ed4aa6dc156fb95988e7122c208ea9469f2feae2eb76e7e01156fdad9198146e3a6e4e2b05c16cfe9929a4f7330cfe36935969

Loading…
Cancel
Save