diff options
Diffstat (limited to 'php.spec')
| -rw-r--r-- | php.spec | 40 |
1 files changed, 23 insertions, 17 deletions
@@ -49,17 +49,10 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%ifarch aarch64 -%global oraclever 19.25 -%global oraclemax 20 -%global oraclelib 19.1 -%global oracledir 19.25 -%else -%global oraclever 23.6 +%global oraclever 23.8 %global oraclemax 24 %global oraclelib 23.1 %global oracledir 23 -%endif # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests %bcond_without lsws @@ -135,13 +128,13 @@ #global gh_date 20220530 %global gh_owner php %global gh_project php-src -%global upver 8.2.27 +%global upver 8.2.29 #global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -210,6 +203,10 @@ Patch91: php-7.2.0-oci8conf.patch # Fixes for tests (300+) # Factory is droped from system tzdata Patch300: php-7.4.0-datetests.patch +# for pcre2 10.45 (F42) +Patch301: php-8.2.28-pcretests.patch +# for zlib-ng +Patch302: php-8.2.28-zlibtests.patch # WIP @@ -647,14 +644,7 @@ License. Summary: A module for PHP applications that use OCI8 databases # All files licensed under PHP version 3.01 License: PHP-3.01 -%ifarch aarch64 -BuildRequires: oracle-instantclient%{oraclever}-devel -# Should requires libclntsh.so.19.1()(aarch-64), but it's not provided by Oracle RPM. -Requires: libclntsh.so.%{oraclelib} -AutoReq: 0 -%else BuildRequires: (oracle-instantclient-devel >= %{oraclever} with oracle-instantclient-devel < %{oraclemax}) -%endif Requires: %{?scl_prefix}php-pdo%{?_isa} = %{version}-%{release} Provides: %{?scl_prefix}php_database Provides: %{?scl_prefix}php-pdo_oci @@ -742,7 +732,11 @@ License: PHP-3.01 and MIT %endif Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} %if %{with libgd} +%if 0%{?rhel} +BuildRequires: gd3php-devel >= 2.3.3 +%else BuildRequires: pkgconfig(gdlib) >= 2.3.3 +%endif %else # Required to build the bundled GD library BuildRequires: pkgconfig(zlib) @@ -996,6 +990,8 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in # Fixes for tests %patch -P300 -p1 -b .datetests +%patch -P301 -p1 -b .pcretests +%patch -P302 -p1 -b .zlibtests # WIP patch @@ -1871,6 +1867,16 @@ fi %changelog +* Thu Aug 28 2025 Remi Collet <remi@remirepo.net> - 8.2.29-2 +- rebuild using gd3php on EL-10 + +* Wed Jul 2 2025 Remi Collet <remi@remirepo.net> - 8.2.29-1 +- Update to 8.2.29 - http://www.php.net/releases/8_2_29.php + +* Wed Mar 12 2025 Remi Collet <remi@remirepo.net> - 8.2.28-1 +- Update to 8.2.28 - http://www.php.net/releases/8_2_28.php +- use oracle client library version 23.7 on x86_64 and arm64 + * Tue Dec 17 2024 Remi Collet <remi@remirepo.net> - 8.2.27-1 - Update to 8.2.27 - http://www.php.net/releases/8_2_27.php |
