summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec18
1 files changed, 11 insertions, 7 deletions
diff --git a/php.spec b/php.spec
index ba505f8..7e61839 100644
--- a/php.spec
+++ b/php.spec
@@ -87,8 +87,10 @@
%else
%bcond_with openssl32
%endif
+
+%global liburiparser_ver 1.0.0
%if 0
-# liburiparser version 0.9.10 required
+# yse system liburiparser when available
%bcond_without liburiparser
%else
# use bundled library instead
@@ -100,14 +102,13 @@
#global gh_date 20250630
%global gh_owner php
%global gh_project php-src
-%global upver 8.5.1
-#global rcver RC2
-#global lowrc RC2
+%global upver 8.5.2
+%global rcver RC1
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
-Version: %{upver}%{?lowrc:~%{lowrc}}%{?gh_date:.%{gh_date}}
+Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}}
Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
@@ -222,9 +223,9 @@ BuildRequires: %{?dtsprefix}systemtap-sdt-dtrace
%endif
%endif
%if %{with liburiparser}
-BuildRequires: pkgconfig(liburiparser) >= 0.9.10
+BuildRequires: pkgconfig(liburiparser) >= %{liburiparser_ver}
%else
-Provides: bundled(liburiparser) = 0.9.10
+Provides: bundled(liburiparser) = %{liburiparser_ver}
%endif
%if 0%{?gh_date}
BuildRequires: bison
@@ -1657,6 +1658,9 @@ fi
%changelog
+* Wed Dec 31 2025 Remi Collet <remi@remirepo.net> - 8.5.2~RC1-1
+- update to 8.5.2RC1
+
* Wed Dec 17 2025 Remi Collet <remi@remirepo.net> - 8.5.1-1
- Update to 8.5.1 - http://www.php.net/releases/8_5_1.php