From af01d8335e036eb333d6738fbdc7a04255974afb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Jan 2016 10:32:32 +0100 Subject: php-pecl-xdebug: 2.4.0RC4 --- REFLECTION | 2 +- php-pecl-xdebug-php7.spec | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index dc5df43..4870333 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #224 xdebug version 2.4.0RC3 ] { +Extension [ extension #221 xdebug version 2.4.0RC4 ] { - INI { Entry [ xdebug.auto_trace ] diff --git a/php-pecl-xdebug-php7.spec b/php-pecl-xdebug-php7.spec index 5ed6e89..b2ce223 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 c2346797d81bce4c0a710eb6e69c5d76af7d1269 +%global gh_commit 148ed8b2a9a8e8d1e19cca82b364f3bfb23cdf92 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151118 %global with_tests 0%{?_with_tests:1} -%global prever RC3 +%global prever RC4 # 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.7.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.8.%{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 @@ -61,6 +61,8 @@ Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(Xdebug) = %{version} Provides: %{?scl_prefix}php-pecl(Xdebug)%{?_isa} = %{version} +Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} +Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} # Other third party repo stuff @@ -115,6 +117,8 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO mv %{pecl_name}-%{gh_commit} NTS mv NTS/package.xml . +%{?_licensedir:sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml} + cd NTS # Check extension version @@ -288,6 +292,9 @@ rm -rf %{buildroot} %changelog +* Wed Jan 27 2016 Remi Collet - 2.4.0-0.8.RC4 +- update to 2.4.0RC4 + * Sun Dec 13 2015 Remi Collet - 2.4.0-0.7.RC3 - update to 2.4.0RC3 -- cgit