diff options
-rw-r--r-- | php-pecl-gearman.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-gearman.spec b/php-pecl-gearman.spec index 99aa84e..e12dfb7 100644 --- a/php-pecl-gearman.spec +++ b/php-pecl-gearman.spec @@ -33,7 +33,7 @@ Name: %{?sub_prefix}php-pecl-gearman Version: %{extver} -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: PHP wrapper to libgearman Group: Development/Tools @@ -230,7 +230,10 @@ fi %changelog -* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 2.0.3-2.7.0 +* Tue Oct 3 2017 Remi Collet <remi@remirepo.net> - 2.0.3-4 +- F27: release bump + +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 2.0.3-2 - rebuild for PHP 7.2.0beta1 new API * Mon Jan 16 2017 Remi Collet <remi@fedoraproject.org> - 2.0.3-1 |