]> git.pld-linux.org Git - packages/eventum.git/commitdiff
up to 3.1.6 auto/th/eventum-3.1.6-1
authorElan Ruusamäe <glen@delfi.ee>
Thu, 8 Dec 2016 11:20:28 +0000 (13:20 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 8 Dec 2016 23:12:53 +0000 (01:12 +0200)
autoload.patch
eventum.spec

index 7ab87d1280fbd6e34afe149c4d28ef8feecd0133..500604899f9a0b12d308a86afc8c0282673ebe8a 100644 (file)
  // fonts directory for phplot
 -define('APP_FONTS_PATH', APP_PATH . '/vendor/fonts/liberation');
 +define('APP_FONTS_PATH', '/usr/share/fonts/TTF');
---- eventum-3.1.4/vendor/composer/autoload_real.php~   2016-10-26 22:02:08.000000000 +0300
-+++ eventum-3.1.4/vendor/composer/autoload_real.php    2016-10-27 16:55:16.684709131 +0300
+--- eventum-3.1.6/vendor/composer/autoload_real.php~   2016-12-09 01:12:28.646671725 +0200
++++ eventum-3.1.6/vendor/composer/autoload_real.php    2016-12-09 01:12:30.253314754 +0200
 @@ -23,11 +23,7 @@
          self::$loader = $loader = new \Composer\Autoload\ClassLoader();
          spl_autoload_unregister(array('ComposerAutoloaderInitEventumCore', 'loadClassLoader'));
 -        array_push($includePaths, get_include_path());
 -        set_include_path(implode(PATH_SEPARATOR, $includePaths));
 -
--        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION');
+-        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
 +        $useStaticLoader = false; // TODO: patch autoload_static.php as well
          if ($useStaticLoader) {
              require_once __DIR__ . '/autoload_static.php';
index 65e5c74af1982815d315cd7ed9b4f407bcd48080..8541dcfb7b19b306e06bd519b22d9e6d1909a0f1 100644 (file)
 Summary:       Eventum Issue / Bug tracking system
 Summary(pl.UTF-8):     Eventum - system śledzenia spraw/błędów
 Name:          eventum
-Version:       3.1.5
+Version:       3.1.6
 Release:       %{?subver:1.%{subver}.%{?githash:g%{githash}.}}%{rel}
 License:       GPL v2+
 Group:         Applications/WWW
 Source0:       https://github.com/eventum/eventum/releases/download/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 078f52887859f10c7ca00f5f5aed900f
+# Source0-md5: c2310abed5bba088a227063d75c7a1f4
 #Source0:      %{name}-%{version}-%{subver}-g%{githash}.tar.gz
 Source1:       %{name}-apache.conf
 Source2:       %{name}-mail-queue.cron
This page took 0.062488 seconds and 4 git commands to generate.