update to version 3.1.8

epel9
Fabio Valentini 4 years ago
parent 88935df1b2
commit 3af6003c2e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/ctrlc-3.1.5.crate
/ctrlc-3.1.6.crate
/ctrlc-3.1.7.crate
/ctrlc-3.1.8.crate

@ -1,9 +1,9 @@
--- ctrlc-3.1.7/Cargo.toml 2020-10-11T19:53:34+00:00
+++ ctrlc-3.1.7/Cargo.toml 2020-11-09T14:48:25.075459+00:00
@@ -32,9 +32,3 @@
--- ctrlc-3.1.8/Cargo.toml 2021-02-23T06:49:42+00:00
+++ ctrlc-3.1.8/Cargo.toml 2021-02-23T10:10:24.465115+00:00
@@ -33,9 +33,3 @@
termination = []
[target."cfg(unix)".dependencies.nix]
version = "0.18"
version = "0.20"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["consoleapi", "handleapi", "synchapi", "winbase"]

@ -1,12 +1,12 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate ctrlc
Name: rust-%{crate}
Version: 3.1.7
Release: 2%{?dist}
Version: 3.1.8
Release: 1%{?dist}
Summary: Easy Ctrl-C handler for Rust projects
# Upstream license specification: MIT/Apache-2.0
@ -86,6 +86,9 @@ which use "termination" feature of "%{crate}" crate.
%endif
%changelog
* Mon Mar 01 2021 Fabio Valentini <decathorpe@gmail.com> - 3.1.8-1
- Update to version 3.1.8.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (ctrlc-3.1.7.crate) = fe8aeb4168a7870f8ebcc212d9fa221740385d1f8498557e282b7dc0569b3e6cc03de0d124281809021ec8b9ebac9ec22b5418ca02ca8cf9810fd2d029e6ce6b
SHA512 (ctrlc-3.1.8.crate) = 9c4a2bfc1148d5f132872f953eaa47c090dd026717d360d13dc26986780b3521762b8142666522a47acc83db807d5a14096ef0358970c544c61ba8f44cd4154c

Loading…
Cancel
Save