From a29819c2a477fdccc1a9b7809b1bcbff7cc84e64 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Aug 2021 16:44:30 +0200 Subject: update to 8.1.0beta2 oci8 version is now 3.1.0 --- failed.txt | 2 +- php-8.0.0-parser.patch | 2 +- php.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index cdc40fa..978442b 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.1.0beta1 (2021-07-22) +===== 8.1.0beta2 (2021-08-05) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php-8.0.0-parser.patch b/php-8.0.0-parser.patch index f5da3b5..f443f1d 100644 --- a/php-8.0.0-parser.patch +++ b/php-8.0.0-parser.patch @@ -11,6 +11,6 @@ diff -up ./build/gen_stub.php.syslib ./build/gen_stub.php + return; + } + - $version = "4.9.0"; + $version = "4.12.0"; $phpParserDir = __DIR__ . "/PHP-Parser-$version"; if (!is_dir($phpParserDir)) { diff --git a/php.spec b/php.spec index 76d470f..caa2644 100644 --- a/php.spec +++ b/php.spec @@ -27,7 +27,7 @@ %global zendver 20201009 %global pdover 20170320 # Extension version -%global oci8ver 3.0.1 +%global oci8ver 3.1.0 # Adds -z now to the linker flags %global _hardened_build 1 @@ -107,8 +107,8 @@ %global gh_owner php %global gh_project php-src %global upver 8.1.0 -%global rcver beta1 -%global lower beta1 +%global rcver beta2 +%global lower beta2 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -412,7 +412,7 @@ Requires: pcre2-devel%{?_isa} >= 10.30 %endif Requires: zlib-devel%{?_isa} %if 0%{?fedora} || 0%{?rhel} >= 8 -Recommends: php-nikic-php-parser4 >= 4.3.0 +Recommends: php-nikic-php-parser4 >= 4.12.0 %endif %description devel @@ -1819,6 +1819,10 @@ fi %changelog +* Tue Aug 3 2021 Remi Collet - 8.1.0~beta2-1 +- update to 8.1.0beta2 +- oci8 version is now 3.1.0 + * Wed Jul 21 2021 Remi Collet - 8.1.0~beta1-1 - update to 8.1.0beta1 -- cgit