diff --git a/rubygem-sigdump.spec b/rubygem-sigdump.spec index f09b432..0127d83 100644 --- a/rubygem-sigdump.spec +++ b/rubygem-sigdump.spec @@ -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 +* Thu Jul 13 2023 liyanan - 0.2.5-1 +- Update to 0.2.5 + +* Fri Jul 30 2021 Ruby_Bot - 0.2.4-1 - Package Spec generated diff --git a/sigdump-0.2.4.gem b/sigdump-0.2.4.gem deleted file mode 100644 index b486444..0000000 Binary files a/sigdump-0.2.4.gem and /dev/null differ diff --git a/sigdump-0.2.5.gem b/sigdump-0.2.5.gem new file mode 100644 index 0000000..4050af5 Binary files /dev/null and b/sigdump-0.2.5.gem differ