From 8a3f73be2419ec06f2ad741481c130985eb2555c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 22:02:10 +0200 Subject: rebuild for 7.2.0beta1 --- php-pecl-igbinary.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index c9073b9..52a5e44 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -30,10 +30,10 @@ Summary: Replacement for the standard PHP serializer Name: %{?sub_prefix}php-pecl-igbinary Version: 2.0.4 %if 0%{?gh_date} -Release: 0.6.%{gh_date}git%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://github.com/%{extname}/%{extname}/archive/%{gh_commit}/%{extname}-%{version}-%{gh_short}.tar.gz %else -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: http://pecl.php.net/get/%{extname}-%{version}.tgz %endif License: BSD @@ -306,6 +306,9 @@ fi %changelog +* Tue Jul 18 2017 Remi Collet - 2.0.4-3 +- rebuild for PHP 7.2.0beta1 new API + * Wed Jun 21 2017 Remi Collet - 2.0.4-2 - rebuild for 7.2.0alpha2 -- cgit