packages: rpm/rpm-php-requires.php - libxml rewrite

glen glen at pld-linux.org
Thu May 20 19:36:01 CEST 2010


Author: glen                         Date: Thu May 20 17:36:01 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- libxml rewrite

---- Files affected:
packages/rpm:
   rpm-php-requires.php (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: packages/rpm/rpm-php-requires.php
diff -u packages/rpm/rpm-php-requires.php:1.18 packages/rpm/rpm-php-requires.php:1.19
--- packages/rpm/rpm-php-requires.php:1.18	Tue Mar 23 12:48:46 2010
+++ packages/rpm/rpm-php-requires.php	Thu May 20 19:35:56 2010
@@ -140,6 +140,10 @@
 		if ($ext == 'bz2') {
 			$ext = 'bzip2';
 		}
+		// libxml ext is in php-xml package
+		if ($ext == 'libxml') {
+			$ext = 'xml';
+		}
 
 		// these need to be lowercased
 		if (in_array($ext, array('SPL', 'PDO', 'SQLite', 'Reflection', 'SimpleXML'))) {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpm/rpm-php-requires.php?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list