From 8701a68faabf04384223082d472ca95b4a8c9133 Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Thu, 30 Jun 2022 20:21:46 +0800 Subject: [PATCH] Package upgrade --- rubygem-actionpack.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec index 5b879ee..b8d561c 100644 --- a/rubygem-actionpack.spec +++ b/rubygem-actionpack.spec @@ -4,7 +4,7 @@ Name: rubygem-%{gem_name} Epoch: 1 Version: 6.1.4.1 -Release: 1 +Release: 2 Summary: Web-flow and rendering framework putting the VC in MVC (part of Rails) License: MIT URL: http://rubyonrails.org @@ -69,7 +69,6 @@ for tname in 'rendering a relative path with dot' 'rendering a relative path'; d test/controller/new_base/render_file_test.rb done -sed -i '/\s*"browserName" => "\S*"\s*$/ d' test/dispatch/system_testing/driver_test.rb find test -type f -name '*_test.rb' -print0 | \ sort -z | \ xargs -0 -n1 -i sh -c "echo '* Test file: {}'; ruby -Ilib:test -- '{}' || exit 255" @@ -90,6 +89,9 @@ popd %doc %{gem_instdir}/README.rdoc %changelog +* Thu Jun 30 2022 houyingchao - 1:6.1.4.1-2 +- Fix compilation failed + * Thu May 03 2022 wangkerong - 6.1.4.1-1 - Upgrade to 6.1.4.1 -- Gitee