summaryrefslogtreecommitdiffstats
path: root/php81.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-08 09:22:59 +0200
committerRemi Collet <remi@php.net>2022-06-08 09:22:59 +0200
commitc3a505de0ad8fb03e2eba410241164cddea93e79 (patch)
tree19d5de0d2bad22012dae39905978f446fafcb9ba /php81.spec
parent9e2a5b9d7863162ce5df24b83b01b0bae2636d96 (diff)
Update to 8.1.7 - http://www.php.net/releases/8_1_7.phpv8.1.78.1.7
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