From 4605054b994a4d5ccda92f8089bb2ef13fa2f873 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Aug 2018 10:51:33 +0200 Subject: rebuild for 7.3.0beta2 new ABI --- php-pecl-raphf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-raphf.spec b/php-pecl-raphf.spec index c3832ec..9542fb4 100644 --- a/php-pecl-raphf.spec +++ b/php-pecl-raphf.spec @@ -35,10 +35,10 @@ Summary: Resource and persistent handles factory Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 2.0.0 %if 0%{?gh_date} -Release: 0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz %endif License: BSD @@ -278,6 +278,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet - 2.0.0-7 +- rebuild for 7.3.0beta2 new ABI + * Tue Jul 17 2018 Remi Collet - 2.0.0-6 - rebuld for 7.3.0alpha4 new ABI -- cgit