update to version 3.1.7

epel9
Fabio Valentini 4 years ago
parent 9bc4a7baf4
commit a5b747c93f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/ctrlc-3.1.4.crate
/ctrlc-3.1.5.crate
/ctrlc-3.1.6.crate
/ctrlc-3.1.7.crate

@ -1,9 +1,9 @@
--- ctrlc-3.1.4/Cargo.toml 2020-02-17T15:21:37+00:00
+++ ctrlc-3.1.4/Cargo.toml 2020-02-21T19:54:41.250946+00:00
--- 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 @@
termination = []
[target."cfg(unix)".dependencies.nix]
version = "0.17"
version = "0.18"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["consoleapi", "handleapi", "synchapi", "winbase"]

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate ctrlc
Name: rust-%{crate}
Version: 3.1.6
Version: 3.1.7
Release: 1%{?dist}
Summary: Easy Ctrl-C handler for Rust projects
@ -42,7 +42,6 @@ which use "%{crate}" crate.
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/appveyor.yml
%package -n %{name}+default-devel
Summary: %{summary}
@ -87,6 +86,10 @@ which use "termination" feature of "%{crate}" crate.
%endif
%changelog
* Mon Nov 09 2020 Fabio Valentini <decathorpe@gmail.com> - 3.1.7-1
- Update to version 3.1.7.
- Fixes RHBZ#1887212
* Wed Jul 29 2020 Josh Stone <jistone@redhat.com> - 3.1.6-1
- Update to 3.1.6

@ -1 +1 @@
SHA512 (ctrlc-3.1.6.crate) = 21b2fca8e7a87bc72c4903a680e84117b1bd35f9895d48f300bc6066aa8958966c582533dc7c48cff9397b2f4b41976740f36fb3103c6a83158a5e6e59733a7b
SHA512 (ctrlc-3.1.7.crate) = fe8aeb4168a7870f8ebcc212d9fa221740385d1f8498557e282b7dc0569b3e6cc03de0d124281809021ec8b9ebac9ec22b5418ca02ca8cf9810fd2d029e6ce6b

Loading…
Cancel
Save