From 5e8ad79f04a3724e73c8fd4c3cde207d821d12c1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Aug 2017 10:39:25 +0200 Subject: v2.0.2 --- REFLECTION | 4 ++-- php-pecl-yac.spec | 9 +++++---- 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 [ extension #124 yac version 2.0.1 ] { +Extension [ extension #159 yac version 2.0.2 ] { - INI { Entry [ yac.enable ] @@ -22,7 +22,7 @@ Extension [ 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 - 2.0.2-1 +- Update to 2.0.2 + * Tue Jul 18 2017 Remi Collet - 2.0.1-4 - rebuild for PHP 7.2.0beta1 new API -- cgit