Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gromox for openSUSE:Factory checked 
in at 2023-04-17 17:41:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gromox (Old)
 and      /work/SRC/openSUSE:Factory/.gromox.new.2023 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gromox"

Mon Apr 17 17:41:49 2023 rev:12 rq:1079912 version:2.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/gromox/gromox.changes    2023-03-31 
21:15:40.978429175 +0200
+++ /work/SRC/openSUSE:Factory/.gromox.new.2023/gromox.changes  2023-04-17 
17:42:00.858472262 +0200
@@ -1,0 +2,15 @@
+Sat Apr 15 10:07:22 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 2.8
+  * exmdb_provider: repair a 4-byte cutoff when reading PR_BODY,
+    PR_TRANSPORT_MESSAGE_HEADERS if they are compressed on disk
+  * nsp: fix janky addressbook navigation when the GAL has hidden
+    entries
+  * The "Hide from addresbook" functionality has gained another
+    bit, so that name resolution ("Check names" button in
+    OL/g-web) is no longer tied to visibility in the GAL.
+  * Support for non-default stores in the IMAP and POP3 protocols;
+    use "actualusername!sharedmbox" as the username for login.
+- Add 0001-dbop_mysql-remove-extraneous-DEFAULT-keyword-in-clas.patch
+
+-------------------------------------------------------------------

Old:
----
  gromox-2.7.tar.asc
  gromox-2.7.tar.zst

New:
----
  0001-dbop_mysql-remove-extraneous-DEFAULT-keyword-in-clas.patch
  gromox-2.8.tar.asc
  gromox-2.8.tar.zst

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gromox.spec ++++++
--- /var/tmp/diff_new_pack.xsU7sf/_old  2023-04-17 17:42:02.354481004 +0200
+++ /var/tmp/diff_new_pack.xsU7sf/_new  2023-04-17 17:42:02.358481028 +0200
@@ -19,7 +19,7 @@
 %define _libexecdir %_prefix/libexec
 
 Name:           gromox
-Version:        2.7
+Version:        2.8
 Release:        0
 Summary:        Groupware server backend with RPC, IMAP,POP3, PHP-MAPI support
 License:        AGPL-3.0-or-later AND GPL-2.0-only AND GPL-3.0-or-later
@@ -28,6 +28,7 @@
 Source:         
https://github.com/grommunio/gromox/releases/download/%name-%version/%name-%version.tar.zst
 Source2:        
https://github.com/grommunio/gromox/releases/download/%name-%version/%name-%version.tar.asc
 Source8:        %name.keyring
+Patch1:         0001-dbop_mysql-remove-extraneous-DEFAULT-keyword-in-clas.patch
 BuildRequires:  automake >= 1.11
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -119,7 +120,7 @@
 
 %build
 autoreconf -fi
-%configure CFLAGS="%optflags -Og" CXXFLAGS="%optflags -Og"
+%configure
 %make_build V=1
 
 %install

++++++ 0001-dbop_mysql-remove-extraneous-DEFAULT-keyword-in-clas.patch ++++++
>From 6a53ab4e03588a26dcaf77c1948ac843c9366898 Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <jeng...@inai.de>
Date: Sun, 16 Apr 2023 14:31:08 +0200
Subject: [PATCH] dbop_mysql: remove extraneous DEFAULT keyword in "classes"
 table CREATE statement

Fixes: gromox-2.7-154-g7d7944f9d
References: GXF-991
---
 lib/dbop_mysql.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git lib/dbop_mysql.cpp lib/dbop_mysql.cpp
index 2a172a38d..ea091ed5c 100644
--- lib/dbop_mysql.cpp
+++ lib/dbop_mysql.cpp
@@ -428,7 +428,7 @@ static constexpr char tbl_classes_top[] =
 "CREATE TABLE `classes` ("
 "  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,"
 "  `classname` varchar(128) NOT NULL,"
-"  `listname` varchar(320) CHARACTER SET ascii DEFAULT NOT NULL,"
+"  `listname` varchar(320) CHARACTER SET ascii NOT NULL,"
 "  `filters` TEXT,"
 "  `domain_id` int(10) unsigned NOT NULL,"
 "  PRIMARY KEY (`id`),"
-- 
2.40.0


++++++ gromox.dsc ++++++
--- /var/tmp/diff_new_pack.xsU7sf/_old  2023-04-17 17:42:02.458481612 +0200
+++ /var/tmp/diff_new_pack.xsU7sf/_new  2023-04-17 17:42:02.462481636 +0200
@@ -1,7 +1,7 @@
 Format: 1.0
 Source: gromox
 Architecture: any
-Version: 2.6
+Version: 2.8
 DEBTRANSFORM-RELEASE: 1
 Maintainer: Gromox <n...@gromox.com>
 Homepage: https://gromox.com
@@ -19,19 +19,22 @@
  gettext,
  libbfio-dev,
  libcurl4-openssl-dev,
- libfmt-dev,
- libgumbo-dev,
- libhx-dev (>= 4.3),
+ libfmt-dev (>= 8),
+ libhx-dev (>= 4.12),
  libjsoncpp-dev (>= 1.4.0),
  libldap2-dev,
  libmariadbclient-dev | libmysqlclient-dev | libmariadb-dev,
  libpam0g-dev,
+ libolecf-dev,
  libpff-dev,
  libsqlite3-dev,
  libssl-dev,
  libtinyxml2-dev (>= 8),
  libtool (>= 2),
  libtool-bin (>= 2) | libtool (>= 2),
+ libvmime-dev (>= 0.9.2),
+ libxml2-dev,
+ libzstd-dev,
  lsb-release,
  make,
  m4,

Reply via email to