Compare commits

..

3 Commits

Author SHA1 Message Date
Fabio Valentini b9822fe7b7
Update to version 1.4.1; Fixes RHBZ#2169065
2 years ago
Fabio Valentini 8d14ecc757
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits ab6e9b7aca
Rebuild
3 years ago

1
.gitignore vendored

@ -7,4 +7,3 @@
/signal-hook-registry-1.3.0.crate
/signal-hook-registry-1.4.0.crate
/signal-hook-registry-1.4.1.crate
/signal-hook-registry-1.4.2.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 24
# * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate signal-hook-registry
Name: rust-signal-hook-registry
Version: 1.4.2
Version: 1.4.1
Release: %autorelease
Summary: Backend crate for signal-hook
@ -15,7 +15,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/signal-hook-registry
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Backend crate for signal-hook.}
@ -50,7 +50,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

@ -1,4 +0,0 @@
[tests]
run = ["none"]
comments = ["tests can only be run in-tree"]

@ -1 +1 @@
SHA512 (signal-hook-registry-1.4.2.crate) = 16362d232b1d301007c069198d7716848aa73d898ef92e050422b36c09001b4334390dc95a6650e5315377fd8960d4336e5ae869b0a305e8525e977b8327c508
SHA512 (signal-hook-registry-1.4.1.crate) = e83acec2b0083967555f6c659dfaacc32d851a9485c9f6f4b4cf257742ae3ffba8c14708c75f1a5520e9d132ea9e21d6eb65aba492eec481e8492af8b798c5d1

Loading…
Cancel
Save