summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-15 07:03:01 +0200
committerRemi Collet <remi@php.net>2024-08-15 07:03:01 +0200
commitf82647373090c39a87f6bca376f67dc28390a4bd (patch)
tree95fe657a654956929a2b020a7b3b4f7848a763ea /php.spec
parent57efb290ebc99e9d925c368c6c3b33c3dc75d837 (diff)
Update to 8.4.0beta3
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/php.spec b/php.spec
index f575ccf..8f2447c 100644
--- a/php.spec
+++ b/php.spec
@@ -84,13 +84,13 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.4.0
-%global rcver beta1
+%global rcver beta3
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}%{?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
@@ -151,7 +151,6 @@ Patch48: php-8.3.0-openssl-ec-param.patch
# RC Patch
# Upstream fixes (100+)
-Patch100: upstream.patch
# Security fixes (200+)
@@ -851,7 +850,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch -P48 -p1 -b .ec-param
# upstream patches
-%patch -P100 -p1 -b .up
# security patches
@@ -1651,6 +1649,9 @@ fi
%changelog
+* Thu Aug 15 2024 Remi Collet <remi@remirepo.net> - 8.4.0~beta3-1
+- Update to 8.4.0beta3
+
* Wed Aug 14 2024 Remi Collet <remi@remirepo.net> - 8.4.0~beta1-3
- allow to build using libiodbc instead of unixODBC (--with iodbc)