]> git.pld-linux.org Git - packages/php-pear-PEAR.git/commitdiff
- updated to 1.4.8
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 6 Mar 2006 01:13:40 +0000 (01:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-PEAR-rpmpkgname.patch -> 1.2

php-pear-PEAR-rpmpkgname.patch

index cd9f03bf7fcd9f40fe6fb367b63dd5aea16aa4c7..02a69061e0325f802b595d01b33c5b09cb99d604 100644 (file)
@@ -1,18 +1,19 @@
---- .//usr/share/pear/PEAR/Command/Package.php 2005-09-18 16:13:23.000000000 +0300
-+++ /usr/share/pear/PEAR/Command/Package.php   2005-09-18 16:22:11.000000000 +0300
-@@ -794,15 +794,17 @@
+--- PEAR-1.4.8/usr/share/pear/PEAR/Command/Package.php~        2006-03-06 03:09:16.000000000 +0200
++++ PEAR-1.4.8/usr/share/pear/PEAR/Command/Package.php 2006-03-06 03:11:58.000000000 +0200
+@@ -819,8 +819,10 @@
          if (isset($options['rpm-pkgname'])) {
              $rpm_pkgname_format = $options['rpm-pkgname'];
          } else {
 -            if ($pf->getChannel() == 'pear.php.net' || $pf->getChannel() == 'pecl.php.net') {
 -                $alias = 'PEAR';
-+                      if ($pf->getChannel() == 'pear.php.net') {
++            if ($pf->getChannel() == 'pear.php.net') {
 +                $alias = 'php-pear';
-+                      } elseif ($pf->getChannel() == 'pecl.php.net') {
++            } elseif ($pf->getChannel() == 'pecl.php.net') {
 +                $alias = 'php-pecl';
              } else {
                  $chan = &$reg->getChannel($pf->getChannel());
-                 $alias = $chan->getAlias();
+                 if (PEAR::isError($chan)) {
+@@ -830,7 +832,7 @@
                  $alias = strtoupper($alias);
                  $info['possible_channel'] = $pf->getChannel() . '/';
              }
This page took 0.073708 seconds and 4 git commands to generate.