!3 update to 0.2.5
From: @lyn1001 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
86224c381b
@ -1,12 +1,12 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
%global gem_name sigdump
|
%global gem_name sigdump
|
||||||
Name: rubygem-sigdump
|
Name: rubygem-sigdump
|
||||||
Version: 0.2.4
|
Version: 0.2.5
|
||||||
Release: 1
|
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.
|
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
|
License: MIT
|
||||||
URL: https://github.com/frsyuki/sigdump
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: ruby rsync
|
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.
|
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
|
%prep
|
||||||
%autosetup -n sigdump-0.2.4
|
%autosetup -n sigdump-%{version}
|
||||||
gem spec %{SOURCE0} -l --ruby > sigdump.gemspec
|
gem spec %{SOURCE0} -l --ruby > sigdump.gemspec
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -71,5 +71,8 @@ mv %{buildroot}/filelist.lst .
|
|||||||
%{gem_docdir}/*
|
%{gem_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
- Package Spec generated
|
||||||
|
|||||||
Binary file not shown.
BIN
sigdump-0.2.5.gem
Normal file
BIN
sigdump-0.2.5.gem
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user