summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-07-02 09:57:25 +0200
committerRemi Collet <remi@php.net>2025-07-02 09:57:25 +0200
commit833dba6c7ad156db24f8c6ef254e1547fabb0d35 (patch)
treed2c27a6b7d0f0c6b966720882be74a4df3ed61d8 /php.spec
parenta6e73b4a3c3e95809743314c8ff0a163eaaf720c (diff)
update to 8.5.0alpha1
fix FPM test failure https://github.com/php/php-src/pull/18992 fix ldap.h dectection https://github.com/php/php-src/pull/19005
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/php.spec b/php.spec
index 8be66fb..753eb78 100644
--- a/php.spec
+++ b/php.spec
@@ -90,12 +90,12 @@
%global gh_commit c9249e2d3aa401bda5d9a3071e86e0594807ed00
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 20250630
+#global gh_date 20250630
%global gh_owner php
%global gh_project php-src
%global upver 8.5.0
-%global rcver -dev
-%global lowrc DEV
+%global rcver alpha1
+%global lowrc alpha1
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
@@ -170,6 +170,7 @@ Patch48: php-8.5.0-openssl-ec-param.patch
Patch300: php-7.4.0-datetests.patch
# WIP
+Patch400: 0001-fix-ldap.h-detection-without-pkgconfig.patch
BuildRequires: gnupg2
BuildRequires: bzip2-devel
@@ -874,6 +875,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch -P300 -p1 -b .datetests
# WIP patch
+%patch -P400 -p1 -b .pr19005
# Prevent %%doc confusion over LICENSE files
cp Zend/LICENSE ZEND_LICENSE
@@ -1652,6 +1654,11 @@ fi
%changelog
+* Wed Jul 2 2025 Remi Collet <remi@remirepo.net> - 8.5.0~alpha1-1
+- update to 8.5.0alpha1
+- fix FPM test failure https://github.com/php/php-src/pull/18992
+- fix ldap.h dectection https://github.com/php/php-src/pull/19005
+
* Mon Jun 30 2025 Remi Collet <remi@remirepo.net> - 8.5.0~DEV.20240630-1
- update to 8.5.0-dev
- dump ABI/API to 20240925