From d37473887f0c327d83b45f8aab41f0478da58a25 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 22:19:19 +0200 Subject: rebuild for 7.2.0beta1 --- php-pecl-druid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-druid.spec b/php-pecl-druid.spec index ee44cc9..4f49955 100644 --- a/php-pecl-druid.spec +++ b/php-pecl-druid.spec @@ -25,7 +25,7 @@ Summary: A Druid driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.9.2 -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: ASL 2.0 Group: Development/Languages URL: http://pecl.php.net/package/%{proj_name} @@ -239,6 +239,9 @@ cd ../ZTS %changelog +* Tue Jul 18 2017 Remi Collet - 0.9.2-3 +- rebuild for PHP 7.2.0beta1 new API + * Sat Jun 24 2017 Remi Collet - 0.9.2-2 - add patch for PHP 7.2 from https://github.com/Neeke/PHP-Druid/pull/8 -- cgit