SHA256
1
0
forked from pool/datovka

- update to 4.23.6:

* Fixed MIME name detection of ZFO files consiting of a ZIP
    archive and which don't contain a data message nor a delivert info.
  * Fixed crashes of message detail dialogue when invalid ZFO
    content is attempted to be displayed.
  * Fixed some memory-related performance issues reported by
    Coverity.
  * Fixed blocked MEP login loop on newer macOS versions.
  * Fixed sending of ZIP archives in normal (non VoDZ) messages
    by explicitly setting their MIME type.
  * Lowered the limit for maximum attachment count to 50 files.
  * Extended the list of allowed attachment file types.
  * Showing total number of attached files in the send message
    dialogue.
  * Fixed restoration of databases without VoDZ content.
  * Fixed tag ordering. Tag sorting is now locale-aware.
  * Fixed problems with HOTP authorisation on Windows. There have
    been problems with the bundled libisds. MinGW does not handle
    POSIX extensions of printf formatting strings properly. Patch
  * Fixed a non-working PRAGMA statement when asking for a database
  * The --version command-line argument now also prints the version
  * Automatic background downloads didn't cause the deactivation of
    download buttons that could still be triggered. Triggering those
  * Adding new account caused the account tree to collapse. This has
  * The logging of libisds actions has been restricted on Windows
    because there are discrepancies from standard-defined behaviour
  * Improved behaviour when message download fails. The error
    dialogue is only shown when an explicit message download fails.
  * A message in the notification area appears when the download
    has been triggered by downloading message list. This should

OBS-URL: https://build.opensuse.org/package/show/network/datovka?expand=0&rev=62
This commit is contained in:
Dirk Mueller 2024-03-24 18:04:12 +00:00 committed by Git OBS Bridge
parent 06f0285008
commit 6ef158ece4
6 changed files with 46 additions and 27 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8026b44700d7ef5d54a3087cedc50778abce7635b41161802c8ead774f67c6c4
size 3194368

View File

@ -1 +0,0 @@
8026b44700d7ef5d54a3087cedc50778abce7635b41161802c8ead774f67c6c4

3
datovka-4.23.6.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1be14aee689418d68f5f1cf3fc4d2440490370d8d514d6850f0ec7e0c32a76a
size 3196460

View File

@ -0,0 +1 @@
e1be14aee689418d68f5f1cf3fc4d2440490370d8d514d6850f0ec7e0c32a76a

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Mar 24 18:03:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.23.6:
* Fixed MIME name detection of ZFO files consiting of a ZIP
archive and which don't contain a data message nor a delivert info.
* Fixed crashes of message detail dialogue when invalid ZFO
content is attempted to be displayed.
* Fixed some memory-related performance issues reported by
Coverity.
* Fixed blocked MEP login loop on newer macOS versions.
* Fixed sending of ZIP archives in normal (non VoDZ) messages
by explicitly setting their MIME type.
* Lowered the limit for maximum attachment count to 50 files.
* Extended the list of allowed attachment file types.
* Showing total number of attached files in the send message
dialogue.
* Fixed restoration of databases without VoDZ content.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 8 22:08:01 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de> Mon Jan 8 22:08:01 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -26,7 +26,7 @@
%define lrelease lrelease-qt5 %define lrelease lrelease-qt5
%endif %endif
Name: datovka Name: datovka
Version: 4.23.3 Version: 4.23.6
Release: 0 Release: 0
Summary: Library to access Czech eGov system "Datove schranky" Summary: Library to access Czech eGov system "Datove schranky"
License: GPL-3.0-or-later License: GPL-3.0-or-later
@ -65,8 +65,8 @@ Requires: libqt5-sql-sqlite
%if 0%{?suse_version} < 1330 %if 0%{?suse_version} < 1330
Requires(post): hicolor-icon-theme Requires(post): hicolor-icon-theme
Requires(post): update-desktop-files Requires(post): update-desktop-files
Requires(postun):hicolor-icon-theme Requires(postun): hicolor-icon-theme
Requires(postun):update-desktop-files Requires(postun): update-desktop-files
%endif %endif
%description %description