[dokuwiki/el6/master] * Fix geshi path

topdog topdog at fedoraproject.org
Sun Mar 13 08:10:16 UTC 2011


commit 6ca1d954cd67b5a79a1a1cebce63f6a97fe16065
Author: Andrew Colin Kissa <andrew at topdog.za.net>
Date:   Sun Mar 13 10:03:12 2011 +0200

     * Fix geshi path

 dokuwiki-rm-bundled-libs.patch |    2 +-
 dokuwiki.spec                  |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/dokuwiki-rm-bundled-libs.patch b/dokuwiki-rm-bundled-libs.patch
index fc45f39..c9301c3 100644
--- a/dokuwiki-rm-bundled-libs.patch
+++ b/dokuwiki-rm-bundled-libs.patch
@@ -54008,7 +54008,7 @@ diff -ruN dokuwiki-2010-11-07a.orig/inc/load.php dokuwiki-2010-11-07a/inc/load.p
          'IXR_IntrospectionServer' => DOKU_INC.'inc/IXR_Library.php',
          'Doku_Plugin_Controller'=> DOKU_INC.'inc/plugincontroller.class.php',
 -        'GeSHi'                 => DOKU_INC.'inc/geshi.php',
-+        'GeSHi'                 => '/usr/share/php/geshi/geshi.php',
++        'GeSHi'                 => '/usr/share/php/geshi.php',
          'TarLib'                => DOKU_INC.'inc/TarLib.class.php',
          'ZipLib'                => DOKU_INC.'inc/ZipLib.class.php',
          'DokuWikiFeedCreator'   => DOKU_INC.'inc/feedcreator.class.php',
diff --git a/dokuwiki.spec b/dokuwiki.spec
index 8f03aef..5a349a4 100644
--- a/dokuwiki.spec
+++ b/dokuwiki.spec
@@ -1,6 +1,6 @@
 Name:		dokuwiki
 Version:	0
-Release:	0.6.20101107.a%{?dist}
+Release:	0.7.20101107.a%{?dist}
 Summary:	Standards compliant simple to use wiki
 Group:		Applications/Internet
 License:	GPLv2
@@ -189,6 +189,9 @@ fi
 %doc DOKUWIKI-SELINUX.README
 
 %changelog
+* Sun Mar 13 2011 Andrew Colin Kissa <andrew at topdog.za.net> - 0-0.7.20101107.a
+- Fix geshi path
+
 * Mon Jan 17 2011 Andrew Colin Kissa <andrew at topdog.za.net> - 0-0.6.20101107.a
 - Fix selinux sub package
 


More information about the scm-commits mailing list