summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt4
-rw-r--r--php83.spec39
2 files changed, 35 insertions, 8 deletions
diff --git a/failed.txt b/failed.txt
index 7ed471b..1aa28f8 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.3.14RC1 (2024-11-07)
+===== 8.3.17 (2025-02-13)
$ 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/el8x83/build.log:Tests failed : 0
/var/lib/mock/el9a83/build.log:Tests failed : 0
/var/lib/mock/el9x83/build.log:Tests failed : 0
+/var/lib/mock/el10a83/build.log:Tests failed : 0
+/var/lib/mock/el10x83/build.log:Tests failed : 0
/var/lib/mock/fc39a83/build.log:Tests failed : 0
/var/lib/mock/fc39x83/build.log:Tests failed : 0
/var/lib/mock/fc40a83/build.log:Tests failed : 0
diff --git a/php83.spec b/php83.spec
index d022cc7..3c61893 100644
--- a/php83.spec
+++ b/php83.spec
@@ -25,12 +25,12 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
%ifarch aarch64
-%global oraclever 19.24
+%global oraclever 19.25
%global oraclemax 20
%global oraclelib 19.1
-%global oracledir 19.24
+%global oracledir 19.25
%else
-%global oraclever 23.5
+%global oraclever 23.7
%global oraclemax 24
%global oraclelib 23.1
%global oracledir 23
@@ -75,7 +75,11 @@
%endif
# Build firebird extensions, you can disable using --without firebird
+%if 0%{?rhel} == 10
+%bcond_with firebird
+%else
%bcond_without firebird
+%endif
# Build ZTS extension or only NTS using --without zts
%ifarch x86_64
@@ -125,8 +129,8 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.3.14
-%global rcver RC1
+%global upver 8.3.17
+#global rcver RC1
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
@@ -1245,7 +1249,7 @@ cp Zend/asm/LICENSE BOOST_LICENSE
cp TSRM/LICENSE TSRM_LICENSE
cp sapi/fpm/LICENSE fpm_LICENSE
cp ext/mbstring/libmbfl/LICENSE libmbfl_LICENSE
-# cp ext/fileinfo/libmagic/LICENSE libmagic_LICENSE
+cp ext/fileinfo/libmagic/LICENSE libmagic_LICENSE
cp ext/bcmath/libbcmath/LICENSE libbcmath_LICENSE
cp ext/date/lib/LICENSE.rst timelib_LICENSE
@@ -2088,7 +2092,7 @@ fi
%files common -f files.common
%doc EXTENSIONS NEWS UPGRADING* README.REDIST.BINS *md docs
%license LICENSE TSRM_LICENSE ZEND_LICENSE BOOST_LICENSE
-#license libmagic_LICENSE
+%license libmagic_LICENSE
%license timelib_LICENSE
%doc php.ini-*
%config(noreplace) %{_sysconfdir}/php.ini
@@ -2239,6 +2243,27 @@ fi
%changelog
+* Wed Feb 12 2025 Remi Collet <remi@remirepo.net> - 8.3.17-1
+- Update to 8.3.17 - http://www.php.net/releases/8_3_17.php
+
+* Wed Jan 29 2025 Remi Collet <remi@remirepo.net> - 8.3.17~RC1-1
+- update to 8.3.17RC1
+
+* Wed Jan 15 2025 Remi Collet <remi@remirepo.net> - 8.3.16-1
+- Update to 8.3.16 - http://www.php.net/releases/8_3_16.php
+
+* Wed Jan 1 2025 Remi Collet <remi@remirepo.net> - 8.3.16~RC1-1
+- update to 8.3.16RC1
+
+* Wed Dec 18 2024 Remi Collet <remi@remirepo.net> - 8.3.15-1
+- Update to 8.3.15 - http://www.php.net/releases/8_3_15.php
+
+* Wed Dec 4 2024 Remi Collet <remi@remirepo.net> - 8.3.15~RC1-1
+- update to 8.3.15RC1
+
+* Tue Nov 19 2024 Remi Collet <remi@remirepo.net> - 8.3.14-1
+- Update to 8.3.14 - http://www.php.net/releases/8_3_14.php
+
* Wed Nov 6 2024 Remi Collet <remi@remirepo.net> - 8.3.14~RC1-1
- update to 8.3.14RC1