update to 0.2.5
This commit is contained in:
parent
2b3a5ae98c
commit
5c579d7f82
@ -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
BIN
sigdump-0.2.5.gem
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user