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 --- php-pecl-yac.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php-pecl-yac.spec') 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