]> git.pld-linux.org Git - packages/dokuwiki.git/commitdiff
update geshi autoload path for php 5.6+
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 18 Aug 2017 06:02:57 +0000 (09:02 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Fri, 18 Aug 2017 06:02:57 +0000 (09:02 +0300)
dokuwiki-geshi.patch
dokuwiki.spec

index cec596b1b302532a11ded5e9fbb80de584575c8b..15f5ce711d060d42542fd2fbad8b83d6ee3c2c8d 100644 (file)
@@ -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)
index 36b5910eb3408035daaa7fdd464f6415bf041869..abeda646b1c46740c13bee1e4677427b27c336c1 100644 (file)
@@ -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
This page took 0.040285 seconds and 4 git commands to generate.