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 | c540a48cb8fab02abf7e3e6670cbfb23da94f371 (patch) | |
| tree | aded9ab98f149a89c4fb5e562098d1c66dd18c13 | |
| parent | bfe1c55ce00b1dd991aec6cf57a1c81453781cb6 (diff) | |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
| -rw-r--r-- | php-pecl-selinux.spec | 9 | 
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-selinux.spec b/php-pecl-selinux.spec index 0f27078..a5307ed 100644 --- a/php-pecl-selinux.spec +++ b/php-pecl-selinux.spec @@ -34,7 +34,7 @@  Summary:        SELinux binding for PHP scripting language  Name:           %{?sub_prefix}php-pecl-selinux  Version:        0.4.1 -Release:        7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        8%{?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} @@ -75,6 +75,10 @@ Obsoletes:     php56w-pecl-%{pecl_name} <= %{version}  Obsoletes:     php70u-pecl-%{pecl_name} <= %{version}  Obsoletes:     php70w-pecl-%{pecl_name} <= %{version}  %endif +%if "%{php_version}" > "7.1" +Obsoletes:     php71u-pecl-%{pecl_name} <= %{version} +Obsoletes:     php71w-pecl-%{pecl_name} <= %{version} +%endif  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -232,6 +236,9 @@ fi  %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 0.4.1-8 +- rebuild for PHP 7.1 new API version +  * Sun Mar  6 2016 Remi Collet <remi@fedoraproject.org> - 0.4.1-7  - adapt for F24  | 
