diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-11-25 15:30:09 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-11-25 15:30:09 +0100 | 
| commit | 85af69307f44c795cd2c05e45d905ffaa1ab2f54 (patch) | |
| tree | c66744eccdd8eeb58ba77b0b931f84b0de46146d | |
| parent | ee8cf8f7412ae449c86d4613586e47b157227821 (diff) | |
php-pecl-xdebug: 2.4.0RC1
| -rw-r--r-- | php-pecl-xdebug-php7.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
| diff --git a/php-pecl-xdebug-php7.spec b/php-pecl-xdebug-php7.spec index ca12f0c..42b38d3 100644 --- a/php-pecl-xdebug-php7.spec +++ b/php-pecl-xdebug-php7.spec @@ -19,11 +19,11 @@  %global pecl_name   xdebug  %global with_zts    0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit   7e4523e00d4f950e222954ae75484beb86e35655 +%global gh_commit   b1d281f612d3b14abce0b090bfaedbfc8680c0cc  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date     20151118 +#global gh_date     20151118  %global with_tests  0%{?_with_tests:1} -%global prever      rc1-dev +%global prever      rc1  # XDebug should be loaded after opcache  %if "%{php_version}" < "5.6" @@ -35,7 +35,7 @@  Name:           %{?scl_prefix}php-pecl-xdebug  Summary:        PECL package for debugging PHP scripts  Version:        2.4.0 -Release:        0.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        0.5.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:        https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}%{?prever}-%{gh_short}.tar.gz  # The Xdebug License, version 1.01 @@ -288,6 +288,9 @@ rm -rf %{buildroot}  %changelog +* Wed Nov 25 2015 Remi Collet <remi@fedoraproject.org> - 2.4.0-0.5.RC1 +- update to 2.4.0RC1 +  * Thu Nov 19 2015 Remi Collet <remi@fedoraproject.org> - 2.4.0-0.4.20151118git7e4523e  - git snapshot, fix segfault with create_function | 
