diff options
| author | Remi Collet <remi@remirepo.net> | 2024-11-28 16:04:55 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-11-28 16:04:55 +0100 | 
| commit | 6324c78a5fc36b2336976cc098d3ae657f85fbf7 (patch) | |
| tree | 504fd38f0b95232fc8c25c575e21e78d491438d7 /php-pecl-xdebug3.spec | |
| parent | c74ac329206e21a089e3e7d68982b8def14bc24b (diff) | |
update to 3.4.0
Diffstat (limited to 'php-pecl-xdebug3.spec')
| -rw-r--r-- | php-pecl-xdebug3.spec | 38 | 
1 files changed, 10 insertions, 28 deletions
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index b935e78..6dd3d2f 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -19,13 +19,12 @@  %global pecl_name   xdebug  %global with_zts    0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit   921255659710b07db816bc0c71941a5a00b6bf6c +%global gh_commit   4284879cc0e3d749f872c2b7eec49521ca4b9ad0  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7}) -#global gh_date     20201011  # version/release  %global upstream_version 3.4.0 -%global upstream_prever  beta1 +#global upstream_prever  beta1  %global upstream_lower   %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]')  %global sources          src  %global _configure       ../%{sources}/configure @@ -35,18 +34,12 @@  Name:           %{?scl_prefix}php-pecl-xdebug3  Summary:        Provides functions for function traces and profiling -Version:        %{upstream_version}%{?upstream_lower:~%{upstream_lower}} -%if 0%{?gh_date:1} -Release:        1.%{gh_date}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -%else +Version:        %{upstream_version}%{?upstream_prever:~%{upstream_lower}}  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -%endif  License:        Xdebug-1.03  URL:            https://xdebug.org/  Source0:        https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tar.gz -# file is corrupted in 3.4.0beta1 tag -Source1:        https://raw.githubusercontent.com/%{pecl_name}/%{pecl_name}/refs/tags/3.4.0alpha1/xdebug.ini  BuildRequires:  make  BuildRequires:  %{?dtsprefix}gcc @@ -98,32 +91,18 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO  %prep  %setup -qc  mv %{pecl_name}-%{gh_commit} %{sources} - -%if 0%{?gh_date:1} -%{__php} -r ' -  $pkg = simplexml_load_file("NTS/package.xml"); -  $pkg->date = substr("%{gh_date}",0,4)."-".substr("%{gh_date}",4,2)."-".substr("%{gh_date}",6,2); -  $pkg->version->release = "%{upstream_version}dev"; -  $pkg->stability->release = "devel"; -  $pkg->asXML("package.xml"); -' -%else  mv %{sources}/package.xml . -%endif  sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml -cd %{sources} -cp %{SOURCE1} xdebug.ini - +pushd %{sources}  # Check extension version  ver=$(sed -n '/XDEBUG_VERSION/{s/.* "//;s/".*$//;p}' php_xdebug.h) -if test "$ver" != "%{upstream_version}%{?upstream_prever}%{?gh_date:-dev}"; then -   : Error: Upstream XDEBUG_VERSION version is ${ver}, expecting %{upstream_version}%{?upstream_perver}%{?gh_date:-dev}. +if test "$ver" != "%{upstream_version}%{?upstream_prever}"; then +   : Error: Upstream XDEBUG_VERSION version is ${ver}, expecting %{upstream_version}%{?upstream_perver}     exit 1  fi - -cd .. +popd  mkdir NTS  %if %{with_zts} @@ -279,6 +258,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Thu Nov 28 2024 Remi Collet <remi@remirepo.net> - 3.4.0-1 +- update to 3.4.0 +  * Fri Oct  4 2024 Remi Collet <remi@remirepo.net> - 3.4.0~beta1-1  - update to 3.4.0beta1  | 
