diff options
Diffstat (limited to 'php81.spec')
-rw-r--r-- | php81.spec | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -113,7 +113,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1158,9 +1158,6 @@ in pure PHP. %setup -q -n php-%{upver}%{?rcver} -# Corrupted MacOS archive -find . -name '._*' -delete - %patch1 -p1 -b .mpmcheck %patch5 -p1 -b .includedir %patch6 -p1 -b .embed @@ -2178,6 +2175,9 @@ fi %changelog +* Thu Jan 5 2023 Remi Collet <remi@remirepo.net> - 8.1.14-2 +- rebuild with new sources archive + * Wed Jan 4 2023 Remi Collet <remi@remirepo.net> - 8.1.14-1 - Update to 8.1.14 - http://www.php.net/releases/8_1_14.php |