]> git.pld-linux.org Git - packages/eventum.git/commitdiff
Up to 3.10.1 auto/th/eventum-3.10.1-1
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 24 Mar 2021 19:54:30 +0000 (21:54 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 24 Mar 2021 19:56:47 +0000 (21:56 +0200)
eventum-paths.patch
eventum.spec

index 049f50013a9a79e4a2ee2221a2ba2b6fdd16af73..aad990328ce2451253009864419122d7d4163c49 100644 (file)
@@ -1,6 +1,6 @@
---- eventum-3.9.7/src/Config/Paths.php~        2020-10-01 16:09:15.000000000 +0300
-+++ eventum-3.9.7/src/Config/Paths.php 2020-11-14 01:54:53.491837117 +0200
-@@ -22,20 +22,16 @@
+--- eventum-3.10.1/src/Config/Paths.php~       2020-12-02 23:16:35.000000000 +0200
++++ eventum-3.10.1/src/Config/Paths.php        2021-03-24 21:56:18.672527936 +0200
+@@ -22,18 +22,16 @@
      public const APP_PUBLIC_PATH = APP_PATH . '/htdocs';
      public const APP_INC_PATH = APP_PATH . '/lib/eventum';
  
@@ -15,8 +15,6 @@
      public const APP_TPL_PATH = APP_PATH . '/templates';
      public const APP_TPL_COMPILE_PATH = self::APP_CACHE_PATH . '/smarty';
 -    public const APP_LOG_PATH = self::APP_VAR_PATH . '/log';
--    /** @deprecated */
--    public const APP_ERROR_LOG = self::APP_LOG_PATH . '/errors.log';
 -    public const APP_LOCKS_PATH = self::APP_VAR_PATH . '/lock';
 +    public const APP_LOG_PATH = '/var/log/eventum';
 +    public const APP_LOCKS_PATH = '/var/run/eventum';
index 00af8f338d61c88e0775ea3f270418d9e1728926..753d5aa24e31a5cc6d5b3194b8b05752368ab222 100644 (file)
@@ -9,12 +9,12 @@
 Summary:       Eventum Issue / Bug tracking system
 Summary(pl.UTF-8):     Eventum - system śledzenia spraw/błędów
 Name:          eventum
-Version:       3.10.0
+Version:       3.10.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.xz
-# Source0-md5: 0c736e3091e5e5696217e500e1a33ec4
+# Source0-md5: ff8f9bd0bdddba5eaa38174a4c08ddaa
 #Source0:      https://github.com/eventum/eventum/releases/download/snapshot/%{name}-%{version}-%{subver}-g%{githash}.tar.xz
 Source1:       %{name}-apache.conf
 Source2:       %{name}-mail-queue.cron
This page took 0.055824 seconds and 4 git commands to generate.