commit e0b1a19f80ca9a42df750402d7b8050d6ba3ce1d
Author: Elan Ruusamäe <[email protected]>
Date: Thu Dec 8 13:20:28 2016 +0200
up to 3.1.6
autoload.patch | 6 +++---
eventum.spec | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/eventum.spec b/eventum.spec
index 65e5c74..8541dcf 100644
--- a/eventum.spec
+++ b/eventum.spec
@@ -10,12 +10,12 @@
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
diff --git a/autoload.patch b/autoload.patch
index 7ab87d1..5006048 100644
--- a/autoload.patch
+++ b/autoload.patch
@@ -387,8 +387,8 @@
// 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'));
@@ -397,7 +397,7 @@
- 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';
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/eventum.git/commitdiff/e0b1a19f80ca9a42df750402d7b8050d6ba3ce1d
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit