From 507aa10fdd018724ea4855c2dd2c6477416c73e3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Aug 2018 11:25:15 +0200 Subject: rebuild for 7.3.0beta2 new ABI --- 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 eacb37c..b34afa7 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.5 %if 0%{?gh_date:1} -Release: 0.2.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.3.%{gh_date}.%{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: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?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 @@ -242,6 +242,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet - 2.0.5-0.3.20180627.4b76d9f +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet - 2.0.5-0.2.20180627.4b76d9f - rebuild for 7.3.0alpha4 new ABI -- cgit