update to 3.6.0

This commit is contained in:
lyn1001 2022-07-04 15:03:44 +08:00
parent c2f3d39274
commit 6d4223bfdb
5 changed files with 21 additions and 4 deletions

Binary file not shown.

BIN
jquery-3.6.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,8 +1,20 @@
From da2978fde58fb84175ae0b9b7a83c963430a7747 Mon Sep 17 00:00:00 2001
From: Stephen Gallagher <sgallagh@redhat.com>
Date: Mon, 13 Apr 2020 14:04:00 -0400
Subject: [PATCH] Disable gzip-js
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
---
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

View File

@ -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 <liyanan32@h-partners.com> - 3.6.0-1
- update to 3.6.0
* Wed Sep 2 2020 zhanghua <zhanghua40@huawei.com> - 3.5.0-1
- update to 3.5.0