From b721aee97cb0d2f266a2a062ed6e2380dd964010 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 27 Mar 2020 07:21:42 +0100 Subject: v2.1.1 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-yac.spec | 11 ++++------- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/PHPINFO b/PHPINFO index 09adfe0..753f10d 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ yac yac support => enabled -Version => 2.0.4 +Version => 2.1.1 Shared Memory => mmap Serializer => php diff --git a/REFLECTION b/REFLECTION index dce7165..0f1d6aa 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #112 yac version 2.0.4 ] { +Extension [ extension #112 yac version 2.1.1 ] { - INI { Entry [ yac.enable ] @@ -22,7 +22,7 @@ Extension [ extension #112 yac version 2.0.4 ] { } - Constants [5] { - Constant [ string YAC_VERSION ] { 2.0.4 } + Constant [ string YAC_VERSION ] { 2.1.1 } Constant [ int YAC_MAX_KEY_LEN ] { 48 } Constant [ int YAC_MAX_VALUE_RAW_LEN ] { 67108863 } Constant [ int YAC_MAX_RAW_COMPRESSED_LEN ] { 1048576 } diff --git a/php-pecl-yac.spec b/php-pecl-yac.spec index 293143a..1a9559f 100644 --- a/php-pecl-yac.spec +++ b/php-pecl-yac.spec @@ -31,7 +31,7 @@ Summary: Lockless user data cache Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.1.0 +Version: 2.1.1 %if 0%{?gh_date:1} Release: 0.12.%{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 @@ -40,9 +40,6 @@ Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_ Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif -Source1: https://raw.githubusercontent.com/laruence/yac/yac-%{version}/storage/yac_atomic.h -Patch0: https://github.com/laruence/yac/commit/7c7356f6eec923ac3ad6e96711af5bbc9effbb6e.patch - License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -119,9 +116,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -cp %{SOURCE1} storage/ -%patch0 -p1 - %if %{with_fastlz} sed -e '\:name="compressor/fastlz:d' -i ../package.xml rm -r compressor/fastlz @@ -278,6 +272,9 @@ fi %changelog +* Wed Mar 25 2020 Remi Collet - 2.1.1-1 +- update to 2.1.1 + * Wed Mar 25 2020 Remi Collet - 2.1.0-1 - update to 2.1.0 - add missing file from git repository and open -- cgit