summaryrefslogtreecommitdiffstats
path: root/php74.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php74.spec')
-rw-r--r--php74.spec9
1 files changed, 7 insertions, 2 deletions
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 <remi@remirepo.net> - 7.4.14~RC1-1
+- update to 7.4.14RC1
+
* Tue Nov 24 2020 Remi Collet <remi@remirepo.net> - 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)