]> git.pld-linux.org Git - packages/php-pear-Net_LDAP2.git/commitdiff
- up to 2.0.10 auto/ac/php-pear-Net_LDAP2-2_0_10-1 auto/th/php-pear-Net_LDAP2-2_0_10-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 23 Aug 2010 14:02:12 +0000 (14:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    includepath.patch -> 1.3
    php-pear-Net_LDAP2.spec -> 1.8

includepath.patch [deleted file]
php-pear-Net_LDAP2.spec

diff --git a/includepath.patch b/includepath.patch
deleted file mode 100644 (file)
index 5636ab2..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-Upstream-Tracker: http://pear.php.net/bugs/bug.php?id=17770
-
---- Net_LDAP2-2.0.9/usr/share/pear/Net/LDAP2/Entry.php~        2010-08-20 20:07:04.000000000 +0300
-+++ Net_LDAP2-2.0.9/usr/share/pear/Net/LDAP2/Entry.php 2010-08-20 20:08:09.521645024 +0300
-@@ -20,7 +20,7 @@
- * Includes
- */
- require_once 'PEAR.php';
--require_once 'Util.php';
-+require_once 'Net/LDAP2/Util.php';
- /**
- * Object representation of a directory entry
---- Net_LDAP2-2.0.9/usr/share/pear/Net/LDAP2/Filter.php~       2010-08-20 20:07:04.000000000 +0300
-+++ Net_LDAP2-2.0.9/usr/share/pear/Net/LDAP2/Filter.php        2010-08-20 20:08:35.411741147 +0300
-@@ -18,7 +18,7 @@
- * Includes
- */
- require_once 'PEAR.php';
--require_once 'Util.php';
-+require_once 'Net/LDAP2/Util.php';
- /**
- * Object representation of a part of a LDAP filter.
index ddef4f185cb2f01e8bb087d1bde5df526995d4f3..e05474e3a54b60fac16b605dc0ad88d791f7e4af 100644 (file)
@@ -6,20 +6,19 @@
 Summary:       %{_pearname} - Object oriented interface for searching and manipulating LDAP-entries
 Summary(pl.UTF-8):     %{_pearname} - zorientowany obiektowo interfejs do wyszukiwania i obróbki wpisów LDAP
 Name:          php-pear-%{_pearname}
-Version:       2.0.9
-Release:       3
+Version:       2.0.10
+Release:       1
 License:       LGPL License
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: cd285da4ab27367bea339934c520ba77
-Patch0:                includepath.patch
+# Source0-md5: 791f0d5530a59d16d8d0d56fea82141a
 URL:           http://pear.php.net/package/Net_LDAP2/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.300
+Requires:      php-ldap
 Requires:      php-pear
 BuildArch:     noarch
-Requires:      php-ldap
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -68,7 +67,6 @@ Testy dla PEAR::%{_pearname}.
 
 %prep
 %pear_package_setup
-%patch0 -p1
 
 mv docs/%{_pearname}/doc/examples .
 
This page took 0.05368 seconds and 4 git commands to generate.