!3 Package upgrade

From: @lyn1001 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-07-04 07:53:02 +00:00 committed by Gitee
commit ee2cb066d2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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 diff --git a/Gruntfile.js b/Gruntfile.js
index 486a0f3..5ff8cde 100644 index 486a0f303932734b868b065d3c7b99a36002fac5..5ff8cdec4810d0cdf2180da2f4432020f91e6b10 100644
--- a/Gruntfile.js --- a/Gruntfile.js
+++ b/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" ), var fs = require( "fs" ),
@ -10,6 +22,8 @@ index 486a0f3..5ff8cde 100644
isTravis = process.env.TRAVIS, isTravis = process.env.TRAVIS,
travisBrowsers = process.env.BROWSERS && process.env.BROWSERS.split( "," ); 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 Name: js-jquery
Version: 3.5.0 Version: 3.6.0
Release: 1 Release: 1
Summary: JavaScript DOM manipulation, event handling, and AJAX library Summary: JavaScript DOM manipulation, event handling, and AJAX library
BuildArch: noarch BuildArch: noarch
@ -55,6 +55,9 @@ ln -s %{version} %{installdir}/%{ver_x}.%{ver_y}
%doc AUTHORS.txt CONTRIBUTING.md LICENSE.txt README.md %doc AUTHORS.txt CONTRIBUTING.md LICENSE.txt README.md
%changelog %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 * Wed Sep 2 2020 zhanghua <zhanghua40@huawei.com> - 3.5.0-1
- update to 3.5.0 - update to 3.5.0