v3.3.0alpha2
This commit is contained in:
parent
069229338e
commit
af700fbb04
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/xdebug-3.2.0-77aaa48.tar.gz
|
/xdebug-3.2.0-77aaa48.tar.gz
|
||||||
/xdebug-3.2.1-2c5f0ff.tar.gz
|
/xdebug-3.2.1-2c5f0ff.tar.gz
|
||||||
/xdebug-3.2.2-a909eb0.tar.gz
|
/xdebug-3.2.2-a909eb0.tar.gz
|
||||||
|
/xdebug-3.3.0alpha2-9b96425.tar.gz
|
||||||
|
@ -11,18 +11,15 @@
|
|||||||
|
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
# we don't want -z defs linker flag
|
|
||||||
%undefine _strict_symbol_defs_build
|
|
||||||
|
|
||||||
%global pecl_name xdebug
|
%global pecl_name xdebug
|
||||||
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
|
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
|
||||||
%global gh_commit a909eb088ad9fd8c8e09fcc71d892fa54b957b31
|
%global gh_commit 9b96425d0c21cdf2dc6bc658c72d0cfc65a58603
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
|
|
||||||
# version/release
|
# version/release
|
||||||
%global upstream_version 3.2.2
|
%global upstream_version 3.3.0
|
||||||
#global upstream_prever RC2
|
%global upstream_prever alpha2
|
||||||
#global upstream_lower %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]')
|
%global upstream_lower %(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]')
|
||||||
%global sources src
|
%global sources src
|
||||||
%global _configure ../%{sources}/configure
|
%global _configure ../%{sources}/configure
|
||||||
|
|
||||||
@ -32,7 +29,7 @@
|
|||||||
Name: php-pecl-xdebug3
|
Name: php-pecl-xdebug3
|
||||||
Summary: Provides functions for function traces and profiling
|
Summary: Provides functions for function traces and profiling
|
||||||
Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}}
|
Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tar.gz
|
Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tar.gz
|
||||||
|
|
||||||
License: Xdebug-1.03
|
License: Xdebug-1.03
|
||||||
@ -169,13 +166,13 @@ for mod in simplexml; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# only check if build extension can be loaded
|
# only check if build extension can be loaded
|
||||||
%{_bindir}/php \
|
%{__php} \
|
||||||
--no-php-ini \
|
--no-php-ini \
|
||||||
--define zend_extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \
|
--define zend_extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \
|
||||||
--modules | grep Xdebug
|
--modules | grep Xdebug
|
||||||
|
|
||||||
%if %{with_zts}
|
%if %{with_zts}
|
||||||
%{_bindir}/zts-php \
|
%{__ztsphp} \
|
||||||
--no-php-ini \
|
--no-php-ini \
|
||||||
--define zend_extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \
|
--define zend_extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \
|
||||||
--modules | grep Xdebug
|
--modules | grep Xdebug
|
||||||
@ -193,7 +190,7 @@ rm tests/debugger/bug00998-ipv6.phpt
|
|||||||
# bug00886 is marked as slow as it uses a lot of disk space
|
# bug00886 is marked as slow as it uses a lot of disk space
|
||||||
TEST_OPTS="-q -x --show-diff"
|
TEST_OPTS="-q -x --show-diff"
|
||||||
|
|
||||||
TEST_PHP_EXECUTABLE=%{_bindir}/php \
|
TEST_PHP_EXECUTABLE=%{__php} \
|
||||||
TEST_PHP_ARGS="-n $modules -d zend_extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \
|
TEST_PHP_ARGS="-n $modules -d zend_extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \
|
||||||
REPORT_EXIT_STATUS=1 \
|
REPORT_EXIT_STATUS=1 \
|
||||||
%{__php} -n run-xdebug-tests.php $TEST_OPTS
|
%{__php} -n run-xdebug-tests.php $TEST_OPTS
|
||||||
@ -217,6 +214,9 @@ REPORT_EXIT_STATUS=1 \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 3 2023 Remi Collet <remi@remirepo.net> - 3.3.0~alpha2-1
|
||||||
|
- update to 3.3.0alpha2
|
||||||
|
|
||||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-2
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (xdebug-3.2.2-a909eb0.tar.gz) = 4189405250d343a644f2dc874979724f632bf016f729219d3b6460938953ffa3a87d00ec3ecb1800ca861c47084304591b0f93ad94c943b0f893d9272dfdf4f5
|
SHA512 (xdebug-3.3.0alpha2-9b96425.tar.gz) = c1bcca1348343e0ebe2fc63fdfe855c047f9adfe4c232279dee0cacba6942e6e36c97400b588f19f5f4008aa7bb42bd90bf4016722311f0015dec339062c37dd
|
||||||
|
Loading…
Reference in New Issue
Block a user