summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-06 08:57:24 +0200
committerRemi Collet <remi@remirepo.net>2019-09-06 08:57:24 +0200
commit8fdb788b327ad64c875c152dc90e7865a3a7317e (patch)
treea401e103039434c37a43b8cfac3d20fbbc54aa82
parent356ce6027484ab68d3f89eb55f74b297c64391e6 (diff)
v2.0.6
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-gearman.spec23
3 files changed, 9 insertions, 20 deletions
diff --git a/PHPINFO b/PHPINFO
index f6fbb9c..3f3a197 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
gearman
gearman support => enabled
-extension version => 2.0.5
-libgearman version => 1.1.17
+extension version => 2.0.6
+libgearman version => 1.1.18
Default TCP Host => localhost
Default TCP Port => 4730
diff --git a/REFLECTION b/REFLECTION
index 03cdcd6..315ef36 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #89 gearman version 2.0.5 ] {
+Extension [ <persistent> extension #93 gearman version 2.0.6 ] {
- Constants [157] {
Constant [ string GEARMAN_DEFAULT_TCP_HOST ] { localhost }
diff --git a/php-pecl-gearman.spec b/php-pecl-gearman.spec
index 5a0d192..de97103 100644
--- a/php-pecl-gearman.spec
+++ b/php-pecl-gearman.spec
@@ -13,7 +13,7 @@
%scl_package php-pecl-gearman
%endif
-%global gh_commit c091685eeff28c28d04a79ebd53d99a149aae5c9
+%global gh_commit 1f1293c2fc0bc2aee90eb17fe571628cecdf97bf
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_date 20161112
%global gh_owner wcgallego
@@ -27,13 +27,13 @@
%global ini_name 40-%{pecl_name}.ini
%endif
-%global extver 2.0.5
+%global extver 2.0.6
%global libver 1.1.0
Name: %{?sub_prefix}php-pecl-gearman
Version: %{extver}
-Release: 5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Summary: PHP wrapper to libgearman
License: PHP
@@ -62,22 +62,8 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele
%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
# Other third party repo stuff
-Obsoletes: php53-pecl-%{pecl_name} <= %{version}
-Obsoletes: php53u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php54-pecl-%{pecl_name} <= %{version}
-Obsoletes: php54w-pecl-%{pecl_name} <= %{version}
-%if "%{php_version}" > "5.5"
-Obsoletes: php55u-pecl-%{pecl_name} <= %{version}
Obsoletes: php55w-pecl-%{pecl_name} <= %{version}
-%endif
-%if "%{php_version}" > "5.6"
-Obsoletes: php56u-pecl-%{pecl_name} <= %{version}
Obsoletes: php56w-pecl-%{pecl_name} <= %{version}
-%endif
-%if "%{php_version}" > "7.0"
-Obsoletes: php70u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php70w-pecl-%{pecl_name} <= %{version}
-%endif
%if "%{php_version}" > "7.1"
Obsoletes: php71u-pecl-%{pecl_name} <= %{version}
Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
@@ -233,6 +219,9 @@ fi
%changelog
+* Fri Sep 6 2019 Remi Collet <remi@remirepo.net> - 2.0.6-1
+- update to 2.0.6
+
* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 2.0.5-5
- rebuild for 7.4.0RC1