update to version 1.4.0

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

1
.gitignore vendored

@ -5,3 +5,4 @@
/signal-hook-registry-1.2.1.crate /signal-hook-registry-1.2.1.crate
/signal-hook-registry-1.2.2.crate /signal-hook-registry-1.2.2.crate
/signal-hook-registry-1.3.0.crate /signal-hook-registry-1.3.0.crate
/signal-hook-registry-1.4.0.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 17
# * Tests are possible to run only from the full tree # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate signal-hook-registry %global crate signal-hook-registry
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.3.0 Version: 1.4.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Backend crate for signal-hook Summary: Backend crate for signal-hook
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0/MIT
@ -72,6 +72,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Jun 01 2021 Fabio Valentini <decathorpe@gmail.com> - 1.4.0-1
- Update to version 1.4.0.
- Fixes RHBZ#1966670
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (signal-hook-registry-1.3.0.crate) = 2576d474c490deb6cbd759985f55340bb4e4ae0abac3ee02055bc30fa4008fc96ebf4d96f0a85c634b4f04d57b00243625194b333cf330f59fc82286bbeb30a9 SHA512 (signal-hook-registry-1.4.0.crate) = b564379e5df1061739734179a69897badf9e2e6b469e091954428b05c3c7143885396df4bd008d77e08dae53729d2267d50fc8563121b086e25d8a5adabf6d6d

Loading…
Cancel
Save