diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 <remi@remirepo.net> - 8.1.0~alpha3-1 +- update to 8.1.0alpha3 + * Tue Jun 22 2021 Remi Collet <remi@remirepo.net> - 8.1.0~alpha2-1 - update to 8.1.0alpha2 |