diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 | 
| commit | f7dccc8c59a1d42880de50ef8ab27fef8d31116f (patch) | |
| tree | b063082403a866dd093c3bd133d5e673e3c8b7a6 | |
| parent | 563b717562c5e0b5b400424d7b539a6ba79bba83 (diff) | |
PHP 7.0.0RC5
| -rw-r--r-- | php-pecl-selinux.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-selinux.spec b/php-pecl-selinux.spec index 62b84f3..26b3646 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:        5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        6%{?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} @@ -93,7 +93,7 @@ The libselinux is a set of application program interfaces towards in-kernel  SELinux, contains get/set security context, communicate security server,  translate between raw and readable format and so on. -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}.  %prep @@ -230,6 +230,9 @@ fi  %changelog +* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 0.4.1-6 +- rebuild for PHP 7.0.0RC5 new API version +  * Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 0.4.1-5  - F23 rebuild with rh_layout  | 
