Update to 3.1.4

epel9
Josh Stone 5 years ago
parent 758caf220e
commit 60bacb2d00

1
.gitignore vendored

@ -3,3 +3,4 @@
/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 /ctrlc-3.1.3.crate
/ctrlc-3.1.4.crate

@ -1,9 +1,9 @@
--- ctrlc-3.1.3/Cargo.toml 1970-01-01T00:00:00+00:00 --- ctrlc-3.1.4/Cargo.toml 2020-02-17T15:21:37+00:00
+++ ctrlc-3.1.3/Cargo.toml 2019-06-09T11:56:40.940082+00:00 +++ ctrlc-3.1.4/Cargo.toml 2020-02-21T19:54:41.250946+00:00
@@ -31,9 +31,3 @@ @@ -32,9 +32,3 @@
termination = [] termination = []
[target."cfg(unix)".dependencies.nix] [target."cfg(unix)".dependencies.nix]
version = "0.14" version = "0.17"
-[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"]

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%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.3 Version: 3.1.4
Release: 4%{?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
@ -41,8 +41,8 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/appveyor.yml
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -54,7 +54,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+termination-devel %package -n %{name}+termination-devel
Summary: %{summary} Summary: %{summary}
@ -66,7 +66,7 @@ This package contains library source intended for building other packages
which use "termination" feature of "%{crate}" crate. which use "termination" feature of "%{crate}" crate.
%files -n %{name}+termination-devel %files -n %{name}+termination-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -87,6 +87,9 @@ which use "termination" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Feb 21 2020 Josh Stone <jistone@redhat.com> - 3.1.4-1
- Update to 3.1.4
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.3-4 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (ctrlc-3.1.3.crate) = b77b0ccfe31110c514795b390b0500cb7349d4dfa2367f6d6b9612cce3d9dfa4cbbf96018da71ff4488258a0aeb2911e0436df35ea52c3e6a464bcbe027f12e8 SHA512 (ctrlc-3.1.4.crate) = 1a5101d11b57c4000edfe3cec6367d59c4a59d4db3b0c39fb50a86f175dc89bee3494950c301317e6137250499cc39aa9b30bf94042caf08cc185152743a5b2f

Loading…
Cancel
Save