diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 |
commit | 18f4b8dca8672943d3c4584f0c1c114c8d6cef60 (patch) | |
tree | ed3983df887c31cda585ccc26dabd807ad7237c0 /php-pecl-yaml-php7.spec | |
parent | ca9523a52db569764cc8d03a5ef52624f35a1f77 (diff) |
PHP 7.1 mass rebuild part #1
Diffstat (limited to 'php-pecl-yaml-php7.spec')
-rw-r--r-- | php-pecl-yaml-php7.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-yaml-php7.spec b/php-pecl-yaml-php7.spec index 3c04fdb..3545787 100644 --- a/php-pecl-yaml-php7.spec +++ b/php-pecl-yaml-php7.spec @@ -22,7 +22,7 @@ Summary: PHP Bindings for yaml Name: %{?sub_prefix}php-pecl-yaml Version: 2.0.0 -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;')}} License: MIT Group: Development/Languages URL: http://pecl.php.net/package/yaml @@ -234,6 +234,9 @@ fi %changelog +* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-2 +- rebuild with PHP 7.1.0 GA + * Mon Sep 26 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-1 - update to 2.0.0 (php 7) |