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 | 2ff4ca4cd7aa5b913cac0d9ff51fe8256aababf0 (patch) | |
| tree | f1a71499c945369f482c9cc26b96ffd3bba51e9d | |
| parent | 50309336ec387d2723a2da1ad4983a26eaa1c877 (diff) | |
PHP 7.1 mass rebuild part #1
| -rw-r--r-- | php-pecl-uv.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-uv.spec b/php-pecl-uv.spec index 338b1f2..1aab019 100644 --- a/php-pecl-uv.spec +++ b/php-pecl-uv.spec @@ -19,7 +19,7 @@  Summary:        Libuv wrapper  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        0.1.1 -Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -217,6 +217,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 0.1.1-2 +- rebuild with PHP 7.1.0 GA +  * Mon Nov 14 2016 Remi Collet <remi@fedoraproject.org> - 0.1.1-1  - Update to 0.1.1  | 
