summaryrefslogtreecommitdiffstats
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
parent9e2a5b9d7863162ce5df24b83b01b0bae2636d96 (diff)
Update to 8.1.7 - http://www.php.net/releases/8_1_7.phpv8.1.78.1.7
-rw-r--r--failed.txt2
-rw-r--r--php81.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index 6843c2e..a6ac64d 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.1.7RC1 (2022-05-26)
+===== 8.1.7 (2022-06-09)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
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