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 | 91aa986ea8454430127f62926264605fbd657be7 (patch) | |
| tree | eb649fb51a00840ae897d0c68a3316a10bebfdad | |
| parent | ad09682c59fa60a8a161921b8ce0053431ee991a (diff) | |
PHP 7.1 mass rebuild part #2
| -rw-r--r-- | php-pecl-gender.spec | 12 | 
1 files changed, 5 insertions, 7 deletions
diff --git a/php-pecl-gender.spec b/php-pecl-gender.spec index 539a2f3..3a71531 100644 --- a/php-pecl-gender.spec +++ b/php-pecl-gender.spec @@ -7,15 +7,10 @@  # Please, preserve the changelog entries  #  %if 0%{?scl:1} -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- -%else  %global sub_prefix %{scl_prefix} -%endif +%scl_package       php-pecl-gender  %endif -%{?scl:          %scl_package        php-pecl-gender} -  %global with_zts   0%{?__ztsphp:1}  %global pecl_name  gender  %global with_tests %{?_without_tests:0}%{!?_without_tests:1} @@ -28,7 +23,7 @@  Summary:        Gender Extension  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.1.0 -Release:        8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        9%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  # Code is BSD, nam_dict.txt is GFDL  License:        BSD and GFDL  Group:          Development/Languages @@ -234,6 +229,9 @@ rm -rf %{buildroot}  %changelog +* Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 1.1.0-9 +- rebuild with PHP 7.1.0 GA +  * Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.1.0-8  - rebuild for PHP 7.1 new API version  | 
