packages: php-pear-Net_SmartIRC/php-pear-Net_SmartIRC-fix_includes.patch, p...
glen
glen at pld-linux.org
Fri Aug 20 19:02:04 CEST 2010
Author: glen Date: Fri Aug 20 17:02:04 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- fix include path
---- Files affected:
packages/php-pear-Net_SmartIRC:
php-pear-Net_SmartIRC-fix_includes.patch (1.4 -> 1.5) , php-pear-Net_SmartIRC.spec (1.25 -> 1.26)
---- Diffs:
================================================================
Index: packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC-fix_includes.patch
diff -u packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC-fix_includes.patch:1.4 packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC-fix_includes.patch:1.5
--- packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC-fix_includes.patch:1.4 Thu Aug 19 15:19:42 2010
+++ packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC-fix_includes.patch Fri Aug 20 19:01:56 2010
@@ -1,5 +1,5 @@
---- Net_SmartIRC-1.0.1/usr/share/pear/Net/SmartIRC.php~ 2010-08-19 16:07:02.000000000 +0300
-+++ Net_SmartIRC-1.0.1/usr/share/pear/Net/SmartIRC.php 2010-08-19 16:09:15.338384660 +0300
+--- Net_SmartIRC-1.0.1/usr/share/pear/Net/SmartIRC.php 2010-08-19 16:09:15.338384660 +0300
++++ Net_SmartIRC-1.0.1/usr/share/pear/Net/SmartIRC.php 2010-08-20 20:00:47.535022269 +0300
@@ -43,7 +43,7 @@
*
*/
@@ -9,3 +9,14 @@
define('SMARTIRC_VERSION', '1.1.0-dev ($Revision$)');
define('SMARTIRC_VERSIONSTRING', 'Net_SmartIRC '.SMARTIRC_VERSION);
+@@ -2587,8 +2587,8 @@
+ }
+
+ // includes must be after the base class definition, required for PHP5
+-require_once 'SmartIRC/irccommands.php';
+-require_once 'SmartIRC/messagehandler.php';
++require_once 'IRC/SmartIRC/irccommands.php';
++require_once 'IRC/SmartIRC/messagehandler.php';
+
+ class Net_SmartIRC extends Net_SmartIRC_messagehandler
+ {
================================================================
Index: packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC.spec
diff -u packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC.spec:1.25 packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC.spec:1.26
--- packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC.spec:1.25 Thu Aug 19 15:19:42 2010
+++ packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC.spec Fri Aug 20 19:01:56 2010
@@ -8,7 +8,7 @@
Summary(pl.UTF-8): %{_pearname} - klasa klienta IRC
Name: php-pear-%{_pearname}
Version: 1.0.1
-Release: 1
+Release: 2
License: LGPL
Group: Development/Languages/PHP
Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -132,6 +132,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.26 2010/08/20 17:01:56 glen
+- fix include path
+
Revision 1.25 2010/08/19 13:19:42 glen
- up to 1.0.1, add phpdoc package
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC-fix_includes.patch?r1=1.4&r2=1.5&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC.spec?r1=1.25&r2=1.26&f=u
More information about the pld-cvs-commit
mailing list