rpms/php-pecl-selinux/F-11 php-pecl-selinux.spec,1.1,1.2

KaiGai Kohei kaigai at fedoraproject.org
Fri Apr 17 00:46:01 UTC 2009


Author: kaigai

Update of /cvs/pkgs/rpms/php-pecl-selinux/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18869

Modified Files:
	php-pecl-selinux.spec 
Log Message:
- The "permissive" tag was added to selinux_compute_av
- The selinux_deny_unknown() was added
- README is updated for the new features



Index: php-pecl-selinux.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-pecl-selinux/F-11/php-pecl-selinux.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-pecl-selinux.spec	10 Mar 2009 01:48:36 -0000	1.1
+++ php-pecl-selinux.spec	17 Apr 2009 00:45:30 -0000	1.2
@@ -4,15 +4,15 @@
 
 Summary: SELinux binding for PHP scripting language
 Name: php-pecl-selinux
-Version: 0.1.2
-Release: 1%{?dist}
+Version: 0.3.1
+Release: 2%{?dist}
 License: PHP
 Group: Development/Languages
 URL: http://pecl.php.net/package/%{pecl_name}
 Source: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-BuildRequires: php-devel >= 5.2.0, php-pear, libselinux-devel >= 2.0.43
-Requires: php >= 5.2.0, libselinux >= 2.0.43
+BuildRequires: php-devel >= 5.2.0, php-pear, libselinux-devel >= 2.0.80
+Requires: php >= 5.2.0, libselinux >= 2.0.80
 Requires(post): %{__pecl}
 Requires(postun): %{__pecl}
 %if 0%{?php_zend_api}
@@ -77,5 +77,13 @@
 %{pecl_xmldir}/%{name}.xml
 
 %changelog
+* Thu Apr 16 2009 KaiGai Kohei <kaigai at kaigai.gr.jp> - 0.3.1-1
+- The "permissive" tag was added to selinux_compute_av
+- The selinux_deny_unknown() was added
+- README is updated for the new features
+
+* Thu Mar 12 2009 KaiGai Kohei <kaigai at kaigai.gr.jp> - 0.2.1-1
+- Specfile to build RPM package is added.
+
 * Thu Mar  5 2009 KaiGai Kohei <kaigai at kaigai.gr.jp> - 0.1.2-1
 - The initial release of SELinux binding for PHP script language.




More information about the scm-commits mailing list