diff options
Diffstat (limited to 'php-pecl-xdebug.spec')
| -rw-r--r-- | php-pecl-xdebug.spec | 16 | 
1 files changed, 6 insertions, 10 deletions
| diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 0b46f4f..8eb8b64 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -16,7 +16,7 @@  %global pecl_name   xdebug  %global with_zts    0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit   0fb207dfad8566ddbaa0412b9068e08df0f59b77 +%global gh_commit   ca89d2486378852da9a20effdcc5b6d0f3f751e0  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date     20161004  %global with_tests  0%{?_with_tests:1} @@ -31,11 +31,11 @@  Name:           %{?scl_prefix}php-pecl-xdebug  Summary:        PECL package for debugging PHP scripts -Version:        2.5.1 +Version:        2.5.3  %if 0%{?gh_date:1}  Release:        0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %else -Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %endif  # The Xdebug License, version 1.01 @@ -45,7 +45,6 @@ Group:          Development/Languages  URL:            http://xdebug.org/  Source0:        https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}%{?prever}-%{gh_short}.tar.gz -BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildRequires:  %{?scl_prefix}php-pear  > 1.9.1  BuildRequires:  %{?scl_prefix}php-devel > 5.5  BuildRequires:  libedit-devel @@ -186,7 +185,6 @@ make %{?_smp_mflags}  %install -rm -rf %{buildroot}  %{?dtsenable}  # install NTS extension @@ -277,12 +275,7 @@ fi  %endif -%clean -rm -rf %{buildroot} - -  %files -%defattr(-,root,root,-)  %{?_licensedir:%license NTS/LICENSE}  %doc %{pecl_docdir}/%{pecl_name}  %{_bindir}/debugclient @@ -298,6 +291,9 @@ rm -rf %{buildroot}  %changelog +* Fri Apr 21 2017 Remi Collet <remi@remirepo.net> - 2.5.3-1 +- update to 2.5.3 +  * Mon Feb 27 2017 Remi Collet <remi@fedoraproject.org> - 2.5.1-2  - use uptream provided configuration with all settings | 
