Update to version 0.3.12; Fixes RHBZ#2030015

epel9
Fabio Valentini 3 years ago
parent 22e9f913a5
commit 0dbf9c9060
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate signal-hook
Name: rust-%{crate}
Version: 0.3.10
Version: 0.3.12
Release: %autorelease
Summary: Unix signal handling
@ -15,9 +15,6 @@ URL: https://crates.io/crates/signal-hook
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -32,12 +29,12 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md CHANGELOG.md
%doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -58,8 +55,8 @@ BuildArch: noarch
%description -n %{name}+cc-devel %{_description}
This package contains library source intended for building other packages
which use "cc" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "cc" feature of the "%{crate}" crate.
%files -n %{name}+cc-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -70,8 +67,8 @@ BuildArch: noarch
%description -n %{name}+channel-devel %{_description}
This package contains library source intended for building other packages
which use "channel" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "channel" feature of the "%{crate}" crate.
%files -n %{name}+channel-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -82,8 +79,8 @@ BuildArch: noarch
%description -n %{name}+extended-siginfo-devel %{_description}
This package contains library source intended for building other packages
which use "extended-siginfo" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "extended-siginfo" feature of the "%{crate}" crate.
%files -n %{name}+extended-siginfo-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -94,8 +91,8 @@ BuildArch: noarch
%description -n %{name}+extended-siginfo-raw-devel %{_description}
This package contains library source intended for building other packages
which use "extended-siginfo-raw" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "extended-siginfo-raw" feature of the "%{crate}" crate.
%files -n %{name}+extended-siginfo-raw-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -106,8 +103,8 @@ BuildArch: noarch
%description -n %{name}+iterator-devel %{_description}
This package contains library source intended for building other packages
which use "iterator" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "iterator" feature of the "%{crate}" crate.
%files -n %{name}+iterator-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (signal-hook-0.3.10.crate) = 3b6949f4cad0a77e6cfba2fb16d7edaf52737419ebd525d5d1905152cc1c73e81d4adb676077b9b6c144b0812ac5059a0f1032fe2c5ed450be2c451b7cf32e9b
SHA512 (signal-hook-0.3.12.crate) = ccc8d02aa5bd226ddb26f098d458fc46b99397c6d4432c4ce43ecb117d0fa777b249f5fb202949f198e4e8885ed24d7cb1e24e538c7c6bf8b44eb21418519364

Loading…
Cancel
Save