summaryrefslogtreecommitdiffstats
path: root/php81.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php81.spec')
-rw-r--r--php81.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php81.spec b/php81.spec
index ebc6afd..c4492b2 100644
--- a/php81.spec
+++ b/php81.spec
@@ -108,13 +108,13 @@
%bcond_with zip
%global upver 8.1.7
-%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
@@ -2174,6 +2174,9 @@ fi
%changelog
+* Wed Jun 8 2022 Remi Collet <remi@remirepo.net> - 8.1.7-1
+- Update to 8.1.7 - http://www.php.net/releases/8_1_7.php
+
* Fri Jun 3 2022 Remi Collet <remi@remirepo.net> - 8.1.7~RC1-2
- add upstream patch to initialize pcre before mbstring