packages: phorum/paths.patch, phorum/phorum.spec - two path fixes

glen glen at pld-linux.org
Fri Apr 9 17:01:47 CEST 2010


Author: glen                         Date: Fri Apr  9 15:01:47 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- two path fixes

---- Files affected:
packages/phorum:
   paths.patch (1.21 -> 1.22) , phorum.spec (1.55 -> 1.56) 

---- Diffs:

================================================================
Index: packages/phorum/paths.patch
diff -u packages/phorum/paths.patch:1.21 packages/phorum/paths.patch:1.22
--- packages/phorum/paths.patch:1.21	Thu Apr  1 16:08:07 2010
+++ packages/phorum/paths.patch	Fri Apr  9 17:01:39 2010
@@ -724,7 +724,7 @@
  <?php
  
 -include './include/thread_info.php';
-+include PHORUM_INCLUDES_DIR.'/include/thread_info.php';
++include PHORUM_INCLUDES_DIR.'/thread_info.php';
  
  if (! ini_get('safe_mode')) {
      set_time_limit(0);
@@ -1060,3 +1060,15 @@
          if (! $dir) return array(
              PHORUM_SANITY_CRIT,
              "Phorum is unable to open the directory \"include/lang/\". This
+--- phorum-5.2.15a/htdocs/follow.php~	2010-04-09 17:49:12.000000000 +0300
++++ phorum-5.2.15a/htdocs/follow.php	2010-04-09 17:56:52.883300409 +0300
+@@ -78,7 +78,8 @@
+ } else {
+     // we are following a new thread
+ 
+-    require_once("include/format_functions.php");
++    require_once PHORUM_INCLUDES_DIR.'/format_functions.php';
++
+     $messages = phorum_format_messages(array(1=>$message));
+     $message = $messages[1];
+ 

================================================================
Index: packages/phorum/phorum.spec
diff -u packages/phorum/phorum.spec:1.55 packages/phorum/phorum.spec:1.56
--- packages/phorum/phorum.spec:1.55	Fri Apr  9 16:45:46 2010
+++ packages/phorum/phorum.spec	Fri Apr  9 17:01:39 2010
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8):	Phorum - implementacja forum WWW w PHP
 Name:		phorum
 Version:	%{mainver}.15a
-Release:	0.67
+Release:	0.70
 License:	Apache-like
 Group:		Applications/WWW
 Source0:	http://www.phorum.org/downloads/%{name}-%{version}.tar.bz2
@@ -604,6 +604,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.56  2010/04/09 15:01:39  glen
+- two path fixes
+
 Revision 1.55  2010/04/09 14:45:46  glen
 - add update-et.patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/phorum/paths.patch?r1=1.21&r2=1.22&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/phorum/phorum.spec?r1=1.55&r2=1.56&f=u



More information about the pld-cvs-commit mailing list