From d55d86dbb8f3e7e8fee420f32d38ad3e08ee3529 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Dec 2020 18:02:42 +0100 Subject: update to 7.4.14RC1 --- php74.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php74.spec') diff --git a/php74.spec b/php74.spec index 3546098..a827f65 100644 --- a/php74.spec +++ b/php74.spec @@ -94,8 +94,8 @@ %global with_libzip 1 %global with_zip 0 -%global upver 7.4.13 -#global rcver RC1 +%global upver 7.4.14 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -194,6 +194,7 @@ BuildRequires: bzip2 BuildRequires: perl BuildRequires: autoconf BuildRequires: automake +BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ BuildRequires: libtool @@ -417,6 +418,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 @@ -2161,6 +2163,9 @@ fi %changelog +* Tue Dec 15 2020 Remi Collet - 7.4.14~RC1-1 +- update to 7.4.14RC1 + * Tue Nov 24 2020 Remi Collet - 7.4.13-1 - Update to 7.4.13 - http://www.php.net/releases/7_4_13.php - use oracle client library version 19.9 (x86_64) -- cgit