summaryrefslogtreecommitdiffstats
path: root/php80.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-12-15 15:55:03 +0100
committerRemi Collet <remi@remirepo.net>2020-12-15 15:55:03 +0100
commit6936a4b27d6b6d08a798800fcad11ffbdb3d2dea (patch)
tree5cf84c896bb1bfd982158c0a194642239f6be22a /php80.spec
parent927b9f6dbffc56fb23dc9cf322b16cb5e98b9433 (diff)
update to 8.0.1RC1
Diffstat (limited to 'php80.spec')
-rw-r--r--php80.spec13
1 files changed, 9 insertions, 4 deletions
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 <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