diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 | 
| commit | 7a69a6afeaab1fb7355de45980c6fcf068a96b92 (patch) | |
| tree | e97ff31eb3f92d794bc8a4439bb7b8deb41ac402 | |
| parent | 196bb65aa6a18eb7a61d19e8d530f210637ba5a1 (diff) | |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
| -rw-r--r-- | php-pecl-geospatial.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-geospatial.spec b/php-pecl-geospatial.spec index 34c1ec7..76fb9a4 100644 --- a/php-pecl-geospatial.spec +++ b/php-pecl-geospatial.spec @@ -34,9 +34,9 @@ Summary:        PHP Extension to handle common geospatial functions  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        0.1.0  %if 0%{?gh_date:1} -Release:        0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %else -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;')}}  %endif  License:        PHP @@ -255,7 +255,10 @@ rm -rf %{buildroot}  %changelog -* Thu Jun  6 2016 Remi Collet <remi@fedoraproject.org> - 0.1.0-3 +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 0.1.0-4 +- rebuild for PHP 7.1 new API version + +* Mon Jun  6 2016 Remi Collet <remi@fedoraproject.org> - 0.1.0-3  - fix license installation on EL-6  * Sat Mar  5 2016 Remi Collet <remi@fedoraproject.org> - 0.1.0-2  | 
