]> git.pld-linux.org Git - packages/eventum.git/commitdiff
up to 3.7.4-455-g6ab8617c3
authorElan Ruusamäe <glen@delfi.ee>
Wed, 21 Aug 2019 21:12:46 +0000 (00:12 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 22 Aug 2019 07:01:38 +0000 (10:01 +0300)
eventum-paths.patch
eventum.spec

index 74103f0daf47cfab324549b67d0aaac021c0e489..f117c1c560cb7e10c874c608768c26a1deabccb6 100644 (file)
  
      /**
       * @var MountManager
---- eventum-3.7.1/src/Kernel.php~      2019-04-06 17:42:28.000000000 +0300
-+++ eventum-3.7.1/src/Kernel.php       2019-06-02 23:02:32.198743341 +0300
-@@ -87,11 +87,11 @@
-     public function getCacheDir(): string
-     {
--        return "{$this->rootDir}/var/cache/{$this->environment}";
-+        return APP_CACHE_PATH . '/' . $this->environment;
-     }
-     public function getLogDir(): string
-     {
--        return "{$this->rootDir}/var/log";
-+        return APP_LOG_PATH;
-     }
- }
 --- eventum/config/services.yml~       2019-08-02 01:33:18.681001511 +0300
 +++ eventum/config/services.yml        2019-08-02 01:33:20.290978222 +0300
 @@ -15,13 +15,13 @@
index 0a56623a2420f4c4f8b7dfc9ef3a080c95ea00b3..c296628e61670e3b605eeb53ff426c16636b71fb 100644 (file)
@@ -3,8 +3,8 @@
 %bcond_with    order   # with experimental order patch
 
 %define                rel             1
-%define                subver  440
-%define                githash cc5ad3db5
+%define                subver  455
+%define                githash 6ab8617c3
 %define                php_min_version 7.1.3
 Summary:       Eventum Issue / Bug tracking system
 Summary(pl.UTF-8):     Eventum - system śledzenia spraw/błędów
@@ -15,7 +15,7 @@ License:      GPL v2+
 Group:         Applications/WWW
 #Source0:      https://github.com/eventum/eventum/releases/download/v%{version}/%{name}-%{version}.tar.xz
 Source0:       https://github.com/eventum/eventum/releases/download/snapshot/%{name}-%{version}-%{subver}-g%{githash}.tar.xz
-# Source0-md5: 80fbe561a3f4e0bad81d8ff3d679ae39
+# Source0-md5: f058516f9843475a9e2c55db5b45d66b
 Source1:       %{name}-apache.conf
 Source2:       %{name}-mail-queue.cron
 Source3:       %{name}-mail-download.cron
This page took 0.038932 seconds and 4 git commands to generate.