Update to 1.0.1

epel9
Josh Stone 6 years ago
parent ad94cea563
commit 5511b288a0

1
.gitignore vendored

@ -1 +1,2 @@
/signal-hook-registry-1.0.0.crate
/signal-hook-registry-1.0.1.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm
# Generated by rust2rpm-9-1.fc30
%bcond_with check
%global debug_package %{nil}
%global crate signal-hook-registry
Name: rust-%{crate}
Version: 1.0.0
Version: 1.0.1
Release: 1%{?dist}
Summary: Backend crate for signal-hook
# Upstream license specification: Apache-2.0/MIT
# https://github.com/vorner/signal-hook/issues/13
License: ASL 2.0 or MIT
URL: https://crates.io/crates/signal-hook-registry
Source: %{crates_source}
@ -40,6 +39,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
@ -71,5 +71,8 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon Jun 03 2019 Josh Stone <jistone@redhat.com> - 1.0.1-1
- Update to 1.0.1
* Sun Apr 28 20:38:09 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-1
- Initial package

@ -1 +1 @@
SHA512 (signal-hook-registry-1.0.0.crate) = 62bff87456d4f776209135c2de169a48e31eb0919d23d348c9fd94f1b3e90436289f75e970433c49e209b3e9d14de4421a408c59146d080fe845151864bdb033
SHA512 (signal-hook-registry-1.0.1.crate) = d23ca7f974777b6a2053fd04ec05eae73c54735d0370173fafdc2a39dde6cab3cef78b94cce3930a9105e70760022ffe96968a1adbd350efebf83aac707217f7

Loading…
Cancel
Save