diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
commit | 594944e4c1e693470e68eda238b122d0a0f6d661 (patch) | |
tree | d4f940ae2f24ab26695a9b13ec11544609be3d39 | |
parent | 45a00d9dd152ed7c3d3c7e9a39f5fdbc3ad0fee0 (diff) |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
-rw-r--r-- | php-pecl-taint.spec | 7 |
1 files 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 <remi@fedoraproject.org> - 2.0.2-2 +- rebuild for PHP 7.1 new API version + * Mon Jul 4 2016 Remi Collet <remi@fedoraproject.org> - 2.0.2-1 - Update to 2.0.2 (php 7, beta) - sources from pecl |