summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-gearman.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-gearman.spec b/php-pecl-gearman.spec
index 0349188..ec47d3a 100644
--- a/php-pecl-gearman.spec
+++ b/php-pecl-gearman.spec
@@ -27,7 +27,7 @@
Name: %{?sub_prefix}php-pecl-gearman
Version: %{extver}
-Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Summary: PHP wrapper to libgearman
License: PHP
@@ -197,6 +197,9 @@ fi
%changelog
+* Fri Apr 30 2021 Remi Collet <remi@remirepo.net> - 2.1.0-3
+- F34 rebuild for https://github.com/remicollet/remirepo/issues/174
+
* Sun Jan 17 2021 Remi Collet <remi@remirepo.net> - 2.1.0-1
- update to 2.1.0
- sources from pecl