SOURCES: php-pear-PEAR-rpmvars.patch - restore lost patch with pre...

glen glen at pld-linux.org
Wed Sep 28 22:23:46 CEST 2005


Author: glen                         Date: Wed Sep 28 20:23:46 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- restore lost patch with previous commit

---- Files affected:
SOURCES:
   php-pear-PEAR-rpmvars.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/php-pear-PEAR-rpmvars.patch
diff -u SOURCES/php-pear-PEAR-rpmvars.patch:1.4 SOURCES/php-pear-PEAR-rpmvars.patch:1.5
--- SOURCES/php-pear-PEAR-rpmvars.patch:1.4	Wed Sep 28 22:18:32 2005
+++ SOURCES/php-pear-PEAR-rpmvars.patch	Wed Sep 28 22:23:41 2005
@@ -1,3 +1,17 @@
+--- ./usr/share/pear/PEAR/Command/Package.php	2005-09-18 16:42:13.000000000 +0300
++++ /usr/share/pear/PEAR/Command/Package.php	2005-09-18 16:57:39.000000000 +0300
+@@ -877,6 +877,11 @@
+         $info['package'] = $pf->getPackage();
+         $info['version'] = $pf->getVersion();
+         $info['release_license'] = $pf->getLicense();
++        $info['release_state'] = $pf->getState();
++		list($info['class'], $info['subclass']) = explode('_', $info['package'], 2);
++		if (empty($info['subclass'])) {
++			$info['subclass'] = '%{nil}';
++		}
+         if ($pf->getDeps()) {
+             if ($pf->getPackagexmlVersion() == '1.0') {
+                 $requires = $conflicts = array();
 --- .//usr/share/pear/PEAR/Command/Package.php	2005-09-28 23:18:13.000000000 +0300
 +++ /usr/share/pear/PEAR/Command/Package.php	2005-09-28 23:16:37.000000000 +0300
 @@ -908,7 +908,7 @@
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/php-pear-PEAR-rpmvars.patch?r1=1.4&r2=1.5&f=u




More information about the pld-cvs-commit mailing list