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 --- php.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php.spec') 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