summaryrefslogtreecommitdiffstats
path: root/php81.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-16 09:28:45 +0100
committerRemi Collet <remi@php.net>2022-02-16 09:28:45 +0100
commit0c270191ce4452945b8cfcaad637e636532eda38 (patch)
treea499bdd941f7fbf5aa91db351da70cd7600c9480 /php81.spec
parentd60a44355efb726e0d2f9038b1e32dbae4c477a2 (diff)
Update to 8.1.3 - http://www.php.net/releases/8_1_3.phpv8.1.38.1.3
Diffstat (limited to 'php81.spec')
-rw-r--r--php81.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php81.spec b/php81.spec
index 96cebea..4944501 100644
--- a/php81.spec
+++ b/php81.spec
@@ -112,13 +112,13 @@
%bcond_with zip
%global upver 8.1.3
-%global rcver RC1
-%global lower RC1
+#global rcver RC1
+#global lower RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{lower}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1939,7 +1939,7 @@ sed -e "s/@PHP_APIVER@/%{apiver}-%{__isa_bits}/" \
%endif
< %{SOURCE3} > macros.php
%if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
-echo '%pecl_xmldir %{_localstatedir}/lib/php/peclxml' >>macros.php
+echo '%%pecl_xmldir %{_localstatedir}/lib/php/peclxml' >>macros.php
%endif
install -m 644 -D macros.php \
$RPM_BUILD_ROOT%{macrosdir}/macros.php
@@ -2179,6 +2179,9 @@ fi
%changelog
+* Wed Feb 16 2022 Remi Collet <remi@remirepo.net> - 8.1.3-1
+- Update to 8.1.3 - http://www.php.net/releases/8_1_3.php
+
* Tue Feb 8 2022 Remi Collet <remi@remirepo.net> - 8.1.3~RC1-2
- fix GH-8059 arginfo not regenerated for extension