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 a966fb5..313b6d9 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: 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: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{proj_name} @@ -219,6 +219,9 @@ cd ../ZTS %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 0.4.0-3 +- rebuild for PHP 7.2.0beta1 new API + * Thu Jul 13 2017 Remi Collet <remi@remirepo.net> - 0.4.0-2 - add patch for https://github.com/etsy/phan/issues/1015 from https://github.com/mgdm/Mosquitto-PHP/pull/73 |