From c3a505de0ad8fb03e2eba410241164cddea93e79 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jun 2022 09:22:59 +0200 Subject: Update to 8.1.7 - http://www.php.net/releases/8_1_7.php --- failed.txt | 2 +- php81.spec | 9 ++++++--- 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 - 8.1.7-1 +- Update to 8.1.7 - http://www.php.net/releases/8_1_7.php + * Fri Jun 3 2022 Remi Collet - 8.1.7~RC1-2 - add upstream patch to initialize pcre before mbstring -- cgit