packages: phorum/paths.patch, phorum/phorum.spec - newforum fix
glen
glen at pld-linux.org
Wed Feb 10 11:08:45 CET 2010
Author: glen Date: Wed Feb 10 10:08:45 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- newforum fix
---- Files affected:
packages/phorum:
paths.patch (1.14 -> 1.15) , phorum.spec (1.40 -> 1.41)
---- Diffs:
================================================================
Index: packages/phorum/paths.patch
diff -u packages/phorum/paths.patch:1.14 packages/phorum/paths.patch:1.15
--- packages/phorum/paths.patch:1.14 Wed Jan 13 22:23:37 2010
+++ packages/phorum/paths.patch Wed Feb 10 11:08:40 2010
@@ -592,3 +592,14 @@
+ require_once PHORUM_INCLUDES_DIR.'/admin/newforum.php';
?>
+--- phorum/include/admin/editforum.php~ 2010-01-14 12:34:47.000000000 +0200
++++ phorum/include/admin/editforum.php 2010-01-14 12:34:48.878192205 +0200
+@@ -24,7 +24,7 @@
+ if(empty($_REQUEST["forum_id"])){
+ phorum_admin_error("forum_id not set");
+ } else {
+- include "./include/admin/newforum.php";
++ include PHORUM_INCLUDES_DIR."/admin/newforum.php";
+ }
+
+ ?>
================================================================
Index: packages/phorum/phorum.spec
diff -u packages/phorum/phorum.spec:1.40 packages/phorum/phorum.spec:1.41
--- packages/phorum/phorum.spec:1.40 Thu Jan 14 11:40:42 2010
+++ packages/phorum/phorum.spec Wed Feb 10 11:08:40 2010
@@ -6,7 +6,7 @@
Summary(pl.UTF-8): Phorum - implementacja forum WWW w PHP
Name: phorum
Version: %{mainver}.14
-Release: 0.47
+Release: 0.48
License: Apache-like
Group: Applications/WWW
Source0: http://www.phorum.org/downloads/%{name}-%{version}.tar.bz2
@@ -543,6 +543,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.41 2010/02/10 10:08:40 glen
+- newforum fix
+
Revision 1.40 2010/01/14 10:40:42 glen
- rename theme -> template to have same naming of objects
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/phorum/paths.patch?r1=1.14&r2=1.15&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/phorum/phorum.spec?r1=1.40&r2=1.41&f=u
More information about the pld-cvs-commit
mailing list