diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-09 08:00:17 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-09 08:00:17 +0200 |
commit | ac58da004f7d8cc75fe4b2d6a749e64a4d6434a7 (patch) | |
tree | ed99c4891f8ac4ec4f8f1419589a25167bcc811b | |
parent | 536fc3235b79820b6599a3cedd21e8a6cc2d3eed (diff) |
v2.0.4
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-taint.spec | 7 |
2 files changed, 5 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #139 taint version 2.0.3 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 2.0.4-1 +- Update to 2.0.4 + * Tue Aug 1 2017 Remi Collet <remi@remirepo.net> - 2.0.3-1 - Update to 2.0.3 |