]> git.pld-linux.org Git - packages/php-pear-PEAR.git/commitdiff
- up to 1.9.4 AC-branch auto/ac/php-pear-PEAR-1_9_4-1 auto/th/php-pear-PEAR-1_9_4-1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 31 Jul 2011 14:27:53 +0000 (14:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bug-18428.patch -> 1.3
    php-pear-PEAR.spec -> 1.161

bug-18428.patch [deleted file]
php-pear-PEAR.spec

diff --git a/bug-18428.patch b/bug-18428.patch
deleted file mode 100644 (file)
index 81ec05c..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
---- /usr/share/pear/PEAR/Command/Install.php~  2011-04-08 22:09:35.000000000 +0200
-+++ /usr/share/pear/PEAR/Command/Install.php   2011-04-08 22:12:04.809795413 +0200
-@@ -364,7 +364,7 @@
-             $info = ob_get_contents();
-             ob_end_clean();
-             $debug = function_exists('leak') ? '_debug' : '';
--            $ts = preg_match('Thread Safety.+enabled', $info) ? '_ts' : '';
-+            $ts = preg_match('/Thread Safety.+enabled/', $info) ? '_ts' : '';
-             $enable = 'zend_extension' . $debug . $ts;
-         }
-         foreach ($ini[$search] as $line => $extension) {
-@@ -417,7 +417,7 @@
-             $info = ob_get_contents();
-             ob_end_clean();
-             $debug = function_exists('leak') ? '_debug' : '';
--            $ts = preg_match('Thread Safety.+enabled', $info) ? '_ts' : '';
-+            $ts = preg_match('/Thread Safety.+enabled/', $info) ? '_ts' : '';
-             $enable = 'zend_extension' . $debug . $ts;
-         }
-         $found = false;
-@@ -774,7 +774,7 @@
-                                 $info = ob_get_contents();
-                                 ob_end_clean();
-                                 $debug = function_exists('leak') ? '_debug' : '';
--                                $ts = preg_match('Thread Safety.+enabled', $info) ? '_ts' : '';
-+                                $ts = preg_match('/Thread Safety.+enabled/', $info) ? '_ts' : '';
-                                 $exttype = 'zend_extension' . $debug . $ts;
-                             }
-                             $extrainfo[] = 'You should add "' . $exttype . '=' .
-@@ -1035,7 +1035,7 @@
-                                     $info = ob_get_contents();
-                                     ob_end_clean();
-                                     $debug = function_exists('leak') ? '_debug' : '';
--                                    $ts = preg_match('Thread Safety.+enabled', $info) ? '_ts' : '';
-+                                    $ts = preg_match('/Thread Safety.+enabled/', $info) ? '_ts' : '';
-                                     $exttype = 'zend_extension' . $debug . $ts;
-                                 }
-                                 $this->ui->outputData('Unable to remove "' . $exttype . '=' .
index b029f3fe0e735ddb875cde66e0acf0e3db309afd..42ff02fe05c5c8c51a96d8aaacd5f8ed71f8bc81 100644 (file)
 Summary:       PEAR Base System
 Summary(pl.UTF-8):     Podstawowy system PEAR
 Name:          php-pear-%{_pearname}
-Version:       1.9.2
+Version:       1.9.4
 Release:       1
 Epoch:         1
 License:       New BSD License
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 2810094b44cf1e9e7da5b5bc3e7b1798
+# Source0-md5: c52b09758e851235e6a93a2c1e1a8ee9
 Source1:       http://pear.php.net/get/Console_Getopt-1.2.3.tgz
 # Source1-md5: d7618327f9302a7191893768982de823
 Source2:       http://pear.php.net/get/Structures_Graph-1.0.3.tgz
 # Source2-md5: d2d8db74818be5cb0af7def3fc285bfc
 Patch0:                %{name}-sysconfdir.patch
-Patch1:                bug-18428.patch
 Patch5:                %{name}-FHS.patch
 URL:           http://pear.php.net/package/PEAR
 BuildRequires: /usr/bin/php
@@ -119,7 +118,6 @@ oraz klasy dla PHP 5:
 %pear_package_setup -z -D -n %{_pearname}-%{version}%{?_rc}
 
 %patch0 -p1
-%patch1 -p1
 %{?with_FHS:%patch5 -p1}
 
 find '(' -name '*~' -o -name '*.orig' ')' | xargs -r rm -v
This page took 0.073954 seconds and 4 git commands to generate.