]> git.pld-linux.org Git - packages/eventum.git/commitdiff
up to 3.3.1 auto/th/eventum-3.3.1-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 9 Oct 2017 20:21:11 +0000 (23:21 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 9 Oct 2017 20:22:33 +0000 (23:22 +0300)
eventum-paths.patch
eventum.spec

index 6baaa0573264fec15e2e6e4b5000baea8aa7c4f2..fc897ac637636a23e07caba9f5149d9481a0f356 100644 (file)
  
  if (!defined('SPHINX_LOG_PATH')) {
      define('SPHINX_LOG_PATH', '/var/log/sphinx/');
---- eventum-3.3.0/src/Attachment/StorageManager.php~   2017-07-19 23:14:28.000000000 +0300
-+++ eventum-3.3.0/src/Attachment/StorageManager.php    2017-10-08 15:47:26.170890911 +0300
-@@ -50,7 +50,7 @@
-         $mount_config = [
-             'pdo' => $this->getPdoAdapter(),
-             'legacy' => new Filesystem(new EventumLegacyAdapter()),
--            'local' => new Filesystem(new Local(APP_PATH . '/var/storage/')),
-+            'local' => new Filesystem(new Local('/var/lib/eventum/storage')),
-         ];
+--- eventum-3.3.1/src/Attachment/StorageManager.php~   2017-10-08 15:53:56.000000000 +0300
++++ eventum-3.3.1/src/Attachment/StorageManager.php    2017-10-09 23:22:00.162142738 +0300
+@@ -32,7 +32,7 @@
+      *
+      * @var string
+      */
+-    const STORAGE_PATH = APP_PATH . '/var/storage/';
++    const STORAGE_PATH = '/var/lib/eventum/storage/';
  
-         foreach ($setup['adapters'] as $adapter_name => $adapter_config) {
---- eventum-3.3.0/contrib/migrate_storage_adapter.php~ 2017-10-05 04:42:47.000000000 +0300
-+++ eventum-3.3.0/contrib/migrate_storage_adapter.php  2017-10-08 15:50:45.151352787 +0300
-@@ -124,7 +124,7 @@
-         if ($this->target_adapter === 'local') {
-             // try to set the timestamp on the filesystem to match what is stored in the database
--            $fs_path = str_replace('local://', APP_PATH . '/var/storage/', $new_path);
-+            $fs_path = str_replace('local://', '/var/lib/eventum/storage/', $new_path);
-             $created_date = strtotime($file['iat_created_date']);
-             touch($fs_path, $created_date);
-         }
+     /**
+      * @var MountManager
index 3321d0706718138467aca3bb48c61517132a7b54..00096f8212cc0f8288bfc874be034b68317b1574 100644 (file)
 Summary:       Eventum Issue / Bug tracking system
 Summary(pl.UTF-8):     Eventum - system śledzenia spraw/błędów
 Name:          eventum
-Version:       3.3.0
+Version:       3.3.1
 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: 20ad2c39360c60a047b088a588e36452
+# Source0-md5: 62d9f390647f3f789c41a5a2ebbdb78f
 #Source0:      https://github.com/eventum/eventum/releases/download/snapshot/%{name}-%{version}-%{subver}-g%{githash}.tar.gz
 Source1:       %{name}-apache.conf
 Source2:       %{name}-mail-queue.cron
This page took 0.082576 seconds and 4 git commands to generate.