public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/php] rawhide: use system liburiparser on RHEL-11
@ 2026-06-04 8:31 Remi Collet
0 siblings, 0 replies; only message in thread
From: Remi Collet @ 2026-06-04 8:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/php
Branch : rawhide
Commit : 176cc8480e63587fce8f232afa1dd23bced84628
Author : Remi Collet <remi@fedoraproject.org>
Date : 2026-06-04T10:31:38+02:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/php/c/176cc8480e63587fce8f232afa1dd23bced84628?branch=rawhide
Log:
use system liburiparser on RHEL-11
---
diff --git a/php.spec b/php.spec
index 07a808f..9495e0f 100644
--- a/php.spec
+++ b/php.spec
@@ -68,7 +68,7 @@
# liburiparser version 1.0.0 required
%global liburiparser_minver 1.0.0
%global liburiparser_bunver 1.0.2
-%if 0%{?fedora}
+%if 0%{?fedora} || 0%{?rhel} >= 11
# use system liburiparser when available
%bcond_without liburiparser
%else
@@ -86,7 +86,7 @@ Name: php%{major_version}
Name: php
%endif
Version: %{upver}%{?rcver:~%{rcver}}
-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
@@ -1673,6 +1673,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
%changelog
+* Wed Jun 4 2026 Remi Collet <remi@remirepo.net> - 8.5.7-2
+- use system liburiparser on RHEL-11
+
* Wed Jun 3 2026 Remi Collet <remi@remirepo.net> - 8.5.7-1
- Update to 8.5.7 - http://www.php.net/releases/8_5_7.php
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-04 8:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-04 8:31 [rpms/php] rawhide: use system liburiparser on RHEL-11 Remi Collet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox