diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-02 14:39:06 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-02 14:39:06 +0200 |
commit | 69d8242386a1f933a947cd01c1f26c35accc81d2 (patch) | |
tree | a260fee98db781748568d756673a426d310c4cdf | |
parent | f37590ce72c5b322f9b14209ea4993c671202615 (diff) |
rebuild
-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 |