WordPress 5.0 “Bebo”

This commit is contained in:
Remi Collet 2018-12-12 14:14:59 +01:00
commit eb44a44fec
5 changed files with 14 additions and 13 deletions

1
.gitignore vendored
View file

@ -6,3 +6,4 @@ clog
/wordpress-4.9.6-strip.tar.xz
/wordpress-4.9.7-strip.tar.xz
/wordpress-4.9.8-strip.tar.xz
/wordpress-5.0-strip.tar.xz

View file

@ -1 +1 @@
SHA512 (wordpress-4.9.8-strip.tar.xz) = 33d2def5b02f56ebed873d99887d6d0185421ac64b6fc25dd2cd2f8671fb182c982a63f4c8701e8f8a9952370b58f622325eaf7ec33611bd1c5d959762a28ca9
SHA512 (wordpress-5.0-strip.tar.xz) = ca9e61767893bb8e11969afc9da9ec37a22d1361af9eaa00ad3a33060b8beccde5393e399fca4e641f2fbd209d458777857f413505d8d36f0501ac41484e182c

View file

@ -10,7 +10,7 @@ dest=wordpress-$1-strip.tar.xz
if [ ! -f $srce ]; then
echo Download...
wget http://wordpress.org/$srce || exit 1
wget https://wordpress.org/$srce || exit 1
fi
if [ ! -f $dest ]; then

View file

@ -1,6 +1,6 @@
diff -up wordpress/wp-content/plugins/hello.php.dolly wordpress/wp-content/plugins/hello.php
--- wordpress/wp-content/plugins/hello.php.dolly 2018-04-04 08:17:16.113486189 +0200
+++ wordpress/wp-content/plugins/hello.php 2018-04-04 08:17:34.599563913 +0200
diff -up ./wp-content/plugins/hello.php.dolly ./wp-content/plugins/hello.php
--- ./wp-content/plugins/hello.php.dolly 2018-11-16 00:38:48.000000000 +0100
+++ ./wp-content/plugins/hello.php 2018-12-12 13:54:41.867980830 +0100
@@ -6,41 +6,26 @@
/*
Plugin Name: Hello Dolly
@ -8,7 +8,7 @@ diff -up wordpress/wp-content/plugins/hello.php.dolly wordpress/wp-content/plugi
-Description: This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.
+Description: This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Richard M. Stallman: Free Software. When activated you will randomly see a lyric from the <cite>Free Software Song</cite> in the upper right of your admin screen on every page.
Author: Matt Mullenweg
Version: 1.7
Version: 1.7.1
Author URI: http://ma.tt/
*/

View file

@ -19,7 +19,7 @@
Summary: Blog tool and publishing platform
URL: http://www.wordpress.org
Name: wordpress
Version: 4.9.8
Version: 5.0
Group: Applications/Publishing
Release: 1%{?dist}
License: GPLv2
@ -90,29 +90,26 @@ Requires: php-date
Requires: php-dom
Requires: php-exif
Requires: php-fileinfo
Requires: php-ftp
Requires: php-gd
Requires: php-gettext
Requires: php-hash
Requires: php-iconv
Requires: php-intl
Requires: php-json
Requires: php-libxml
Requires: php-mbstring
Requires: php-openssl
Requires: php-pcre
Requires: php-posix
Requires: php-simplexml
Requires: php-sockets
Requires: php-spl
Requires: php-tokenizer
Requires: php-xml
Requires: php-xmlreader
Requires: php-zip
Requires: php-zlib
# Unbundled libraries
Requires: php-PHPMailer
Requires: httpd
# ca-certificates (excepted on EL-5)
Requires: %{_sysconfdir}/pki/tls/certs/ca-bundle.crt
Requires: ca-certificates
Provides: wordpress-mu = %{version}-%{release}
Obsoletes: wordpress-mu < 2.9.3
@ -276,6 +273,9 @@ find ${RPM_BUILD_ROOT} \( -name \*.dolly -o -name \*.rhbz522897 -o -name \*.orig
%changelog
* Wed Dec 12 2018 Remi Collet <remi@remirepo.net> - 5.0-1
- WordPress 5.0 “Bebo”
* Fri Aug 03 2018 Kevin Fenzi <kevin@scrye.com> - 4.9.8-1
- Update to 4.9.8. Fixes bug #1611877