summaryrefslogtreecommitdiffstats
path: root/php83.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-22 06:51:24 +0200
committerRemi Collet <remi@php.net>2024-08-22 06:51:24 +0200
commitfb344c5b4b597a5a5d1d50e3b37ddc14dbab4612 (patch)
tree4a25c3ddbe458b5e09ee931bc64c96402085301c /php83.spec
parent164f80c423605d3e00f1581b05616964e3bec45d (diff)
update to 8.3.11RC2
Diffstat (limited to 'php83.spec')
-rw-r--r--php83.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php83.spec b/php83.spec
index 0534362..31d4376 100644
--- a/php83.spec
+++ b/php83.spec
@@ -126,13 +126,13 @@
%bcond_with zip
%global upver 8.3.11
-%global rcver RC1
+%global rcver RC2
# TODO set PHP_EXTRA_VERSION for EOL version
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
@@ -2239,6 +2239,9 @@ fi
%changelog
+* Thu Aug 22 2024 Remi Collet <remi@remirepo.net> - 8.3.11~RC2-1
+- update to 8.3.11RC2
+
* Wed Aug 14 2024 Remi Collet <remi@remirepo.net> - 8.3.11~RC1-2
- allow to build using libiodbc instead of unixODBC (--with iodbc)