commit f71e0b206addb79645020d23060d1151250ae685
Author: Elan Ruusamäe <[email protected]>
Date:   Wed Mar 24 21:54:30 2021 +0200

    Up to 3.10.1

 eventum-paths.patch | 8 +++-----
 eventum.spec        | 4 ++--
 2 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/eventum.spec b/eventum.spec
index 00af8f3..753d5aa 100644
--- a/eventum.spec
+++ b/eventum.spec
@@ -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
diff --git a/eventum-paths.patch b/eventum-paths.patch
index 049f500..aad9903 100644
--- a/eventum-paths.patch
+++ b/eventum-paths.patch
@@ -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';
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/eventum.git/commitdiff/f71e0b206addb79645020d23060d1151250ae685

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to