WordPress 4.9.4 Maintenance Release
(cherry picked from commit 74877a4e71)
This commit is contained in:
parent
3d0b397f00
commit
c2ef7c643d
4 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
clog
|
||||
/wordpress-*.tar.gz
|
||||
/wordpress-4.9.2-strip.tar.xz
|
||||
/wordpress-4.9.4-strip.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wordpress-4.9.2-strip.tar.xz) = a61f292f1721a7fbf78d510b75831a2e842c67600b2625b8ef6bf1b282efecabb8615175a67b71af9636a778515c3c48b521096a3e962fef11e71b1a1d4d6a7b
|
||||
SHA512 (wordpress-4.9.4-strip.tar.xz) = 11be065f84087a41303fc4afa77426fc722a4baba3099b7d2c4998476c64bc9d6c5142a1143f75051f36b55f884fc30a8bc71135afab67dc38a7dcc845d5cf68
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@ Reviewed-by: Craig Small <csmall@debian.org>
|
|||
Last-Update: 2017-12-09
|
||||
--- a/wp-includes/script-loader.php
|
||||
+++ b/wp-includes/script-loader.php
|
||||
@@ -467,7 +467,6 @@
|
||||
@@ -461,7 +461,6 @@
|
||||
|
||||
$scripts->add( 'wp-codemirror', '/wp-includes/js/codemirror/codemirror.min.js', array(), '5.29.1-alpha-ee20357' );
|
||||
$scripts->add( 'csslint', '/wp-includes/js/codemirror/csslint.js', array(), '1.0.5' );
|
||||
- $scripts->add( 'jshint', '/wp-includes/js/codemirror/jshint.js', array(), '2.9.5' );
|
||||
- $scripts->add( 'jshint', '/wp-includes/js/codemirror/jshint.js', array(), '2.9.5.999' );
|
||||
$scripts->add( 'jsonlint', '/wp-includes/js/codemirror/jsonlint.js', array(), '1.6.2' );
|
||||
$scripts->add( 'htmlhint', '/wp-includes/js/codemirror/htmlhint.js', array(), '0.9.14-xwp' );
|
||||
$scripts->add( 'htmlhint-kses', '/wp-includes/js/codemirror/htmlhint-kses.js', array( 'htmlhint' ) );
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
Summary: Blog tool and publishing platform
|
||||
URL: http://www.wordpress.org
|
||||
Name: wordpress
|
||||
Version: 4.9.2
|
||||
Version: 4.9.4
|
||||
Group: Applications/Publishing
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
|
|
@ -60,7 +60,7 @@ Patch6: wordpress-4.9-noupdate.patch
|
|||
# Use system libraries
|
||||
Patch7: wordpress-4.4-systemlibs.patch
|
||||
# Debian patch for jshint
|
||||
Patch8: wordpress-4.9-remove-jshint-refs.patch
|
||||
Patch8: wordpress-4.9.4-remove-jshint-refs.patch
|
||||
|
||||
|
||||
BuildArch: noarch
|
||||
|
|
@ -276,6 +276,9 @@ find ${RPM_BUILD_ROOT} \( -name \*.dolly -o -name \*.rhbz522897 -o -name \*.orig
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 7 2018 Remi Collet <remi@remirepo.net> - 4.9.4-1
|
||||
- WordPress 4.9.4 Maintenance Release
|
||||
|
||||
* Wed Jan 17 2018 Remi Collet <remi@remirepo.net> - 4.9.2-1
|
||||
- WordPress 4.9.2 Security and Maintenance Release
|
||||
- drop non-free jshint.js file #1528765
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue