diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-03 12:17:55 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-03 12:17:55 +0200 |
commit | 356ce6027484ab68d3f89eb55f74b297c64391e6 (patch) | |
tree | d5008f28ced88d28f41beb9a3a35afce0406d66b | |
parent | 112b11548b5bfca706175d4a8fa495e707fd4ddd (diff) |
rebuild for 7.4.0RC1
-rw-r--r-- | php-pecl-gearman.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-gearman.spec b/php-pecl-gearman.spec index 265074c..5a0d192 100644 --- a/php-pecl-gearman.spec +++ b/php-pecl-gearman.spec @@ -33,7 +33,7 @@ Name: %{?sub_prefix}php-pecl-gearman Version: %{extver} -Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: PHP wrapper to libgearman License: PHP @@ -233,6 +233,9 @@ fi %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 2.0.5-5 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 2.0.5-4 - rebuild for 7.4.0beta1 |