summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-19 00:40:49 +0200
committerRemi Collet <remi@remirepo.net>2017-07-19 00:40:49 +0200
commit37b3a5a5a175182f3307cfbe936c9dda121355aa (patch)
tree96980a3bdca3f616e0bb25b7e83d732939a60334
parent1c032ba167f3232b7767900b54962d15ed7a67eb (diff)
rebuild for 7.2.0beta1
-rw-r--r--php-pecl-taint.spec7
1 files 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 <remi@remirepo.net> - 2.0.2-5
+- rebuild for PHP 7.2.0beta1 new API
+
* Thu Jun 29 2017 Remi Collet <remi@fedoraproject.org> - 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