diff --git a/jquery-3.6.0.tar.gz b/jquery-3.6.0.tar.gz deleted file mode 100644 index 83d1399..0000000 Binary files a/jquery-3.6.0.tar.gz and /dev/null differ diff --git a/jquery-3.7.1.tar.gz b/jquery-3.7.1.tar.gz new file mode 100644 index 0000000..42cca6f Binary files /dev/null and b/jquery-3.7.1.tar.gz differ diff --git a/jquery_3.6.0_node_modules.tar.gz b/jquery_3.7.1_node_modules.tar.gz similarity index 65% rename from jquery_3.6.0_node_modules.tar.gz rename to jquery_3.7.1_node_modules.tar.gz index 084986e..35af163 100644 Binary files a/jquery_3.6.0_node_modules.tar.gz and b/jquery_3.7.1_node_modules.tar.gz differ diff --git a/js-jquery-disable-gzip-js.patch b/js-jquery-disable-gzip-js.patch deleted file mode 100644 index a76ca1c..0000000 --- a/js-jquery-disable-gzip-js.patch +++ /dev/null @@ -1,29 +0,0 @@ -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 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 - diff --git a/js-jquery.spec b/js-jquery.spec index 21e85cc..532bf1f 100644 --- a/js-jquery.spec +++ b/js-jquery.spec @@ -1,5 +1,5 @@ Name: js-jquery -Version: 3.6.0 +Version: 3.7.1 Release: 1 Summary: JavaScript DOM manipulation, event handling, and AJAX library BuildArch: noarch @@ -12,7 +12,6 @@ Source0: https://github.com/jquery/jquery/archive/%{version}/jquery- #Created by ./generate-source.sh Source1: jquery_%{version}_node_modules.tar.gz Source2: generate-source.sh -Patch1: %{name}-disable-gzip-js.patch BuildRequires: web-assets-devel nodejs-packaging Provides: jquery = %{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 %changelog +* Fri Oct 27 2023 Ge Wang - 3.7.1-1 +- update to 3.7.1 + * Mon Jul 4 2022 liyanan - 3.6.0-1 - update to 3.6.0