summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-02-02 16:05:28 +0100
committerRemi Collet <remi@remirepo.net>2021-02-02 16:05:28 +0100
commitf75b36116a7291b193181579eb0cb7bfccb416bf (patch)
tree775b9de2dd0bc13733b18f00dabe167a3f9ad4ce
parentb6f6d87fa345d563b42f287549e0647f2f24da1d (diff)
Update to 7.3.27 - http://www.php.net/releases/7_3_27.php
-rw-r--r--failed.txt2
-rw-r--r--php73.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/failed.txt b/failed.txt
index 1d8b080..954fd80 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.3.26 (2021-01-07)
+===== 7.3.27 (2021-02-04)
$ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
diff --git a/php73.spec b/php73.spec
index d14111d..52d1d73 100644
--- a/php73.spec
+++ b/php73.spec
@@ -120,13 +120,13 @@
%global db_devel libdb-devel
%endif
-%global upver 7.3.26
+%global upver 7.3.27
#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-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
@@ -2268,6 +2268,9 @@ fi
%changelog
+* Tue Feb 2 2021 Remi Collet <remi@remirepo.net> - 7.3.27-1
+- Update to 7.3.27 - http://www.php.net/releases/7_3_27.php
+
* Thu Jan 28 2021 Remi Collet <remi@remirepo.net> - 7.3.26-2
- add upstream patch for https://bugs.php.net/80682
fix opcache doesn't honour pcre.jit option