packages: php/php.spec - mhash BC layer is now entirely within ext/hash acc...

glen glen at pld-linux.org
Fri Sep 18 11:08:20 CEST 2009


Author: glen                         Date: Fri Sep 18 09:08:20 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- mhash BC layer is now entirely within ext/hash according to 5.3.0 changelog

---- Files affected:
packages/php:
   php.spec (1.816 -> 1.817) 

---- Diffs:

================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.816 packages/php/php.spec:1.817
--- packages/php/php.spec:1.816	Mon Sep 14 12:56:24 2009
+++ packages/php/php.spec	Fri Sep 18 11:08:15 2009
@@ -8,7 +8,7 @@
 #   - removed from php 5.2:
 #   filepro, hw
 #   - removed from php 5.3:
-#   dbase, mhash, mime_magic, ming, ncurses, sybase
+#   dbase, mime_magic, ming, ncurses, sybase
 # - make additional headers and checking added by mail patch configurable
 # - modularize session, standard (output from pure php -m)?
 # - lib64 patch obsolete by $PHP_LIBDIR ?
@@ -309,10 +309,10 @@
 Summary(pl.UTF-8):	php jako program CGI/FastCGI
 Group:		Development/Languages/PHP
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
+Provides:	%{name}-fcgi = %{epoch}:%{version}-%{release}
 Provides:	php(cgi)
 Provides:	php(fcgi)
 Provides:	webserver(php)
-Provides:	%{name}-fcgi = %{epoch}:%{version}-%{release}
 Obsoletes:	php-fcgi < 4:5.3.0
 
 %description cgi
@@ -347,7 +347,7 @@
 Pakiet dostarczający dowiązanie symboliczne /usr/bin/php do PHP CLI.
 
 %package common
-Summary:	Common files needed by both Apache modules and CGI/CLI SAPI-s.
+Summary:	Common files needed by both Apache modules and CGI/CLI SAPI-s
 Summary(pl.UTF-8):	Wspólne pliki dla modułu apache'a i programu CGI
 Summary(ru.UTF-8):	Разделяемые библиотеки для php
 Summary(uk.UTF-8):	Бібліотеки спільного використання для php
@@ -369,7 +369,6 @@
 Provides:	php(zend_module_api) = %{zend_module_api}
 Provides:	php5(debug) = %{php_debug}
 Provides:	php5(thread-safety) = %{zend_zts}
-Obsoletes:	php-mhash
 Obsoletes:	php-pcre < 4:5.2.0
 Obsoletes:	php-pecl-domxml
 Obsoletes:	php-session < 3:4.2.1-2
@@ -693,6 +692,8 @@
 URL:		http://www.php.net/manual/en/book.gmp.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Provides:	php(hash)
+Provides:	php(mhash)
+Obsoletes:	php-mhash
 Obsoletes:	php-pecl-hash
 
 %description hash
@@ -764,14 +765,15 @@
 Provides:	php(intl)
 
 %description intl
-Internationalization extension (further is referred as Intl) is a wrapper 
-for ICU library, enabling PHP programmers to perform UCA-conformant 
-collation and date/time/number/currency formatting in their scripts.
+Internationalization extension (further is referred as Intl) is a
+wrapper for ICU library, enabling PHP programmers to perform
+UCA-conformant collation and date/time/number/currency formatting in
+their scripts.
 
 %description intl -l pl.UTF-8
-Rozszerzenie do internacjonalizacji (dalej nazywane Intl) jest wrapperem
-biblioteki ICU, pozwalającym programistom PHP na wykonywanie w skryptach
-porównań zdgodnych z UCA oraz formatowań daty/czasu/walut.
+Rozszerzenie do internacjonalizacji (dalej nazywane Intl) jest
+wrapperem biblioteki ICU, pozwalającym programistom PHP na wykonywanie
+w skryptach porównań zdgodnych z UCA oraz formatowań daty/czasu/walut.
 
 %package json
 Summary:	PHP C extension for JSON serialization
@@ -2727,6 +2729,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.817  2009/09/18 09:08:15  glen
+- mhash BC layer is now entirely within ext/hash according to 5.3.0 changelog
+
 Revision 1.816  2009/09/14 10:56:24  arekm
 - drop expat, not needed for anything
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.816&r2=1.817&f=u



More information about the pld-cvs-commit mailing list