From 594944e4c1e693470e68eda238b122d0a0f6d661 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Sep 2016 20:41:16 +0200 Subject: PHP 7.1.0RC2 (SCL) + extension mass rebuild --- 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 7f90426..b8626bc 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.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.8.%{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: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?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 @@ -222,6 +222,9 @@ fi %changelog +* Wed Sep 14 2016 Remi Collet - 2.0.2-2 +- rebuild for PHP 7.1 new API version + * Mon Jul 4 2016 Remi Collet - 2.0.2-1 - Update to 2.0.2 (php 7, beta) - sources from pecl -- cgit