From 809c98531e98028fdc989e907ba0bb38d12d2a7e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 15 May 2020 07:30:56 +0200 Subject: v2.2.1 --- php-pecl-yac.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-yac.spec') diff --git a/php-pecl-yac.spec b/php-pecl-yac.spec index 59708ab..367de44 100644 --- a/php-pecl-yac.spec +++ b/php-pecl-yac.spec @@ -28,7 +28,7 @@ Summary: Lockless user data cache Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.2.0 +Version: 2.2.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 @@ -277,6 +277,9 @@ fi %changelog +* Fri May 15 2020 Remi Collet - 2.2.1-1 +- update to 2.2.1 + * Tue Mar 31 2020 Remi Collet - 2.2.0-1 - update to 2.2.0 - enable json, igbinary and msgpack serializers -- cgit