diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 | 
| commit | 46b5b92c1f420244928666bf79c428a95da1233e (patch) | |
| tree | 137a78509cf1f10e4a54cf174012597386c1bf18 | |
| parent | 4072b9f9560a4a6a2c51110f96ce3bd027aa56ba (diff) | |
PHP 7.1 mass rebuild part #2
| -rw-r--r-- | php-pecl-mailparse-php7.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-mailparse-php7.spec b/php-pecl-mailparse-php7.spec index 7c3f236..e0eb162 100644 --- a/php-pecl-mailparse-php7.spec +++ b/php-pecl-mailparse-php7.spec @@ -24,7 +24,7 @@  Summary:   PHP PECL package for parsing and working with email messages  Name:      %{?sub_prefix}php-pecl-mailparse  Version:   3.0.1 -Release:   3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:   4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:   PHP  Group:     Development/Languages  URL:       http://pecl.php.net/package/mailparse @@ -222,6 +222,9 @@ fi  %changelog +* Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 3.0.1-4 +- rebuild with PHP 7.1.0 GA +  * Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 3.0.1-3  - rebuild for PHP 7.1 new API version  | 
