diff --git a/activesupport-5.2.4.4.gem b/activesupport-5.2.4.4.gem deleted file mode 100644 index 3df172640a4ead9c85b58ab1f9dd24b502cb3e3b..0000000000000000000000000000000000000000 Binary files a/activesupport-5.2.4.4.gem and /dev/null differ diff --git a/activesupport-6.1.4.1-tests.txz b/activesupport-6.1.4.1-tests.txz new file mode 100644 index 0000000000000000000000000000000000000000..95d5b632d44b01f72146c49e8b76e57e4635207e Binary files /dev/null and b/activesupport-6.1.4.1-tests.txz differ diff --git a/activesupport-6.1.4.1.gem b/activesupport-6.1.4.1.gem new file mode 100644 index 0000000000000000000000000000000000000000..480339c9be7c55f1f69dee62add50a5d4fb92a71 Binary files /dev/null and b/activesupport-6.1.4.1.gem differ diff --git a/rails-6.1.4.1-tools.txz b/rails-6.1.4.1-tools.txz new file mode 100644 index 0000000000000000000000000000000000000000..2a295780575dec0533adacc500837f9b5da9206a Binary files /dev/null and b/rails-6.1.4.1-tools.txz differ diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec index ff467a18fc9ed714c7054cddca82117aa72f716a..d30fd7eb55512b90c685d37a3b8cbccc7020b9e2 100644 --- a/rubygem-activesupport.spec +++ b/rubygem-activesupport.spec @@ -1,19 +1,19 @@ -%bcond_with bootstrap %global gem_name activesupport Name: rubygem-%{gem_name} -Epoch: 2 -Version: 5.2.4.4 +Epoch: 1 +Version: 6.1.4.1 Release: 1 Summary: A support libraries and Ruby core extensions extracted from the Rails framework License: MIT URL: http://rubyonrails.org -Source0: https://rubygems.org/gems/activesupport-5.2.4.4.gem -Source1: https://github.com/rails/rails/archive/v5.2.4.4.tar.gz +Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem +Source1: %{gem_name}-%{version}-tests.txz +Source2: rails-%{version}-tools.txz Requires: rubygem(bigdecimal) rubygem(json) BuildRequires: ruby(release) rubygems-devel ruby >= 2.2.2 rubygem(bigdecimal) rubygem(builder) BuildRequires: rubygem(concurrent-ruby) rubygem(connection_pool) rubygem(dalli) BuildRequires: (rubygem(i18n) >= 0.7 with rubygem(i18n) < 2) rubygem(minitest) >= 5.0.0 -BuildRequires: rubygem(rack) rubygem(tzinfo) >= 1.1 rubygem(listen) rubygem(redis) memcached +BuildRequires: rubygem(rack) rubygem(tzinfo) >= 2.0 rubygem(listen) rubygem(redis) memcached rubygem(rexml) BuildArch: noarch %description A toolkit of support libraries and Ruby core extensions extracted from the @@ -28,7 +28,7 @@ BuildArch: noarch Documentation for %{name}. %prep -%setup -q -n %{gem_name}-%{version} +%setup -q -n %{gem_name}-%{version} -b1 -b2 %build gem build ../%{gem_name}-%{version}.gemspec @@ -39,11 +39,10 @@ mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ -%if %{with bootstrap} %check pushd .%{gem_instdir} -tar xzvf %{SOURCE1} -cd rails-%{version}/%{gem_name} +ln -s %{_builddir}/tools .. +mv %{_builddir}/test . for f in \ test/evented_file_update_checker_test.rb \ test/cache/stores/redis_cache_store_test.rb # failed to require "redis/connection/hiredis" @@ -51,13 +50,14 @@ do mv $f{,.disable} done sed -i '/def test_iso8601_output_and_reparsing$/,/^ end$/ s/^/#/' test/core_ext/duration_test.rb +sed -i '/assert_nil mapped\[:b\]/ s/^/#/' test/core_ext/hash/transform_values_test.rb +sed -i '/require .bundler./ s/^/#/' test/abstract_unit.rb memcached & mPID=$! sleep 1 ruby -Ilib:test -e 'Dir.glob "./test/**/*_test.rb", &method(:require)' kill -15 $mPID popd -%endif %files %dir %{gem_instdir} @@ -72,6 +72,9 @@ popd %doc %{gem_instdir}/README.rdoc %changelog +* Wed Mar 02 2022 jiangxinyu - 6.1.4.1-1 +- update to 6.1.4.1 + * Mon Feb 8 2021 sunguoshuai - 5.2.4.4-1 - Upgrade to 5.2.4.4 diff --git a/v5.2.4.4.tar.gz b/v5.2.4.4.tar.gz deleted file mode 100644 index 6191daf33e0601a05f29c470eca8d428974f5e8e..0000000000000000000000000000000000000000 Binary files a/v5.2.4.4.tar.gz and /dev/null differ