Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
5f723d5262 WordPress 6.4.2 Maintenance & Security Release
(cherry picked from commit a4d1623c1c)
2024-07-02 11:34:29 +02:00
c0a4d1e025 v6.5.4
(cherry picked from commit 7221613009)
2024-06-06 07:56:22 +02:00
b20a7a812a WordPress 6.5.3 Maintenance Release
(cherry picked from commit b5c588fb58)
2024-05-13 12:02:41 +02:00
6c0019e12c WordPress 6.5.2 Maintenance and Security Release
(cherry picked from commit 520812b8dd)
2024-04-10 15:23:50 +02:00
ca2bf93974 WordPress 6.5 “Regina”
(cherry picked from commit 2531810fe4)
2024-04-03 08:13:44 +02:00
9867f65bea WordPress 6.4.3 Maintenance & Security Release
(cherry picked from commit b32b47631a)
2024-02-01 08:31:17 +01:00
2 changed files with 22 additions and 17 deletions

View file

@ -1 +1 @@
SHA512 (wordpress-6.4.2.tar.gz) = 05f23101169d9340000121569b0b1676acc5f144e6e5f1fc320f41e3f57899b39c065049b3cf43fe278248cf51f7102853afa8673ba1be503f5a1016c593db68
SHA512 (wordpress-6.5.5.tar.gz) = 34b401f6abf08d654188906117c54e962e22fb1e8abcfec2a191d761d5719b4cfe7c33d33f6da786b3e6a04e50622429d5d7c9f9b8baec0bd08430b1f4435ff7

View file

@ -8,12 +8,7 @@
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
%global wp_content %{_datadir}/wordpress/wp-content
%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8
%global with_nginx 1
%else
%global with_nginx 0
%endif
%global upstream_version 6.4.2
%global upstream_version 6.5.5
#global upstream_prever RC5
#global upstream_lower rc5
@ -65,16 +60,12 @@ BuildRequires: php-cli
BuildRequires: php-patchwork-jsqueeze
BuildRequires: php(language) >= 7.2
%if %{with_nginx}
Requires: webserver
Requires: php(httpd)
Suggests: httpd
# For directory ownership
Requires: httpd-filesystem
Requires: nginx-filesystem
%else
Requires: php
%endif
Requires: php(language) >= 7.2
Requires: php-sodium
Requires: php-ctype
@ -110,9 +101,9 @@ Requires: ca-certificates
# grep "SIMPLEPIE_VERSION'" wordpress/wp-includes/class-simplepie.php
Provides: bundled(php-simplepie) = 1.5.8
# grep ' VERSION ' wordpress/wp-includes/ID3/getid3.php
Provides: bundled(php-getid3) = 1.9.22
Provides: bundled(php-getid3) = 1.9.23
# grep ' VERSION ' wordpress/wp-includes/PHPMailer/PHPMailer.php
Provides: bundled(php-phpmailer) = 6.8.1
Provides: bundled(php-phpmailer) = 6.9.1
Provides: wordpress-mu = %{version}-%{release}
Obsoletes: wordpress-mu < 2.9.3
@ -195,9 +186,7 @@ grep ' VERSION ' wp-includes/PHPMailer/PHPMailer.php
# Apache configuration
install -m 0644 -D -p %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/wordpress.conf
%if %{with_nginx}
install -m 0644 -D -p %{SOURCE4} ${RPM_BUILD_ROOT}%{_sysconfdir}/nginx/default.d/wordpress.conf
%endif
# Application
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/wordpress
@ -239,9 +228,7 @@ end
%files
%config(noreplace) %{_sysconfdir}/httpd/conf.d/wordpress.conf
%if %{with_nginx}
%config(noreplace) %{_sysconfdir}/nginx/default.d/wordpress.conf
%endif
%dir %{_datadir}/wordpress
%{_datadir}/wordpress/wp-admin
%{_datadir}/wordpress/wp-includes
@ -266,6 +253,24 @@ end
%changelog
* Tue Jul 2 2024 Remi Collet <remi@remirepo.net> - 6.5.5-1
- WordPress 6.4.2 Maintenance & Security Release
* Thu Jun 6 2024 Remi Collet <remi@remirepo.net> - 6.5.4-1
- WordPress 6.5.4 Maintenance Release
* Mon May 13 2024 Remi Collet <remi@remirepo.net> - 6.5.3-1
- WordPress 6.5.3 Maintenance Release
* Wed Apr 10 2024 Remi Collet <remi@remirepo.net> - 6.5.2-1
- WordPress 6.5.2 Maintenance and Security Release
* Wed Apr 3 2024 Remi Collet <remi@remirepo.net> - 6.5-1
- WordPress 6.5 “Regina”
* Thu Feb 1 2024 Remi Collet <remi@remirepo.net> - 6.4.3-1
- WordPress 6.4.3 Maintenance & Security Release
* Thu Dec 7 2023 Remi Collet <remi@remirepo.net> - 6.4.2-1
- WordPress 6.4.2 Maintenance & Security Release