From ac58da004f7d8cc75fe4b2d6a749e64a4d6434a7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Aug 2017 08:00:17 +0200 Subject: v2.0.4 --- REFLECTION | 2 +- php-pecl-taint.spec | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index d8560b4..63c4dfb 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #139 taint version 2.0.3 ] { +Extension [ extension #140 taint version 2.0.4 ] { - Dependencies { Dependency [ xdebug (Conflicts) ] diff --git a/php-pecl-taint.spec b/php-pecl-taint.spec index a07c396..8b1aa29 100644 --- a/php-pecl-taint.spec +++ b/php-pecl-taint.spec @@ -22,7 +22,7 @@ Summary: XSS code sniffer Name: %{?sub_prefix}php-pecl-taint -Version: 2.0.3 +Version: 2.0.4 %if 0%{?gh_date:1} 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 @@ -94,8 +94,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -# see https://github.com/laruence/taint/issues/55 -sed -e '/PHP_VERSION_ID/s/70200/70300/' -i php_taint.h # When this file will be removed, clean the description. [ -f EXPERIMENTAL ] || exit 1 @@ -232,6 +230,9 @@ fi %changelog +* Wed Aug 9 2017 Remi Collet - 2.0.4-1 +- Update to 2.0.4 + * Tue Aug 1 2017 Remi Collet - 2.0.3-1 - Update to 2.0.3 -- cgit