diff options
| author | Remi Collet <remi@remirepo.net> | 2022-04-26 12:20:08 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-04-26 12:20:08 +0200 | 
| commit | 47ae5cd8089ae278e3d8ac6c971fe7d9fee0c1c6 (patch) | |
| tree | 93f036a8ac22cf08a7dc559294e0eb66509eceea | |
| parent | 80630082788a0501602966f70dc70dd6037b9031 (diff) | |
update to 8.0.19RC1
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php-8.0.19-parser.patch (renamed from php-8.0.0-parser.patch) | 2 | ||||
| -rw-r--r-- | php80.spec | 11 | 
3 files changed, 9 insertions, 6 deletions
| @@ -1,4 +1,4 @@ -===== 8.0.18 (2022-04-13) +===== 8.0.19RC1 (2022-04-28)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php-8.0.0-parser.patch b/php-8.0.19-parser.patch index f5da3b5..8a28e4d 100644 --- a/php-8.0.0-parser.patch +++ b/php-8.0.19-parser.patch @@ -11,6 +11,6 @@ diff -up ./build/gen_stub.php.syslib ./build/gen_stub.php  +        return;  +    }  + -     $version = "4.9.0"; +     $version = "4.13.0";       $phpParserDir = __DIR__ . "/PHP-Parser-$version";       if (!is_dir($phpParserDir)) { @@ -100,8 +100,8 @@  %bcond_without         libgd  %bcond_with            zip -%global upver          8.0.18 -#global rcver          RC1 +%global upver          8.0.19 +%global rcver          RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -151,7 +151,7 @@ Patch10: php-7.0.7-curl.patch  # Functional changes  # Use system nikic/php-parser -Patch41: php-8.0.0-parser.patch +Patch41: php-8.0.19-parser.patch  # use system tzdata  Patch42: php-8.0.10-systzdata-v21.patch  # See http://bugs.php.net/53436 @@ -481,7 +481,7 @@ Obsoletes: php74-devel, php74w-devel  Obsoletes: php80-devel  %endif  %if 0%{?fedora} || 0%{?rhel} >= 8 -Recommends: php-nikic-php-parser4 >= 4.3.0 +Recommends: php-nikic-php-parser4 >= 4.13.0  %endif  %description devel @@ -2180,6 +2180,9 @@ fi  %changelog +* Tue Apr 26 2022 Remi Collet <remi@remirepo.net> - 8.0.19~RC1-1 +- update to 8.0.19RC1 +  * Wed Apr 13 2022 Remi Collet <remi@remirepo.net> - 8.0.18-1  - Update to 8.0.18 - http://www.php.net/releases/8_0_18.php | 
