Update to version 1.4.1; Fixes RHBZ#2169065

epel10
Fabio Valentini 2 years ago
parent dec4b3a6e1
commit 250ca31016
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/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 /signal-hook-registry-1.4.0.crate
/signal-hook-registry-1.4.1.crate

@ -1,3 +0,0 @@
# rust-signal-hook-registry
The rust-signal-hook-registry package

@ -1,26 +1,21 @@
# Generated by rust2rpm 19 # Generated by rust2rpm 24
# * tests can only be run in-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-signal-hook-registry
Version: 1.4.0 Version: 1.4.1
Release: %autorelease Release: %autorelease
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
License: ASL 2.0 or MIT License: Apache-2.0 OR MIT
URL: https://crates.io/crates/signal-hook-registry URL: https://crates.io/crates/signal-hook-registry
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Backend crate for signal-hook.} Backend crate for signal-hook.}
@ -34,12 +29,13 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license %{crate_instdir}/LICENSE-APACHE
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -48,10 +44,10 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "the default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (signal-hook-registry-1.4.0.crate) = b564379e5df1061739734179a69897badf9e2e6b469e091954428b05c3c7143885396df4bd008d77e08dae53729d2267d50fc8563121b086e25d8a5adabf6d6d SHA512 (signal-hook-registry-1.4.1.crate) = e83acec2b0083967555f6c659dfaacc32d851a9485c9f6f4b4cf257742ae3ffba8c14708c75f1a5520e9d132ea9e21d6eb65aba492eec481e8492af8b798c5d1

Loading…
Cancel
Save