summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index 1b27b57..908b241 100644
--- a/php.spec
+++ b/php.spec
@@ -130,14 +130,14 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.3.0
-%global rcver RC2
+%global rcver RC3
%global rclower %(echo %{rcver} | tr '[:upper:]' '[:lower:]')
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rclower:~%{rclower}}%{?gh_date:.%{gh_date}}
-Release: 3%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1878,6 +1878,9 @@ fi
%changelog
+* Tue Sep 26 2023 Remi Collet <remi@remirepo.net> - 8.3.0~rc3-1
+- update to 8.3.0RC3
+
* Mon Sep 25 2023 Remi Collet <remi@remirepo.net> - 8.3.0~rc2-3
- add internal UTC if tzdata is missing