diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-18 23:27:17 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-18 23:27:17 +0200 |
commit | e09f60c050d496bb1cc319bce7f988e57330ef2c (patch) | |
tree | 403394f63bd8b8b8309a88840d5457949ec83da6 | |
parent | 0f37729be12ce3d1b82994e09b460ede17084354 (diff) |
rebuild for 7.2.0beta1
-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 |