diff --git a/childprocess-0.5.9.gem b/childprocess-0.5.9.gem deleted file mode 100644 index 229970527229ae3291b1a98c9ec5ac97f489d8cd..0000000000000000000000000000000000000000 Binary files a/childprocess-0.5.9.gem and /dev/null differ diff --git a/childprocess-0.6.0.gem b/childprocess-0.6.0.gem new file mode 100644 index 0000000000000000000000000000000000000000..77352dce49f29c45276ed4bb7fc6c11696e65084 Binary files /dev/null and b/childprocess-0.6.0.gem differ diff --git a/rubygem-childprocess.spec b/rubygem-childprocess.spec index cbd65f8a8d337954820914e1a4037ecee7da6839..d58d37c27ff2852dad426b2f5fcba91c1d9068de 100644 --- a/rubygem-childprocess.spec +++ b/rubygem-childprocess.spec @@ -1,8 +1,8 @@ %global gem_name childprocess Summary: A simple and reliable gem for controlling external programs Name: rubygem-%{gem_name} -Version: 0.5.9 -Release: 2 +Version: 0.6.0 +Release: 1 License: MIT URL: http://github.com/enkessler/childprocess Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem @@ -23,7 +23,7 @@ Documentation for %{name} %prep %setup -q -n %{gem_name}-%{version} -%patch1 -p1 +%patch 1 -p1 %build gem build ../%{gem_name}-%{version}.gemspec @@ -60,8 +60,12 @@ popd %doc %doc %{gem_docdir} %changelog +* Wed May 14 2025 openeuler_bot - 0.6.0-1 +Based on the provided changelog, there are no entries for version numbers 0.5.9 or 0.6.0. The earliest version mentioned in the changelog is 3.0.0. Therefore, I cannot provide the requested changes for versions 0.5.9 to 0.6.0. However, I can provide the changes for the earliest versions available: + + * Tue Feb 22 2022 chenchen - 0.5.9-2 - fix build error caused by upgrading to ruby3 * Tue Aug 18 2020 wanglin - 0.5.9-1 -- package init +- package init \ No newline at end of file