Update to 3.1.3

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent d2417fc14f
commit ea82314e59
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -2,3 +2,4 @@
/ctrlc-3.1.0.crate /ctrlc-3.1.0.crate
/ctrlc-3.1.1.crate /ctrlc-3.1.1.crate
/ctrlc-3.1.2.crate /ctrlc-3.1.2.crate
/ctrlc-3.1.3.crate

@ -1,14 +1,12 @@
--- ctrlc-3.1.2/Cargo.toml 1970-01-01T00:00:00+00:00 --- ctrlc-3.1.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ ctrlc-3.1.2/Cargo.toml 2019-06-04T22:52:04.585684+00:00 +++ ctrlc-3.1.3/Cargo.toml 2019-06-09T11:56:40.940082+00:00
@@ -29,10 +29,4 @@ @@ -31,9 +31,3 @@
[features]
termination = [] termination = []
[target."cfg(unix)".dependencies.nix] [target."cfg(unix)".dependencies.nix]
-version = "0.13" version = "0.14"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.3" -version = "0.3"
-features = ["consoleapi", "handleapi", "synchapi", "winbase"] -features = ["consoleapi", "handleapi", "synchapi", "winbase"]
-[target."cfg(windows)".dev-dependencies.winapi] -[target."cfg(windows)".dev-dependencies.winapi]
-version = "0.3" -version = "0.3"
-features = ["fileapi", "processenv", "winnt"] -features = ["fileapi", "processenv", "winnt"]
+version = "0.14"

@ -1,12 +1,12 @@
# Generated by rust2rpm # Generated by rust2rpm 9
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ctrlc %global crate ctrlc
Name: rust-%{crate} Name: rust-%{crate}
Version: 3.1.2 Version: 3.1.3
Release: 2%{?dist} Release: 1%{?dist}
Summary: Easy Ctrl-C handler for Rust projects Summary: Easy Ctrl-C handler for Rust projects
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -14,17 +14,21 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/ctrlc URL: https://crates.io/crates/ctrlc
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * Bump nix to 0.14, https://github.com/Detegr/rust-ctrlc/pull/52
# * No Windows deps # * No Windows deps
Patch0: ctrlc-fix-metadata.diff Patch0: ctrlc-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(nix/default) >= 0.14.0 with crate(nix/default) < 0.15.0) BuildRequires: (crate(nix/default) >= 0.14.0 with crate(nix/default) < 0.15.0)
%endif
%global _description \ %global _description %{expand:
Easy Ctrl-C handler for Rust projects. Easy Ctrl-C handler for Rust projects.}
%description %{_description} %description %{_description}
@ -83,6 +87,9 @@ which use "termination" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 09 13:56:41 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.1.3-1
- Update to 3.1.3
* Tue Jun 04 2019 Josh Stone <jistone@redhat.com> - 3.1.2-2 * Tue Jun 04 2019 Josh Stone <jistone@redhat.com> - 3.1.2-2
- Bump nix to 0.14 - Bump nix to 0.14

@ -1 +1 @@
SHA512 (ctrlc-3.1.2.crate) = cf69fb4c74e1f1dcce187c2487555bc52464d480f08dca9cab12880d1175f49e22270b2dd56abde6da4eebe28e5c2ab7ff022d1226705715b0f390346b47e04b SHA512 (ctrlc-3.1.3.crate) = b77b0ccfe31110c514795b390b0500cb7349d4dfa2367f6d6b9612cce3d9dfa4cbbf96018da71ff4488258a0aeb2911e0436df35ea52c3e6a464bcbe027f12e8

Loading…
Cancel
Save