From fba4a0fff6d9ce8f5bd83a4e9a285bcb5e6bd595 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Dec 2020 12:43:41 +0100 Subject: update to 7.3.26RC1 --- php.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 39a95f8..adf456b 100644 --- a/php.spec +++ b/php.spec @@ -135,8 +135,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.25 -#global rcver RC1 +%global upver 7.3.26 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -237,6 +237,7 @@ BuildRequires: bzip2 BuildRequires: perl BuildRequires: autoconf BuildRequires: automake +BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ BuildRequires: libtool @@ -428,6 +429,7 @@ Requires: %{?scl_prefix}php-cli%{?_isa} = %{version}-%{release} # always needed to build extension Requires: autoconf Requires: automake +Requires: make Requires: gcc Requires: gcc-c++ Requires: libtool @@ -1923,6 +1925,9 @@ fi %changelog +* Tue Dec 15 2020 Remi Collet - 7.3.26~RC1-1 +- update to 7.3.26RC1 + * Tue Nov 24 2020 Remi Collet - 7.3.25-1 - Update to 7.3.25 - http://www.php.net/releases/7_3_25.php - use oracle client library version 19.9 (x86_64) -- cgit