summaryrefslogtreecommitdiffstats
path: root/php81.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-08 14:09:05 +0100
committerRemi Collet <remi@php.net>2022-02-08 14:09:05 +0100
commitd60a44355efb726e0d2f9038b1e32dbae4c477a2 (patch)
tree1bedb1c5646833439b1b194dceac9b0f33458f57 /php81.spec
parentb9d237194559b9956f53cb63b866c46e30c26f06 (diff)
fix GH-8059 arginfo not regenerated for extension
Diffstat (limited to 'php81.spec')
-rw-r--r--php81.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php81.spec b/php81.spec
index 17e0868..96cebea 100644
--- a/php81.spec
+++ b/php81.spec
@@ -118,7 +118,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{lower}}
-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
@@ -179,6 +179,7 @@ Patch47: php-8.1.0-phpinfo.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
+Patch100: php-GH8059.patch
# Security fixes (200+)
@@ -1186,6 +1187,7 @@ in pure PHP.
%patch91 -p1 -b .remi-oci8
# upstream patches
+%patch100 -p1 -b .gh8059
# security patches
@@ -2177,6 +2179,9 @@ fi
%changelog
+* Tue Feb 8 2022 Remi Collet <remi@remirepo.net> - 8.1.3~RC1-2
+- fix GH-8059 arginfo not regenerated for extension
+
* Thu Feb 3 2022 Remi Collet <remi@remirepo.net> - 8.1.3~RC1-1
- update to 8.1.3RC1