WordPress 6.8 “Cecil”

(cherry picked from commit 9407053f37)
This commit is contained in:
Remi Collet 2025-04-16 08:31:41 +02:00
commit 47dd993eca
3 changed files with 12 additions and 8 deletions

View file

@ -1 +1 @@
SHA512 (wordpress-6.7.2.tar.gz) = a07db3c7e8989dc20496953c68f9772154d5b5bad0cec7c03466bbb6c84eb1f758859e5bbe3e1b27f770d86624006034d75c8c4ee1e1ea622887846bf56da1ca
SHA512 (wordpress-6.8.tar.gz) = 9698277873810c54003b964a686fc3b88c387495f9b3112a8c27df92d322893fab0695ddc25eb3014a0fa96da805932b4f4a64f1f5ebd25508fa25c61f4d5be3

View file

@ -1,7 +1,7 @@
diff -up wordpress/wp-content/plugins/hello.php.dolly wordpress/wp-content/plugins/hello.php
--- wordpress/wp-content/plugins/hello.php.dolly 2019-03-28 15:09:05.874797878 +0100
+++ wordpress/wp-content/plugins/hello.php 2019-03-28 15:10:15.892164549 +0100
@@ -6,41 +6,26 @@
--- wordpress/wp-content/plugins/hello.php.dolly 2025-04-16 08:21:31.710644174 +0200
+++ wordpress/wp-content/plugins/hello.php 2025-04-16 08:23:15.011000365 +0200
@@ -6,7 +6,7 @@
/*
Plugin Name: Hello Dolly
Plugin URI: http://wordpress.org/plugins/hello-dolly/
@ -10,7 +10,8 @@ diff -up wordpress/wp-content/plugins/hello.php.dolly wordpress/wp-content/plugi
Author: Matt Mullenweg
Version: 1.7.2
Author URI: http://ma.tt/
*/
@@ -18,34 +18,19 @@ if ( ! defined( 'ABSPATH' ) ) {
}
function hello_dolly_get_lyric() {
- /** These are the lyrics to Hello Dolly */

View file

@ -7,7 +7,7 @@
#
%global wp_content %{_datadir}/wordpress/wp-content
%global upstream_version 6.7.2
%global upstream_version 6.8
#global upstream_prever RC5
#global upstream_lower rc5
@ -32,7 +32,7 @@ Source5: wordpress-minify.php
# Patch out copyrighted text of Hello, Dolly
# (and replace it with Free Software Song)
Patch0: wordpress-5.2-hello.patch
Patch0: wordpress-6.8-hello.patch
# Drop swfupload: not built from source, not reasonably possible to do
Patch2: wordpress-6.4-no_swfupload.patch
# Adjust tinymce's media plugin not to use its SWF plugin. This changes
@ -102,7 +102,7 @@ Provides: bundled(php-simplepie) = 1.8.0
# grep ' VERSION ' wordpress/wp-includes/ID3/getid3.php
Provides: bundled(php-getid3) = 1.9.23
# grep ' VERSION ' wordpress/wp-includes/PHPMailer/PHPMailer.php
Provides: bundled(php-phpmailer) = 6.9.2
Provides: bundled(php-phpmailer) = 6.9.3
Provides: wordpress-mu = %{version}-%{release}
Obsoletes: wordpress-mu < 2.9.3
@ -252,6 +252,9 @@ end
%changelog
* Wed Apr 16 2025 Remi Collet <remi@remirepo.net> - 6.8-1
- WordPress 6.8 “Cecil”
* Wed Feb 12 2025 Remi Collet <remi@remirepo.net> - 6.7.2-1
- WordPress 6.7.2 Maintenance Release