diff options
| -rw-r--r-- | php-pecl-couchbase2.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-couchbase2.spec b/php-pecl-couchbase2.spec index 774c886..bb81f5d 100644 --- a/php-pecl-couchbase2.spec +++ b/php-pecl-couchbase2.spec @@ -26,7 +26,7 @@  Summary:       Couchbase Server PHP extension  Name:          %{?sub_prefix}php-pecl-couchbase2  Version:       2.5.0 -Release:       2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:       PHP  URL:           http://pecl.php.net/package/couchbase  Source0:       http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -246,6 +246,9 @@ fi  %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.5.0-3 +- rebuild for 7.3.0beta2 new ABI +  * Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 2.5.0-2  - rebuld for 7.3.0alpha4 new ABI  | 
