]> git.pld-linux.org Git - packages/php-pear-PEAR.git/commitdiff
- use php-common as php package name, as bare php means apache module due BC reasons
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 3 Oct 2005 20:36:19 +0000 (20:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-PEAR-rpmvars.patch -> 1.14

php-pear-PEAR-rpmvars.patch

index 98036bcea9cb97d382f2262131dd08fb82a13e2b..4ae546fd999adf0645e512f238cf4ca28d490746 100644 (file)
                                                }
                      }
                      $trans = array(
+--- ./usr/share/pear/PEAR/Command/Package.php  2005-10-03 23:05:24.000000000 +0300
++++ /usr/share/pear/PEAR/Command/Package.php   2005-10-03 23:34:48.000000000 +0300
+@@ -930,7 +930,7 @@
+                                       // PHP engine
+                     if ($dep['type'] == 'php') {
+-                        $package = 'php';
++                        $package = 'php-common';
+                                       // PHP Extension
+                     } elseif ($dep['type'] == 'ext') {
+@@ -969,7 +969,7 @@
+                                       // known rpm epoches
+                                       $epoches = array(
+-                                              'php' => 3,
++                                              'php-common' => 3,
+                                               'php-pear-PEAR' => 1,
+                                       );
This page took 0.124377 seconds and 4 git commands to generate.