packages: dokuwiki/dokuwiki-config.patch, dokuwiki/dokuwiki-paths.patch, do...
glen
glen at pld-linux.org
Fri Jan 27 08:42:23 CET 2012
Author: glen Date: Fri Jan 27 07:42:23 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 2012-01-25 Angua release
---- Files affected:
packages/dokuwiki:
dokuwiki-config.patch (1.17 -> 1.18) , dokuwiki-paths.patch (1.5 -> 1.6) , dokuwiki.spec (1.102 -> 1.103)
---- Diffs:
================================================================
Index: packages/dokuwiki/dokuwiki-config.patch
diff -u packages/dokuwiki/dokuwiki-config.patch:1.17 packages/dokuwiki/dokuwiki-config.patch:1.18
--- packages/dokuwiki/dokuwiki-config.patch:1.17 Wed Nov 23 21:27:43 2011
+++ packages/dokuwiki/dokuwiki-config.patch Fri Jan 27 08:42:17 2012
@@ -1,15 +1,14 @@
-diff -dur -x '*.orig' dokuwiki-2011-05-25.orig/conf/dokuwiki.php dokuwiki-2011-05-25/conf/dokuwiki.php
---- dokuwiki-2011-05-25.orig/conf/dokuwiki.php 2011-06-08 10:34:21.000000000 +0200
-+++ dokuwiki-2011-05-25/conf/dokuwiki.php 2011-06-08 10:34:49.000000000 +0200
-@@ -18,7 +18,7 @@
- $conf['lang'] = 'en'; //your language
+--- dokuwiki-2012-01-25/conf/dokuwiki.php~ 2012-01-27 09:33:02.000000000 +0200
++++ dokuwiki-2012-01-25/conf/dokuwiki.php 2012-01-27 09:33:34.363230629 +0200
+@@ -19,7 +19,7 @@
$conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection
$conf['baseurl'] = ''; //URL to server including protocol - blank for autodetect
+ $conf['cookiedir'] = ''; //Cookie path. Leave blank for using baseurl.
-$conf['savedir'] = './data'; //where to store all the files
-+$conf['savedir'] = '/var/lib/dokuwiki'; //where to store all the files
++$conf['savedir'] = '/var/lib/dokuwiki'; //where to store all the files
$conf['allowdebug'] = 0; //allow debug output, enable if needed 0|1
+ $conf['mediarevisions'] = 1; //enable/disable media revisions
- /* Display Options */
@@ -26,7 +26,7 @@
$conf['start'] = 'start'; //name of start page
$conf['title'] = 'PLD Linux DokuWiki'; //what to show in the title
@@ -19,14 +18,14 @@
$conf['fullpath'] = 0; //show full path of the document or relative to datadir only? 0|1
$conf['recent'] = 20; //how many entries to show in recent
$conf['breadcrumbs'] = 10; //how many recent visited pages to show
---- dokuwiki-rc2011-11-10/install.php~ 2011-11-21 12:43:24.000000000 +0200
-+++ dokuwiki-rc2011-11-10/install.php 2011-11-21 12:43:49.050477388 +0200
-@@ -49,7 +49,7 @@
- '2009-12-25' => '993c4b2b385643efe5abf8e7010e11f4',
+--- dokuwiki-2012-01-25/install.php~ 2012-01-27 09:34:09.000000000 +0200
++++ dokuwiki-2012-01-25/install.php 2012-01-27 09:34:34.872417423 +0200
+@@ -50,7 +50,7 @@
'2010-11-07' => '7921d48195f4db21b8ead6d9bea801b8',
'2011-05-25' => '4241865472edb6fa14a1227721008072',
-- '2011-11-10' => 'b46ff19a7587966ac4df61cbab1b8b31',
-+ '2011-11-10pld' => '551f1a079e8e83981789b951bd9db29c',
+ '2011-11-10' => 'b46ff19a7587966ac4df61cbab1b8b31',
+- '2012-01-25' => '72c083c73608fc43c586901fd5dabb74',
++ '2012-01-25pld' => '9e3d022699048b720ff54b6bdf49118f',
);
================================================================
Index: packages/dokuwiki/dokuwiki-paths.patch
diff -u packages/dokuwiki/dokuwiki-paths.patch:1.5 packages/dokuwiki/dokuwiki-paths.patch:1.6
--- packages/dokuwiki/dokuwiki-paths.patch:1.5 Tue Nov 10 15:08:18 2009
+++ packages/dokuwiki/dokuwiki-paths.patch Fri Jan 27 08:42:17 2012
@@ -12,8 +12,8 @@
// check for error reporting override or set error reporting to sane values
if (!defined('DOKU_E_LEVEL') && @file_exists(DOKU_CONF.'report_e_all')) {
---- dokuwiki-2009-02-14-paths/install.php 2009-02-14 14:13:25.000000000 +0200
-+++ dokuwiki-2009-02-14/install.php 2009-06-15 19:18:30.845283082 +0300
+--- dokuwiki-2012-01-25/install.php~ 2012-01-27 09:30:05.000000000 +0200
++++ dokuwiki-2012-01-25/install.php 2012-01-27 09:31:55.795792191 +0200
@@ -6,8 +6,9 @@
*/
@@ -26,28 +26,32 @@
// check for error reporting override or set error reporting to sane values
if (!defined('DOKU_E_LEVEL')) { error_reporting(E_ALL ^ E_NOTICE); }
-@@ -392,15 +393,15 @@
+@@ -422,17 +422,17 @@
$dirs = array(
- 'conf' => DOKU_LOCAL,
-- 'data' => DOKU_INC.'data',
-- 'pages' => DOKU_INC.'data/pages',
-- 'attic' => DOKU_INC.'data/attic',
-- 'media' => DOKU_INC.'data/media',
-- 'meta' => DOKU_INC.'data/meta',
-- 'cache' => DOKU_INC.'data/cache',
-- 'locks' => DOKU_INC.'data/locks',
-- 'index' => DOKU_INC.'data/index',
-- 'tmp' => DOKU_INC.'data/tmp'
-+ 'data' => DOKU_DATA,
-+ 'pages' => DOKU_DATA.'pages',
-+ 'attic' => DOKU_DATA.'attic',
-+ 'media' => DOKU_DATA.'media',
-+ 'meta' => DOKU_DATA.'meta',
-+ 'cache' => DOKU_DATA.'cache',
-+ 'locks' => DOKU_DATA.'locks',
-+ 'index' => DOKU_DATA.'index',
-+ 'tmp' => DOKU_DATA.'tmp'
+ 'conf' => DOKU_LOCAL,
+- 'data' => DOKU_INC.'data',
+- 'pages' => DOKU_INC.'data/pages',
+- 'attic' => DOKU_INC.'data/attic',
+- 'media' => DOKU_INC.'data/media',
+- 'media_attic' => DOKU_INC.'data/media_attic',
+- 'media_meta' => DOKU_INC.'data/media_meta',
+- 'meta' => DOKU_INC.'data/meta',
+- 'cache' => DOKU_INC.'data/cache',
+- 'locks' => DOKU_INC.'data/locks',
+- 'index' => DOKU_INC.'data/index',
+- 'tmp' => DOKU_INC.'data/tmp'
++ 'data' => DOKU_DATA,
++ 'pages' => DOKU_DATA.'pages',
++ 'attic' => DOKU_DATA.'attic',
++ 'media' => DOKU_DATA.'media',
++ 'media_attic' => DOKU_DATA.'media_attic',
++ 'media_meta' => DOKU_DATA.'media_meta',
++ 'meta' => DOKU_DATA.'meta',
++ 'cache' => DOKU_DATA.'cache',
++ 'locks' => DOKU_DATA.'locks',
++ 'index' => DOKU_DATA.'index',
++ 'tmp' => DOKU_DATA.'tmp'
);
$ok = true;
================================================================
Index: packages/dokuwiki/dokuwiki.spec
diff -u packages/dokuwiki/dokuwiki.spec:1.102 packages/dokuwiki/dokuwiki.spec:1.103
--- packages/dokuwiki/dokuwiki.spec:1.102 Fri Jan 6 10:41:36 2012
+++ packages/dokuwiki/dokuwiki.spec Fri Jan 27 08:42:17 2012
@@ -1,7 +1,7 @@
# $Revision$, $Date$
-%define subver 2011-11-10
+%define subver 2012-01-25
%define ver %(echo %{subver} | tr -d -)
-%define php_min_version 5.1.2
+%define php_min_version 5.2.4
%include /usr/lib/rpm/macros.php
Summary: PHP-based Wiki webapplication
Summary(pl.UTF-8): Aplikacja WWW Wiki oparta na PHP
@@ -11,9 +11,9 @@
License: GPL v2
Group: Applications/WWW
#Source0: https://github.com/splitbrain/dokuwiki/tarball/master#/%{name}.tgz
-#Source0: http://www.splitbrain.org/_media/projects/dokuwiki/%{name}-%{subver}.tgz
-Source0: http://www.splitbrain.org/_media/projects/dokuwiki/%{name}-rc%{subver}.tgz
-# Source0-md5: 6faf2f586cadbfc23d3b53745a00a482
+Source0: http://www.splitbrain.org/_media/projects/dokuwiki/%{name}-%{subver}.tgz
+# Source0-md5: da7ec30fc51c48035adc48dc0535a317
+#Source0: http://www.splitbrain.org/_media/projects/dokuwiki/%{name}-rc%{subver}.tgz
Source1: %{name}-apache.conf
Source2: %{name}-lighttpd.conf
Source3: http://glen.alkohol.ee/pld/jude.png
@@ -119,7 +119,7 @@
pozostawienie plików instalacyjnych mogłoby być niebezpieczne.
%prep
-%setup -q -n %{name}-rc%{subver}
+%setup -q -n %{name}-%{subver}
%patch0 -p1
%patch3 -p1
%patch4 -p1
@@ -385,6 +385,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.103 2012/01/27 07:42:17 glen
+- up to 2012-01-25 Angua release
+
Revision 1.102 2012/01/06 09:41:36 glen
- mature enough; rel 1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dokuwiki/dokuwiki-config.patch?r1=1.17&r2=1.18&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dokuwiki/dokuwiki-paths.patch?r1=1.5&r2=1.6&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dokuwiki/dokuwiki.spec?r1=1.102&r2=1.103&f=u
More information about the pld-cvs-commit
mailing list