diff options
| -rw-r--r-- | php-pecl-mosquitto.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-mosquitto.spec b/php-pecl-mosquitto.spec index 425174c..a407d6d 100644 --- a/php-pecl-mosquitto.spec +++ b/php-pecl-mosquitto.spec @@ -23,7 +23,7 @@  Summary:        Extension for libmosquitto  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        0.4.0 -Release:        5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        BSD  URL:            http://pecl.php.net/package/%{proj_name}  Source0:        http://pecl.php.net/get/%{proj_name}-%{version}.tgz @@ -215,6 +215,9 @@ cd ../ZTS  %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.4.0-6 +- rebuild for 7.3.0beta2 new ABI +  * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.4.0-5  - rebuild for 7.3.0alpha4 new ABI  | 
