diff --git a/jquery-3.5.0.tar.gz b/jquery-3.5.0.tar.gz deleted file mode 100644 index 6167613..0000000 Binary files a/jquery-3.5.0.tar.gz and /dev/null differ diff --git a/jquery-3.6.0.tar.gz b/jquery-3.6.0.tar.gz new file mode 100644 index 0000000..83d1399 Binary files /dev/null and b/jquery-3.6.0.tar.gz differ diff --git a/jquery_3.5.0_node_modules.tar.gz b/jquery_3.6.0_node_modules.tar.gz similarity index 65% rename from jquery_3.5.0_node_modules.tar.gz rename to jquery_3.6.0_node_modules.tar.gz index 7f18087..084986e 100644 Binary files a/jquery_3.5.0_node_modules.tar.gz and b/jquery_3.6.0_node_modules.tar.gz differ diff --git a/js-jquery-disable-gzip-js.patch b/js-jquery-disable-gzip-js.patch index e3c7231..a76ca1c 100644 --- a/js-jquery-disable-gzip-js.patch +++ b/js-jquery-disable-gzip-js.patch @@ -1,8 +1,20 @@ +From da2978fde58fb84175ae0b9b7a83c963430a7747 Mon Sep 17 00:00:00 2001 +From: Stephen Gallagher +Date: Mon, 13 Apr 2020 14:04:00 -0400 +Subject: [PATCH] Disable gzip-js + +Signed-off-by: Stephen Gallagher +--- + Gruntfile.js | 1 - + 1 file changed, 1 deletion(-) + diff --git a/Gruntfile.js b/Gruntfile.js -index 486a0f3..5ff8cde 100644 +index 486a0f303932734b868b065d3c7b99a36002fac5..5ff8cdec4810d0cdf2180da2f4432020f91e6b10 100644 --- a/Gruntfile.js +++ b/Gruntfile.js -@@ -13,7 +13,6 @@ module.exports = function( grunt ) { +@@ -11,11 +11,10 @@ module.exports = function( grunt ) { + } catch ( e ) {} + return data; } var fs = require( "fs" ), @@ -10,6 +22,8 @@ index 486a0f3..5ff8cde 100644 isTravis = process.env.TRAVIS, travisBrowsers = process.env.BROWSERS && process.env.BROWSERS.split( "," ); + if ( !grunt.option( "filename" ) ) { + grunt.option( "filename", "jquery.js" ); -- -2.23.0 +2.26.0 diff --git a/js-jquery.spec b/js-jquery.spec index acb910f..21e85cc 100644 --- a/js-jquery.spec +++ b/js-jquery.spec @@ -1,5 +1,5 @@ Name: js-jquery -Version: 3.5.0 +Version: 3.6.0 Release: 1 Summary: JavaScript DOM manipulation, event handling, and AJAX library BuildArch: noarch @@ -55,6 +55,9 @@ ln -s %{version} %{installdir}/%{ver_x}.%{ver_y} %doc AUTHORS.txt CONTRIBUTING.md LICENSE.txt README.md %changelog +* Mon Jul 4 2022 liyanan - 3.6.0-1 +- update to 3.6.0 + * Wed Sep 2 2020 zhanghua - 3.5.0-1 - update to 3.5.0