]> git.pld-linux.org Git - packages/php-pecl-bitset.git/commitdiff
up to 2.0
authorElan Ruusamäe <glen@delfi.ee>
Thu, 21 Nov 2013 20:05:02 +0000 (22:05 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 21 Nov 2013 20:05:02 +0000 (22:05 +0200)
php-pecl-bitset.spec

index c79b21fc5d558f79e013868e23e9710d740458cd..48d5987551b8200bd1b402b3ae9b6f88a2b5564e 100644 (file)
@@ -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
This page took 0.150299 seconds and 4 git commands to generate.