update to version 3.7.1

This commit is contained in:
wang--ge 2023-10-27 10:51:50 +08:00
parent ee2cb066d2
commit 817052d3c6
5 changed files with 4 additions and 31 deletions

Binary file not shown.

BIN
jquery-3.7.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,29 +0,0 @@
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 486a0f303932734b868b065d3c7b99a36002fac5..5ff8cdec4810d0cdf2180da2f4432020f91e6b10 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -11,11 +11,10 @@ module.exports = function( grunt ) {
} catch ( e ) {}
return data;
}
var fs = require( "fs" ),
- gzip = require( "gzip-js" ),
isTravis = process.env.TRAVIS,
travisBrowsers = process.env.BROWSERS && process.env.BROWSERS.split( "," );
if ( !grunt.option( "filename" ) ) {
grunt.option( "filename", "jquery.js" );
--
2.26.0

View File

@ -1,5 +1,5 @@
Name: js-jquery Name: js-jquery
Version: 3.6.0 Version: 3.7.1
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
@ -12,7 +12,6 @@ Source0: https://github.com/jquery/jquery/archive/%{version}/jquery-
#Created by ./generate-source.sh <version> #Created by ./generate-source.sh <version>
Source1: jquery_%{version}_node_modules.tar.gz Source1: jquery_%{version}_node_modules.tar.gz
Source2: generate-source.sh Source2: generate-source.sh
Patch1: %{name}-disable-gzip-js.patch
BuildRequires: web-assets-devel nodejs-packaging BuildRequires: web-assets-devel nodejs-packaging
Provides: jquery = %{version}-%{release} Provides: jquery = %{version}-%{release}
Provides: %{name}-static = %{version}-%{release} Provides: %{name}-static = %{version}-%{release}
@ -55,6 +54,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
* Fri Oct 27 2023 Ge Wang <wang__ge@126.com> - 3.7.1-1
- update to 3.7.1
* Mon Jul 4 2022 liyanan <liyanan32@h-partners.com> - 3.6.0-1 * Mon Jul 4 2022 liyanan <liyanan32@h-partners.com> - 3.6.0-1
- update to 3.6.0 - update to 3.6.0