From e09f60c050d496bb1cc319bce7f988e57330ef2c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 23:27:17 +0200 Subject: rebuild for 7.2.0beta1 --- php-pecl-mosquitto.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 0.4.0-3 +- rebuild for PHP 7.2.0beta1 new API + * Thu Jul 13 2017 Remi Collet - 0.4.0-2 - add patch for https://github.com/etsy/phan/issues/1015 from https://github.com/mgdm/Mosquitto-PHP/pull/73 -- cgit