From 24f22e6cad4a15e35a7c4f7378df48f532adac64 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Jul 2021 18:15:54 +0200 Subject: update to 8.1.0alpha3 --- php.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 55a9b0d..0944903 100644 --- a/php.spec +++ b/php.spec @@ -107,8 +107,8 @@ %global gh_owner php %global gh_project php-src %global upver 8.1.0 -%global rcver alpha2 -%global lower alpha2 +%global rcver alpha3 +%global lower alpha3 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -153,7 +153,7 @@ Source53: 20-ffi.ini Patch1: php-7.4.0-httpd.patch Patch5: php-7.2.0-includedir.patch Patch6: php-8.0.0-embed.patch -Patch8: php-7.4.0-libdb.patch +Patch8: php-8.1.0-libdb.patch # RHEL backports Patch10: php-7.0.7-curl.patch @@ -1819,6 +1819,9 @@ fi %changelog +* Tue Jul 6 2021 Remi Collet - 8.1.0~alpha3-1 +- update to 8.1.0alpha3 + * Tue Jun 22 2021 Remi Collet - 8.1.0~alpha2-1 - update to 8.1.0alpha2 -- cgit