[packages/dokuwiki] update geshi autoload path for php 5.6+

glen glen at pld-linux.org
Fri Aug 18 08:05:44 CEST 2017


commit 7143a33ad29a659ca9c606d3d604b291113722d0
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Fri Aug 18 09:02:57 2017 +0300

    update geshi autoload path for php 5.6+

 dokuwiki-geshi.patch | 11 +++++++++++
 dokuwiki.spec        |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/dokuwiki.spec b/dokuwiki.spec
index 36b5910..abeda64 100644
--- a/dokuwiki.spec
+++ b/dokuwiki.spec
@@ -8,7 +8,7 @@ Summary:	PHP-based Wiki webapplication
 Summary(pl.UTF-8):	Aplikacja WWW Wiki oparta na PHP
 Name:		dokuwiki
 Version:	%{ver}
-Release:	0.5
+Release:	0.6
 License:	GPL v2
 Group:		Applications/WWW
 # Source0Download: https://download.dokuwiki.org/archive
diff --git a/dokuwiki-geshi.patch b/dokuwiki-geshi.patch
index cec596b..15f5ce7 100644
--- a/dokuwiki-geshi.patch
+++ b/dokuwiki-geshi.patch
@@ -7,3 +7,14 @@
 -    'GeSHi' => $vendorDir . '/easybook/geshi/geshi.php',
 +    'GeSHi' => '/usr/share/php/geshi.php',
  );
+--- dokuwiki-2017-02-19c/vendor/composer/autoload_static.php~	2017-08-11 17:32:50.000000000 +0300
++++ dokuwiki-2017-02-19c/vendor/composer/autoload_static.php	2017-08-18 09:01:48.034574467 +0300
+@@ -44,7 +44,7 @@
+     );
+ 
+     public static $classMap = array (
+-        'GeSHi' => __DIR__ . '/..' . '/easybook/geshi/geshi.php',
++        'GeSHi' => '/usr/share/php/geshi.php',
+     );
+ 
+     public static function getInitializer(ClassLoader $loader)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dokuwiki.git/commitdiff/7143a33ad29a659ca9c606d3d604b291113722d0



More information about the pld-cvs-commit mailing list