diff options
author | Remi Collet <remi@remirepo.net> | 2020-12-15 15:55:03 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-12-15 15:55:03 +0100 |
commit | 6936a4b27d6b6d08a798800fcad11ffbdb3d2dea (patch) | |
tree | 5cf84c896bb1bfd982158c0a194642239f6be22a /php80.spec | |
parent | 927b9f6dbffc56fb23dc9cf322b16cb5e98b9433 (diff) |
update to 8.0.1RC1
Diffstat (limited to 'php80.spec')
-rw-r--r-- | php80.spec | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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 <remi@remirepo.net> - 8.0.1~RC1-1 +- update to 8.0.1RC1 + * Wed Nov 25 2020 Remi Collet <remi@remirepo.net> - 8.0.0-1 - update to 8.0.0 GA |