diff options
Diffstat (limited to 'php-pecl-yac.spec')
-rw-r--r-- | php-pecl-yac.spec | 9 |
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 |