summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-08-01 10:39:25 +0200
committerRemi Collet <remi@remirepo.net>2017-08-01 10:39:25 +0200
commit5e8ad79f04a3724e73c8fd4c3cde207d821d12c1 (patch)
tree294335c827a24960da84dfdae35e656353a94385
parent7af4d1712fd145a4a4fa96ee22b2dbc27ecefca5 (diff)
v2.0.2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-yac.spec9
2 files changed, 7 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index 561f7ef..697e371 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #124 yac version 2.0.1 ] {
+Extension [ <persistent> extension #159 yac version 2.0.2 ] {
- INI {
Entry [ yac.enable <SYSTEM> ]
@@ -22,7 +22,7 @@ Extension [ <persistent> extension #124 yac version 2.0.1 ] {
}
- Constants [5] {
- Constant [ string YAC_VERSION ] { 2.0.1 }
+ Constant [ string YAC_VERSION ] { 2.0.2 }
Constant [ integer YAC_MAX_KEY_LEN ] { 48 }
Constant [ integer YAC_MAX_VALUE_RAW_LEN ] { 67108863 }
Constant [ integer YAC_MAX_RAW_COMPRESSED_LEN ] { 1048576 }
diff --git a/php-pecl-yac.spec b/php-pecl-yac.spec
index b3a70e0..c252a64 100644
--- a/php-pecl-yac.spec
+++ b/php-pecl-yac.spec
@@ -31,12 +31,12 @@
Summary: Lockless user data cache
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 2.0.1
+Version: 2.0.2
%if 0%{?gh_date:1}
Release: 0.8.%{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
%else
-Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
%endif
@@ -198,8 +198,6 @@ done
%check
-sed -e 's/Catchable/%s/' -i ?TS/tests/005.phpt
-
cd NTS
: Minimal load test for NTS extension
@@ -274,6 +272,9 @@ fi
%changelog
+* Tue Aug 1 2017 Remi Collet <remi@remirepo.net> - 2.0.2-1
+- Update to 2.0.2
+
* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 2.0.1-4
- rebuild for PHP 7.2.0beta1 new API