From 64a205c4329c82ec0e4073266aa398b7f2f97d84 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Dec 2016 13:39:44 +0100 Subject: PHP 7.1 mass rebuild part #2 --- php-pecl-mogilefs-php7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-mogilefs-php7.spec b/php-pecl-mogilefs-php7.spec index e329390..79eedfb 100644 --- a/php-pecl-mogilefs-php7.spec +++ b/php-pecl-mogilefs-php7.spec @@ -22,7 +22,7 @@ Summary: PHP client library to communicate with the MogileFS storage Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.9.3.1 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # https://github.com/lstrojny/pecl-mogilefs/issues/15 License: BSD Group: Development/Languages @@ -226,6 +226,9 @@ rm -rf %{buildroot} %changelog +* Thu Dec 1 2016 Remi Collet - 0.9.3.1-4 +- rebuild with PHP 7.1.0 GA + * Wed Sep 14 2016 Remi Collet - 0.9.3.1-3 - rebuild for PHP 7.1 new API version -- cgit