summaryrefslogtreecommitdiffstats
path: root/php80.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-14 13:42:39 +0100
committerRemi Collet <remi@php.net>2023-02-14 13:42:39 +0100
commit8872347be5ff9caced488245344d97b98cadc879 (patch)
tree131e1c024a5ffb8898b30cd538c98fbe21fc7fa7 /php80.spec
parent601fb84181dbd140078d12d321d31e17c43e8ad6 (diff)
Update to 8.0.28 - http://www.php.net/releases/8_0_28.phpv8.0.28
add dependency on pcre2 minimal version
Diffstat (limited to 'php80.spec')
-rw-r--r--php80.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/php80.spec b/php80.spec
index cf17477..e3981e9 100644
--- a/php80.spec
+++ b/php80.spec
@@ -107,12 +107,12 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.0.27
+%global upver 8.0.28
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -2204,6 +2204,10 @@ fi
%changelog
+* Tue Feb 14 2023 Remi Collet <remi@remirepo.net> - 8.0.28-1
+- Update to 8.0.28 - http://www.php.net/releases/8_0_28.php
+- add dependency on pcre2 minimal version
+
* Fri Feb 10 2023 Remi Collet <remi@remirepo.net> - 8.0.27-2
- F38: disable imap extension