diff --git a/bootsnap-1.18.4.gem b/bootsnap-1.18.4.gem deleted file mode 100644 index 0541602c962c61d516d6a621b7ecb4c9abdf1e27..0000000000000000000000000000000000000000 Binary files a/bootsnap-1.18.4.gem and /dev/null differ diff --git a/bootsnap-1.18.5.gem b/bootsnap-1.18.5.gem new file mode 100644 index 0000000000000000000000000000000000000000..2ea2a09689cb5a3f957da2a214b498aff30ad6b2 Binary files /dev/null and b/bootsnap-1.18.5.gem differ diff --git a/rubygem-bootsnap.spec b/rubygem-bootsnap.spec index 98d8e0f54295417d853e18d0571ecd1e114a2b40..0b55407f8ba88455f6aa4d8c14c71bb22dff7828 100644 --- a/rubygem-bootsnap.spec +++ b/rubygem-bootsnap.spec @@ -1,6 +1,6 @@ %global gem_name bootsnap Name: rubygem-%{gem_name} -Version: 1.18.4 +Version: 1.18.5 Release: 1 Summary: Boot large ruby/rails apps faster License: MIT @@ -8,7 +8,7 @@ URL: https://github.com/Shopify/bootsnap Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem # git clone http://github.com/Shopify/bootsnap.git --no-checkout # cd bootsnap && git archive -v -o bootsnap-1.18.4-tests.txz v1.18.4 test/ -Source1: %{gem_name}-%{version}-tests.txz +# Source1: %{gem_name}-%{version}-tests.txz BuildRequires: ruby(release) rubygems-devel ruby-devel >= 2.0.0 rubygem(minitest) BuildRequires: rubygem(mocha) rubygem(msgpack) gcc BuildRequires: rubygem(bundler) @@ -25,7 +25,7 @@ BuildArch: noarch Documentation for %{name}. %prep -%setup -q -n %{gem_name}-%{version} -b 1 +%setup -q -n %{gem_name}-%{version} sed -i -e "/^\s*\$CFLAGS / s/^/#/g" \ ext/bootsnap/extconf.rb @@ -77,6 +77,9 @@ popd %doc %{gem_instdir}/README.md %changelog +* Fri Aug 22 2025 openeuler_bot - 1.18.5-1 +- update rubygem-bootsnap to 1.18.5 + * Thu Sep 26 2024 wangkai <13474090681@163.com> - 1.18.4-1 - Update to 1.18.4 @@ -96,4 +99,4 @@ popd - fix build fail * Tue Aug 18 2020 wanglin - 1.3.2-1 -- package init +- package init \ No newline at end of file