!3 update to 0.2.5

From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-07-13 09:13:24 +00:00 committed by Gitee
commit 86224c381b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

View File

@ -1,12 +1,12 @@
%global _empty_manifest_terminate_build 0
%global gem_name sigdump
Name: rubygem-sigdump
Version: 0.2.4
Version: 0.2.5
Release: 1
Summary: Setup signal handler which dumps backtrace of running threads and number of allocated objects per class. Require 'sigdump/setup', send SIGCONT, and see /tmp/sigdump-<pid>.log.
License: MIT
URL: https://github.com/frsyuki/sigdump
Source0: https://rubygems.org/gems/sigdump-0.2.4.gem
Source0: https://rubygems.org/gems/sigdump-%{version}.gem
BuildArch: noarch
BuildRequires: ruby rsync
@ -27,7 +27,7 @@ BuildArch: noarch
Setup signal handler which dumps backtrace of running threads and number of allocated objects per class. Require 'sigdump/setup', send SIGCONT, and see /tmp/sigdump-<pid>.log.
%prep
%autosetup -n sigdump-0.2.4
%autosetup -n sigdump-%{version}
gem spec %{SOURCE0} -l --ruby > sigdump.gemspec
%build
@ -71,5 +71,8 @@ mv %{buildroot}/filelist.lst .
%{gem_docdir}/*
%changelog
* Fri Jul 30 2021 Ruby_Bot <Ruby_Bot@openeuler.org>
* Thu Jul 13 2023 liyanan <thistleslyn@163.com> - 0.2.5-1
- Update to 0.2.5
* Fri Jul 30 2021 Ruby_Bot <Ruby_Bot@openeuler.org> - 0.2.4-1
- Package Spec generated

Binary file not shown.

BIN
sigdump-0.2.5.gem Normal file

Binary file not shown.