summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-selinux.spec7
3 files changed, 10 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
new file mode 100644
index 0000000..86c9187
--- /dev/null
+++ b/PHPINFO
@@ -0,0 +1,4 @@
+
+selinux
+
+Version => 0.4.2
diff --git a/REFLECTION b/REFLECTION
index f5d621d..91fc015 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #144 selinux version 0.4.1 ] {
+Extension [ <persistent> extension #135 selinux version 0.4.2 ] {
- Functions {
Function [ <internal:selinux> function selinux_is_enabled ] {
diff --git a/php-pecl-selinux.spec b/php-pecl-selinux.spec
index 4b626eb..f3a1b7b 100644
--- a/php-pecl-selinux.spec
+++ b/php-pecl-selinux.spec
@@ -32,8 +32,8 @@
Summary: SELinux binding for PHP scripting language
Name: %{?sub_prefix}php-pecl-selinux
-Version: 0.4.1
-Release: 14%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 0.4.2
+Release: 1%{?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
+* Mon Aug 20 2018 Remi Collet <remi@remirepo.net> - 0.4.2-1
+- update to 0.4.2
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.4.1-14
- rebuild for 7.3.0beta2 new ABI