diff options
| -rw-r--r-- | macros-build | 2 | ||||
| -rw-r--r-- | php82.spec | 7 | 
2 files changed, 7 insertions, 2 deletions
diff --git a/macros-build b/macros-build index ba4632d..c7cab7c 100644 --- a/macros-build +++ b/macros-build @@ -6,6 +6,8 @@    %{?@SCL@___pear:%global __pear %@SCL@___pear}    %{?@SCL@___pecl:%global __pecl %@SCL@___pecl}    %{?@SCL@___php:%global  __php  %@SCL@___php} +  %{?@SCL@___phpize:%global  __phpize  %@SCL@___phpize} +  %{?@SCL@___phpconfig:%global  __phpconfig  %@SCL@___phpconfig}    %{?@SCL@_pecl_xmldir:%global pecl_xmldir %@SCL@_pecl_xmldir}    %global pear_metadir %@SCL@_pear_metadir    %global pear_xmldir  %@SCL@_pear_xmldir @@ -26,7 +26,7 @@  Summary:       Package that installs PHP 8.2  Name:          %scl_name  Version:       8.2 -Release:       4%{?dist} +Release:       5%{?dist}  License:       GPL-2.0-or-later  Source0:       macros-build @@ -259,11 +259,14 @@ restorecon -R %{_localstatedir} &>/dev/null || :  %changelog +* Wed Apr 26 2023 Remi Collet <remi@remirepo.net> 8.2-5 +- redefine %%__phpize and %%__phpconfig +  * Thu Mar  9 2023 Remi Collet <remi@remirepo.net> 8.2-4  - improve the man page  * Thu Mar  9 2023 Remi Collet <remi@remirepo.net> 8.2-3 -- define %%scl_vendor and %%_scl_prefix in macros.php81-config +- define %%scl_vendor and %%_scl_prefix in macros.php82-config  - move man page out of scl tree  * Wed Jun 22 2022 Remi Collet <remi@remirepo.net> 8.2-2  | 
