summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-18 08:08:14 +0200
committerRemi Collet <remi@remirepo.net>2018-07-18 08:08:14 +0200
commit9f9e9e5ee2b489cc7b57266015465eeee5df79e5 (patch)
tree9c91ad4b463669147f916b0d79619b1c5cba15b2
parentc5d7ebac1b586c861430303b1b282dc42c9a951b (diff)
rebuild for 7.3.0alpha4 new ABI
-rw-r--r--php-pecl-selinux.spec9
1 files changed, 8 insertions, 1 deletions
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 <remi@remirepo.net> - 0.4.1-13
+- rebuild for 7.3.0alpha4 new ABI
+
* Fri Jun 22 2018 Remi Collet <remi@remirepo.net> - 0.4.1-12
- cleanup and rebuild