|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
# Generated by rust2rpm 15
|
|
|
|
%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.6
|
|
|
|
Version: 3.1.7
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Easy Ctrl-C handler for Rust projects
|
|
|
|
Summary: Easy Ctrl-C handler for Rust projects
|
|
|
|
|
|
|
|
|
|
|
@ -42,7 +42,6 @@ which use "%{crate}" crate.
|
|
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/appveyor.yml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -87,6 +86,10 @@ which use "termination" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Wed Jul 29 2020 Josh Stone <jistone@redhat.com> - 3.1.6-1
|
|
|
|
- Update to 3.1.6
|
|
|
|
- Update to 3.1.6
|
|
|
|
|
|
|
|
|
|
|
|