From 6936a4b27d6b6d08a798800fcad11ffbdb3d2dea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Dec 2020 15:55:03 +0100 Subject: update to 8.0.1RC1 --- php80.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'php80.spec') diff --git a/php80.spec b/php80.spec index ad1f906..d042b4e 100644 --- a/php80.spec +++ b/php80.spec @@ -14,7 +14,7 @@ # Extension version %global fileinfover 1.0.5 %global oci8ver 3.0.0 -%global zipver 1.19.1 +%global zipver 1.19.2 # Adds -z now to the linker flags %global _hardened_build 1 @@ -89,9 +89,9 @@ %bcond_without libgd %bcond_with zip -%global upver 8.0.0 -#global rcver RC5 -#global lower rc5 +%global upver 8.0.1 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -191,6 +191,7 @@ BuildRequires: bzip2 BuildRequires: perl BuildRequires: autoconf BuildRequires: automake +BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ BuildRequires: libtool @@ -425,6 +426,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 @@ -2140,6 +2142,9 @@ fi %changelog +* Tue Dec 15 2020 Remi Collet - 8.0.1~RC1-1 +- update to 8.0.1RC1 + * Wed Nov 25 2020 Remi Collet - 8.0.0-1 - update to 8.0.0 GA -- cgit