summaryrefslogtreecommitdiffstats
path: root/php-pecl-yac.spec
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 /php-pecl-yac.spec
parent7af4d1712fd145a4a4fa96ee22b2dbc27ecefca5 (diff)
v2.0.2
Diffstat (limited to 'php-pecl-yac.spec')
-rw-r--r--php-pecl-yac.spec9
1 files changed, 5 insertions, 4 deletions
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