Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package datovka for openSUSE:Factory checked in at 2022-11-24 12:22:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/datovka (Old) and /work/SRC/openSUSE:Factory/.datovka.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "datovka" Thu Nov 24 12:22:51 2022 rev:41 rq:1037451 version:4.21.1 Changes: -------- --- /work/SRC/openSUSE:Factory/datovka/datovka.changes 2022-08-02 22:10:24.677983399 +0200 +++ /work/SRC/openSUSE:Factory/.datovka.new.1597/datovka.changes 2022-11-24 12:23:03.441232009 +0100 @@ -1,0 +2,50 @@ +Wed Nov 23 06:52:13 UTC 2022 - Jiri Slaby <[email protected]> + +- Update to 4.21.1 + * Fixed hanging send message windows when exiting the application having those + windows open. + * Fixed occasional application hangs when worker tasks have been collected on + exit. + * GUI application exits in a controlled manner when a POSIX signal is received + on UNIX-like systems or when a system shutdown or user log-off event is + detected on Windows. + * CLI application handles POSIX signals and detects and handles Ctrl+C and + Ctrl+Break key combinations in Windows command line. + * Added date-based constraints when checking whether messages are stored in + records management service. + * Listed message data can be exported into a CSV file when checking whether + messages are stored in records management service + * Accepting backups with missing account identifier. The identifiers may be + missing if some accounts have been created from local databases. + * Recipient name '%R' can be used when constructing file names. + * Reduced computational effort when switching between data messages. Digital + signatures are not checked. Attachment data are loaded when attachments are + required/selected. + * Able to generate e-mails with user-specified content. ZFOs and attachments + can be added into a single email. + * ZFO attachments can be viewed directly in the application. + * Automatic upload targets can be checked for all messages which aren't + already uploaded into the records management service. + * Fixed an error in the message download dialogue when the download loop + hasn't been stopped when the dialogue has been rejected otherwise than using + the Cancel button. + * New tag database format. All stored data are converted to new format. + * Fixed warnings about duplicated database connections. + * Weakened some recoverable error statements. + * Fixed inability to check the signature of downloaded psrootqca4.crl file. + Added PostSignum Qualified CA 5 certificate. + * Allowing modification of account settings for existing accounts with + incomplete login credentials. + * Fixed error when account data have not been downloaded on subsequent + account removing and adding. + * Checking libcrypto and libdatovka presence during qmake phase when + compiling on UNIX-like systems (excluding OS X/macOS). + * Improved error and warning messages in preferences database code. + * Able to import account data from the mobile application via a backup or + transfer archive. + * Able to download messages from ISDS via command line when the envelope + hasn't been downloaded yet. + * Added a tag client for the tag server under development. + The tag client must be enabled in the preferences. + +------------------------------------------------------------------- Old: ---- datovka-4.20.0.tar.xz datovka-4.20.0.tar.xz.sha256 New: ---- datovka-4.21.1.tar.xz datovka-4.21.1.tar.xz.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ datovka.spec ++++++ --- /var/tmp/diff_new_pack.XyFq6g/_old 2022-11-24 12:23:03.949235237 +0100 +++ /var/tmp/diff_new_pack.XyFq6g/_new 2022-11-24 12:23:03.957235287 +0100 @@ -27,7 +27,7 @@ %endif Name: datovka -Version: 4.20.0 +Version: 4.21.1 Release: 0 Summary: Library to access Czech eGov system "Datove schranky" License: GPL-3.0-or-later @@ -50,9 +50,11 @@ BuildRequires: cmake(Qt%{qt_version}PrintSupport) >= %{qt_version_full} BuildRequires: cmake(Qt%{qt_version}Sql) >= %{qt_version_full} BuildRequires: cmake(Qt%{qt_version}Svg) >= %{qt_version_full} +BuildRequires: cmake(Qt%{qt_version}WebSockets) >= %{qt_version_full} BuildRequires: cmake(Qt%{qt_version}Widgets) >= %{qt_version_full} BuildRequires: pkgconfig(libdatovka) >= 0.1.2 %if 0%{qt_version} == 6 +BuildRequires: cmake(Qt6Core5Compat) >= %{qt_version_full} Requires: qt6-sql-sqlite %else Requires: libqt5-sql-sqlite ++++++ datovka-4.20.0.tar.xz -> datovka-4.21.1.tar.xz ++++++ ++++ 64032 lines of diff (skipped) ++++++ datovka-4.20.0.tar.xz.sha256 -> datovka-4.21.1.tar.xz.sha256 ++++++ --- /work/SRC/openSUSE:Factory/datovka/datovka-4.20.0.tar.xz.sha256 2022-08-02 22:10:24.661983353 +0200 +++ /work/SRC/openSUSE:Factory/.datovka.new.1597/datovka-4.21.1.tar.xz.sha256 2022-11-24 12:23:03.341231373 +0100 @@ -1 +1 @@ -84c6e00edbd1b6fbb61126a3718842570e48e5895b97818d99b2f56f79a7a45d +f0ec25d0d19d8a56b806a2ef432c9aefb65db3d6b433f0e0cec4c4abcd2ef06c ++++++ datovka-fix-pro.patch ++++++ --- /var/tmp/diff_new_pack.XyFq6g/_old 2022-11-24 12:23:04.797240626 +0100 +++ /var/tmp/diff_new_pack.XyFq6g/_new 2022-11-24 12:23:04.801240651 +0100 @@ -4,15 +4,15 @@ --- a/datovka.pro +++ b/datovka.pro -@@ -52,7 +52,6 @@ isEmpty(UI_DIR) { - CONFIG += object_parallel_to_source +@@ -69,7 +69,6 @@ CONFIG += object_parallel_to_source DEFINES += \ + ENABLE_TAGS=1 \ - DEBUG=1 \ VERSION=\\\"$${VERSION}\\\" \ APP_NAME=\\\"$${APP_NAME}\\\" \ APP_ORG_DOMAIN=\\\"cz.nic\\\" \ -@@ -106,11 +105,6 @@ unix:!macx { +@@ -123,11 +122,6 @@ unix:!macx { localisation.files += locale/datovka_cs.qm \ locale/datovka_en.qm @@ -24,7 +24,7 @@ DEFINES += DATADIR=\\\"$$DATADIR\\\" \ PKGDATADIR=\\\"$$PKGDATADIR\\\" \ LOCALE_INST_DIR="\"\\\"$${LOCALE_INST_DIR}\\\"\"" \ -@@ -128,12 +122,11 @@ unix:!macx { +@@ -145,12 +139,11 @@ unix:!macx { icon64 \ icon128 \ icon256 \ @@ -39,7 +39,7 @@ isEqual(QT_MAJOR_VERSION, 5) { QMAKE_CXXFLAGS += -std=c++11 } -@@ -265,15 +258,8 @@ macx { +@@ -295,15 +288,8 @@ macx { locale/datovka_en.qm localisation.files += locale/qtbase_cs.qm
