diff options
-rw-r--r-- | php-pecl-xdebug.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 289e0ba..44c2e4c 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -35,7 +35,7 @@ Version: 2.5.5 %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: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif # The Xdebug License, version 1.01 @@ -291,6 +291,9 @@ fi %changelog +* Mon Oct 2 2017 Remi Collet <remi@remirepo.net> - 2.5.5-2 +- F27 rebuild + * Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 2.5.5-1 - Update to 2.5.5 |