From f75b36116a7291b193181579eb0cb7bfccb416bf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Feb 2021 16:05:28 +0100 Subject: Update to 7.3.27 - http://www.php.net/releases/7_3_27.php --- php73.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php73.spec') 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 - 7.3.27-1 +- Update to 7.3.27 - http://www.php.net/releases/7_3_27.php + * Thu Jan 28 2021 Remi Collet - 7.3.26-2 - add upstream patch for https://bugs.php.net/80682 fix opcache doesn't honour pcre.jit option -- cgit