summaryrefslogtreecommitdiffstats
path: root/php-pecl-yar.spec
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 /php-pecl-yar.spec
parent6638370fe5fb4a5e571a6c9468c0e393204ec5c1 (diff)
v2.1.2
Diffstat (limited to 'php-pecl-yar.spec')
-rw-r--r--php-pecl-yar.spec10
1 files changed, 4 insertions, 6 deletions
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