From 5cfa3510923dc0cd136b09965d419dc2c27af2fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sep 02 2020 10:34:15 +0000 Subject: WordPress 5.5.1 Maintenance Release --- diff --git a/sources b/sources index efbd492..ab1bf0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wordpress-5.5.tar.gz) = 1fe7ba37023aef4dae01318be06672621454fba90ed4d881c7483573abc6e6e6ba1c0bce16dcc2f4a6b33fde2cd7710ac99827a0939a51f75917d78263a03865 +SHA512 (wordpress-5.5.1.tar.gz) = 11285e6e776756185814cde905986ce01f586d159fb06de5d16463cec544c8b3b85a695af51e9de71cbcd79f039ed8f6da233a8e82f5ee797d5124983b6ff0d3 diff --git a/wordpress.spec b/wordpress.spec index c4b38d6..e439cab 100644 --- a/wordpress.spec +++ b/wordpress.spec @@ -13,12 +13,7 @@ %else %global with_nginx 0 %endif -%if 0%{?fedora} >= 28 || 0%{?rhel} >= 8 -%global clean_compat 1 -%else -%global clean_compat 0 -%endif -%global upstream_version 5.5 +%global upstream_version 5.5.1 #global upstream_prever RC5 #global upstream_lower rc5 @@ -69,11 +64,7 @@ Patch8: wordpress-5.1-remove-jshint-refs.patch BuildArch: noarch BuildRequires: php-cli BuildRequires: php-patchwork-jsqueeze -%if %{clean_compat} BuildRequires: php(language) >= 7.2 -%else -BuildRequires: php(language) >= 5.6.20 -%endif %if %{with_nginx} Requires: webserver @@ -85,12 +76,8 @@ Requires: nginx-filesystem %else Requires: php %endif -%if %{clean_compat} Requires: php(language) >= 7.2 Requires: php-sodium -%else -Requires: php(language) >= 5.6.20 -%endif Requires: php-simplepie >= 1.3.1 Requires: php-getid3 Requires: php-ctype @@ -142,12 +129,10 @@ rm -rf wp-includes/js/swfupload # remove .htaccess, protected by httpd config file rm wp-content/plugins/akismet/.htaccess -%if %{clean_compat} # only for PHP < 7.0 without random_int rm -rf wp-includes/random_compat # only for PHP < 7.2 without sodium_crypto_box rm -rf wp-includes/sodium_compat -%endif %patch0 -p1 -b .dolly #patch1 -p1 -b .rhbz522897 @@ -293,6 +278,9 @@ find ${RPM_BUILD_ROOT} \( -name \*.dolly -o -name \*.rhbz522897 -o -name \*.orig %changelog +* Wed Sep 2 2020 Remi Collet - 5.5.1-1 +- WordPress 5.5.1 Maintenance Release + * Wed Aug 12 2020 Remi Collet - 5.5-1 - WordPress 5.5 “Eckstine” - requires php-phpmailer6 instead of old php-PHPMailer