summaryrefslogtreecommitdiffstats
path: root/php74.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php74.spec')
-rw-r--r--php74.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php74.spec b/php74.spec
index 77fa986..6280cbd 100644
--- a/php74.spec
+++ b/php74.spec
@@ -103,7 +103,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{lower}}
-Release: 7%{?dist}
+Release: 8%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -161,6 +161,7 @@ Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
Patch100: https://github.com/php/php-src/commit/f633c347574c0d814050b4bf2493e0cac6a5988c.patch
+Patch101: https://github.com/php/php-src/commit/e1362b3cf0021c1c8492594da08b7a017b3585ba.patch
# Security fixes (200+)
@@ -1156,6 +1157,7 @@ in pure PHP.
# upstream patches
%patch100 -p1 -R
+%patch101 -p1 -b .up
# security patches
@@ -2153,6 +2155,9 @@ fi
%changelog
+* Thu Oct 10 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC3-8
+- fix librt issue on F31 using upstream patch
+
* Mon Oct 7 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC3-7
- ensure all shared extensions can be loaded