From 37b3a5a5a175182f3307cfbe936c9dda121355aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Jul 2017 00:40:49 +0200 Subject: rebuild for 7.2.0beta1 --- php-pecl-taint.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-taint.spec b/php-pecl-taint.spec index b517513..34a252c 100644 --- a/php-pecl-taint.spec +++ b/php-pecl-taint.spec @@ -24,10 +24,10 @@ Summary: XSS code sniffer Name: %{?sub_prefix}php-pecl-taint Version: 2.0.2 %if 0%{?gh_date:1} -Release: 0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.9.%{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}/%{gh_project}-%{version}-%{gh_short}.tar.gz %else -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif License: PHP @@ -236,6 +236,9 @@ fi %changelog +* Tue Jul 18 2017 Remi Collet - 2.0.2-5 +- rebuild for PHP 7.2.0beta1 new API + * Thu Jun 29 2017 Remi Collet - 2.0.2-4 - ignore PHP_VERSION_ID check as test suite is ok with PHP 7.2 see https://github.com/laruence/taint/issues/55 -- cgit