From 54e58c7e1ee7a2b227d748c6b33148226301c177 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Dec 2020 12:40:06 +0100 Subject: update to 7.3.26RC1 --- php73.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index 8003e48..684d96c 100644 --- a/php73.spec +++ b/php73.spec @@ -120,8 +120,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: php @@ -228,6 +228,7 @@ BuildRequires: bzip2 BuildRequires: perl BuildRequires: autoconf BuildRequires: automake +BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ BuildRequires: libtool @@ -453,6 +454,7 @@ Requires: php-cli%{?_isa} = %{version}-%{release} # always needed to build extension Requires: autoconf Requires: automake +Requires: make Requires: gcc Requires: gcc-c++ Requires: libtool @@ -2263,6 +2265,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