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 | 25158bf455cce691346d7ea64b057bbf2b7b8992 (patch) | |
tree | 47412d46b1d52d4477a1cd4bda60b4cdea0bcbde | |
parent | 6d6d3e8e268d3a254b5e7e8d127d9ca29288d585 (diff) |
PHP 7.1 mass rebuild part #2
-rw-r--r-- | php-pecl-dbase-php7.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-dbase-php7.spec b/php-pecl-dbase-php7.spec index dc70cd7..51bb909 100644 --- a/php-pecl-dbase-php7.spec +++ b/php-pecl-dbase-php7.spec @@ -21,7 +21,7 @@ Summary: dBase database file access functions Name: %{?sub_prefix}php-pecl-dbase Version: 7.0.0 -Release: 0.1.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -229,6 +229,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 7.0.0-0.2.beta1 +- rebuild with PHP 7.1.0 GA + * Wed Oct 26 2016 Remi Collet <remi@fedoraproject.org> - 7.0.0-0.1.beta1 - update to 7.0.0beta1 for PHP 7 |