diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-22 09:34:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-22 09:34:35 +0200 |
commit | 438159177a8b5de7fd4d25af8a29dc0fd71fa661 (patch) | |
tree | 9802b63a132a0f19e5a420d3c80a8512711c5cf3 | |
parent | bc6b42b87e13ad885edcd9fcb7250e9b12826688 (diff) |
PHP 7.0.0beta2 + mass rebuild of ext.
-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 add446d..0f0e10e 100644 --- a/php-pecl-selinux.spec +++ b/php-pecl-selinux.spec @@ -37,7 +37,7 @@ Summary: SELinux binding for PHP scripting language Name: %{?sub_prefix}php-pecl-selinux Version: 0.4.1 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?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} @@ -230,6 +230,9 @@ fi %changelog +* Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 0.4.1-4 +- rebuild against php 7.0.0beta2 + * Wed Jul 8 2015 Remi Collet <remi@fedoraproject.org> - 0.4.1-3 - rebuild against php 7.0.0beta1 |