diff options
-rw-r--r-- | php-pecl-selinux.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-selinux.spec b/php-pecl-selinux.spec index 69ad5c1..4b626eb 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: 13%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 14%{?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 @@ -231,6 +231,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.4.1-14 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.4.1-13 - rebuild for 7.3.0alpha4 new ABI |