!11 Upgrade to 4.6.0

From: @starlet-dx 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-11-22 01:12:53 +00:00 committed by Gitee
commit 72de890cb7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
jquery-rails-4.6.0.gem Normal file

Binary file not shown.

View File

@ -3,14 +3,14 @@
%global jquery1_version 1.12.4 %global jquery1_version 1.12.4
%global jquery2_expect_version 2.2.4 %global jquery2_expect_version 2.2.4
%global jquery2_version 2.2.4 %global jquery2_version 2.2.4
%global jquery3_expect_version 3.5.1 %global jquery3_expect_version 3.7.0
%global jquery3_version 3.7.1 %global jquery3_version 3.7.1
#%%global unbundle_jquery1 1 #%%global unbundle_jquery1 1
#%%global unbundle_jquery2 1 #%%global unbundle_jquery2 1
%global unbundle_jquery3 1 %global unbundle_jquery3 1
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 4.4.0 Version: 4.6.0
Release: 2 Release: 1
Summary: Use jQuery with Rails 4+ Summary: Use jQuery with Rails 4+
License: MIT License: MIT
URL: https://github.com/rails/jquery-rails URL: https://github.com/rails/jquery-rails
@ -23,7 +23,7 @@ BuildRequires: ruby(release) rubygems-devel ruby web-assets-devel
%{?unbundle_jquery2:BuildRequires: jquery = %{jquery2_version}} %{?unbundle_jquery2:BuildRequires: jquery = %{jquery2_version}}
%{?unbundle_jquery3:BuildRequires: jquery = %{jquery3_version}} %{?unbundle_jquery3:BuildRequires: jquery = %{jquery3_version}}
BuildRequires: rubygem(activesupport) rubygem(nokogiri) rubygem(rails-dom-testing) BuildRequires: rubygem(activesupport) rubygem(nokogiri) rubygem(rails-dom-testing)
Provides: bundled(jquery-usj) = 1.2.2 Provides: bundled(jquery-usj) = 1.2.3
%{!?unbundle_jquery1:Provides: bundled(js-jquery) = %{jquery1_version}} %{!?unbundle_jquery1:Provides: bundled(js-jquery) = %{jquery1_version}}
%{!?unbundle_jquery2:Provides: bundled(js-jquery) = %{jquery2_version}} %{!?unbundle_jquery2:Provides: bundled(js-jquery) = %{jquery2_version}}
%{!?unbundle_jquery3:Provides: bundled(js-jquery) = %{jquery3_version}} %{!?unbundle_jquery3:Provides: bundled(js-jquery) = %{jquery3_version}}
@ -100,6 +100,9 @@ popd
%{gem_instdir}/test %{gem_instdir}/test
%changelog %changelog
* Tue Nov 21 2023 yaoxin <yao_xin001@hoperun.com> - 4.6.0-1
- Upgrade to 4.6.0
* Fri Oct 27 2023 Ge Wang <wang__ge@126.com> - 4.4.0-2 * Fri Oct 27 2023 Ge Wang <wang__ge@126.com> - 4.4.0-2
- change jquery version due to js-jquery updated - change jquery version due to js-jquery updated