packages: php-pear-Net_SmartIRC/php-pear-Net_SmartIRC-fix_includes.patch, p...

glen glen at pld-linux.org
Mon Aug 23 19:19:32 CEST 2010


Author: glen                         Date: Mon Aug 23 17:19:32 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix silly typo

---- Files affected:
packages/php-pear-Net_SmartIRC:
   php-pear-Net_SmartIRC-fix_includes.patch (1.6 -> 1.7) , php-pear-Net_SmartIRC.spec (1.26 -> 1.27) 

---- 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.6 packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC-fix_includes.patch:1.7
--- packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC-fix_includes.patch:1.6	Fri Aug 20 19:06:38 2010
+++ packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC-fix_includes.patch	Mon Aug 23 19:19:26 2010
@@ -17,8 +17,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';
++require_once 'Net/SmartIRC/irccommands.php';
++require_once 'Net/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.26 packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC.spec:1.27
--- packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC.spec:1.26	Fri Aug 20 19:01:56 2010
+++ packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC.spec	Mon Aug 23 19:19:26 2010
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8):	%{_pearname} - klasa klienta IRC
 Name:		php-pear-%{_pearname}
 Version:	1.0.1
-Release:	2
+Release:	3
 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.27  2010/08/23 17:19:26  glen
+- fix silly typo
+
 Revision 1.26  2010/08/20 17:01:56  glen
 - fix include path
 
================================================================

---- 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.6&r2=1.7&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pear-Net_SmartIRC/php-pear-Net_SmartIRC.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list