summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-11-20 07:11:42 +0100
committerRemi Collet <remi@php.net>2024-11-20 07:11:42 +0100
commit0df7b283af1364c797e8f53af0ed20cf8222c368 (patch)
tree39fc9fe5059c4f4310276dd6316badcf7e17df39
parentb1d04b5f27a126b916c2860f2e2be10ed1a7cbb1 (diff)
Update to 8.4.0 GA - http://www.php.net/releases/8_4_0.php
-rw-r--r--failed.txt4
-rw-r--r--php.spec12
2 files changed, 12 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index eb96571..da6cdfc 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.4.0RC4 (2024-11-05)
+===== 8.4.0 (2024-11-21)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
@@ -6,6 +6,8 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/scl83el8x/build.log:Tests failed : 0
/var/lib/mock/scl83el9a/build.log:Tests failed : 0
/var/lib/mock/scl83el9x/build.log:Tests failed : 0
+/var/lib/mock/scl83el10a/build.log:Tests failed : 0
+/var/lib/mock/scl83el10x/build.log:Tests failed : 0
/var/lib/mock/scl83fc39a/build.log:Tests failed : 0
/var/lib/mock/scl83fc39x/build.log:Tests failed : 0
/var/lib/mock/scl83fc40a/build.log:Tests failed : 0
diff --git a/php.spec b/php.spec
index 54a7f4c..ce26e40 100644
--- a/php.spec
+++ b/php.spec
@@ -61,7 +61,11 @@
# Optional extensions; to enable: pass "--with xxx" etc to rpmbuild/mock.
%bcond_with zip
# Optional extensions; to disable: pass "--without xxx" etc to rpmbuild/mock.
+%if 0%{?rhel} == 10
+%bcond_with firebird
+%else
%bcond_without firebird
+%endif
%bcond_without freetds
%bcond_without tidy
%bcond_without sqlite3
@@ -84,13 +88,12 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.4.0
-%global rcver RC4
-%global rclow rc4
+#global rcver RC4
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
-Version: %{upver}%{?rcver:~%{rclow}}%{?gh_date:.%{gh_date}}
+Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}}
Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
@@ -1653,6 +1656,9 @@ fi
%changelog
+* Wed Nov 20 2024 Remi Collet <remi@remirepo.net> - 8.4.0-1
+- Update to 8.4.0 GA - http://www.php.net/releases/8_4_0.php
+
* Tue Nov 5 2024 Remi Collet <remi@remirepo.net> - 8.4.0~rc4-1
- Update to 8.4.0RC4