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 | 9f67132fc1e29530ad734ac4655a34c87fec9a59 (patch) | |
tree | 5c4f1c2418d98fe392a98051dd6dc6d8b1bdd6bb | |
parent | cb08b5e3c40feb4f2b8e39d6956f93056121c978 (diff) |
PHP 7.1 mass rebuild part #1
-rw-r--r-- | php-pecl-vips.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-vips.spec b/php-pecl-vips.spec index 5b21152..1ac91f5 100644 --- a/php-pecl-vips.spec +++ b/php-pecl-vips.spec @@ -19,7 +19,7 @@ Summary: PHP extension for interfacing with libvips Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.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} @@ -206,6 +206,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 1.0.1-2 +- rebuild with PHP 7.1.0 GA + * Fri Nov 25 2016 Remi Collet <remi@fedoraproject.org> - 1.0.1-1 - Update to 1.0.1 |