summaryrefslogtreecommitdiffstats
path: root/php85.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-29 08:14:04 +0200
committerRemi Collet <remi@php.net>2026-04-29 08:14:04 +0200
commit0dddb13b782a744b6bc32a7c3d8c09e5c2d3d324 (patch)
tree622266bc6b4e19823f4532ba5960f7c7bfbb8320 /php85.spec
parentb80cc03308021c24d231ea28f10a88a619cc8276 (diff)
update to 8.5.6RC2
Diffstat (limited to 'php85.spec')
-rw-r--r--php85.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/php85.spec b/php85.spec
index 47502c0..ceb4b4b 100644
--- a/php85.spec
+++ b/php85.spec
@@ -65,7 +65,8 @@
%bcond_with openssl32
%endif
-%global liburiparser_ver 1.0.0
+%global liburiparser_minver 1.0.0
+%global liburiparser_bunver 1.0.1
%if 0%{?fedora} >= 42
# use system liburiparser when available
%bcond_without liburiparser
@@ -90,7 +91,7 @@
%bcond_with zip
%global upver 8.5.6
-%global rcver RC1
+%global rcver RC2
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
@@ -210,9 +211,9 @@ BuildRequires: %{?dtsprefix}systemtap-sdt-dtrace
%endif
%endif
%if %{with liburiparser}
-BuildRequires: pkgconfig(liburiparser) >= %{liburiparser_ver}
+BuildRequires: pkgconfig(liburiparser) >= %{liburiparser_minver}
%else
-Provides: bundled(liburiparser) = %{liburiparser_ver}
+Provides: bundled(liburiparser) = %{liburiparser_bunver}
%endif
#BuildRequires: bison
#BuildRequires: re2c >= 1.0.3
@@ -1884,6 +1885,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
%changelog
+* Wed Apr 29 2026 Remi Collet <remi@remirepo.net> - 8.5.6~RC2-1
+- update to 8.5.6RC2
+
* Wed Apr 22 2026 Remi Collet <remi@remirepo.net> - 8.5.6~RC1-1
- update to 8.5.6RC1