[packages/php-pecl-bitset] up to 2.0

glen glen at pld-linux.org
Thu Nov 21 21:05:05 CET 2013


commit 71baefba2dac83e3e77298cfed5bb97a23b8877f
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Nov 21 22:05:02 2013 +0200

    up to 2.0

 php-pecl-bitset.spec | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/php-pecl-bitset.spec b/php-pecl-bitset.spec
index c79b21f..48d5987 100644
--- a/php-pecl-bitset.spec
+++ b/php-pecl-bitset.spec
@@ -1,35 +1,35 @@
 %define		php_name	php%{?php_suffix}
 %define		modname	bitset
-%define		status		stable
 Summary:	%{modname} - managing sets of bits
 Summary(pl.UTF-8):	%{modname} - obróbka zbiorów bitów
 Name:		%{php_name}-pecl-%{modname}
-Version:	1.0.1
-Release:	4
+Version:	2.0
+Release:	1
 License:	PHP 3.01
 Group:		Development/Languages/PHP
 Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
-# Source0-md5:	bdd8cb9dcb5546e304e87c6db01d616f
+# Source0-md5:	377e3e3ce071ac10908df8ccdd4a5a26
 URL:		http://pecl.php.net/package/bitset/
-BuildRequires:	%{php_name}-devel >= 3:5.0.0
+BuildRequires:	%{php_name}-devel >= 3:5.3.0
 BuildRequires:	rpmbuild(macros) >= 1.650
 %{?requires_php_extension}
-Requires:	php(core) >= 5.0.4
 Obsoletes:	php-pear-%{modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This extension is a library for managing sets of bits in terms of Set
-Theory.
+The BitSet library assists by providing a mechanism to manage sets of
+bits. This provides a similar API (object-based) to java.util.BitSet
+with some PHP-specific flavoring.
 
-In PECL status of this extension is: %{status}.
+The original functions provided under 1.0 are still available, though
+deprecated as of 2.0 and will be removed under 3.0.
+
+IMPORTANT: Versions 2.0 and higher of this extension require PHP 5.3+
 
 %description -l pl.UTF-8
 Rozszerzenie to jest biblioteką do zarządzania zbiorami bitów w
 rozumieniu Teorii Zbiorów.
 
-To rozszerzenie ma w PECL status: %{status}.
-
 %prep
 %setup -qc
 mv %{modname}-%{version}/* .
@@ -61,6 +61,6 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc CREDITS EXPERIMENTAL README
+%doc CREDITS README
 %config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{modname}.ini
 %attr(755,root,root) %{php_extensiondir}/%{modname}.so
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-bitset.git/commitdiff/71baefba2dac83e3e77298cfed5bb97a23b8877f



More information about the pld-cvs-commit mailing list