summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-31 12:59:30 +0200
committerRemi Collet <remi@remirepo.net>2020-03-31 12:59:30 +0200
commit666de453097255c86c33f0577bda10571c9373d4 (patch)
tree6f7e8358b7f58796280099b15d7db96b8d3f3e19
parent6638370fe5fb4a5e571a6c9468c0e393204ec5c1 (diff)
v2.1.2
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-yar.spec10
3 files changed, 7 insertions, 9 deletions
diff --git a/PHPINFO b/PHPINFO
index 9717705..502f90a 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
yar
yar support => enabled
-Version => 2.1.1
+Version => 2.1.2
Directive => Local Value => Master Value
yar.packager => msgpack => msgpack
diff --git a/REFLECTION b/REFLECTION
index f6dba11..d7e55bf 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #112 yar version 2.1.1 ] {
+Extension [ <persistent> extension #113 yar version 2.1.2 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -30,7 +30,7 @@ Extension [ <persistent> extension #112 yar version 2.1.1 ] {
}
- Constants [20] {
- Constant [ string YAR_VERSION ] { 2.1.1 }
+ Constant [ string YAR_VERSION ] { 2.1.2 }
Constant [ int YAR_OPT_PACKAGER ] { 1 }
Constant [ int YAR_OPT_PERSISTENT ] { 2 }
Constant [ int YAR_OPT_TIMEOUT ] { 4 }
diff --git a/php-pecl-yar.spec b/php-pecl-yar.spec
index d661529..2cf3bc3 100644
--- a/php-pecl-yar.spec
+++ b/php-pecl-yar.spec
@@ -19,17 +19,12 @@
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global pecl_name yar
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
-%if "%{php_version}" < "5.6"
-# After json, msgpack
-%global ini_name %{pecl_name}.ini
-%else
# After 40-json, 40-msgpack
%global ini_name 50-%{pecl_name}.ini
-%endif
Summary: Light, concurrent RPC framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 2.1.1
+Version: 2.1.2
%if 0%{?gh_date:1}
Release: 0.14.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
@@ -263,6 +258,9 @@ export YAR_API_PORT=$(%{__php} -r 'echo 8960 + PHP_MAJOR_VERSION*100 + PHP_MINOR
%changelog
+* Tue Mar 31 2020 Remi Collet <remi@remirepo.net> - 2.1.2-1
+- update to 2.1.2
+
* Mon Mar 16 2020 Remi Collet <remi@remirepo.net> - 2.1.1-1
- update to 2.1.1
- drop patches merged upstream