From 9f9e9e5ee2b489cc7b57266015465eeee5df79e5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jul 2018 08:08:14 +0200 Subject: rebuild for 7.3.0alpha4 new ABI --- php-pecl-selinux.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/php-pecl-selinux.spec b/php-pecl-selinux.spec index 0bafb37..69ad5c1 100644 --- a/php-pecl-selinux.spec +++ b/php-pecl-selinux.spec @@ -33,7 +33,7 @@ Summary: SELinux binding for PHP scripting language Name: %{?sub_prefix}php-pecl-selinux Version: 0.4.1 -Release: 12%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 13%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -73,6 +73,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version} Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.3" +Obsoletes: php73u-pecl-%{pecl_name} <= %{version} +Obsoletes: php73w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -227,6 +231,9 @@ fi %changelog +* Wed Jul 18 2018 Remi Collet - 0.4.1-13 +- rebuild for 7.3.0alpha4 new ABI + * Fri Jun 22 2018 Remi Collet - 0.4.1-12 - cleanup and rebuild -- cgit