up to 4.21.1
OBS-URL: https://build.opensuse.org/package/show/network/datovka?expand=0&rev=53
This commit is contained in:
parent
1dfa9f5c03
commit
4849ce2844
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:84c6e00edbd1b6fbb61126a3718842570e48e5895b97818d99b2f56f79a7a45d
|
|
||||||
size 2992736
|
|
@ -1 +0,0 @@
|
|||||||
84c6e00edbd1b6fbb61126a3718842570e48e5895b97818d99b2f56f79a7a45d
|
|
3
datovka-4.21.1.tar.xz
Normal file
3
datovka-4.21.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f0ec25d0d19d8a56b806a2ef432c9aefb65db3d6b433f0e0cec4c4abcd2ef06c
|
||||||
|
size 3126836
|
1
datovka-4.21.1.tar.xz.sha256
Normal file
1
datovka-4.21.1.tar.xz.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
f0ec25d0d19d8a56b806a2ef432c9aefb65db3d6b433f0e0cec4c4abcd2ef06c
|
@ -4,15 +4,15 @@
|
|||||||
|
|
||||||
--- a/datovka.pro
|
--- a/datovka.pro
|
||||||
+++ b/datovka.pro
|
+++ b/datovka.pro
|
||||||
@@ -52,7 +52,6 @@ isEmpty(UI_DIR) {
|
@@ -69,7 +69,6 @@ CONFIG += object_parallel_to_source
|
||||||
CONFIG += object_parallel_to_source
|
|
||||||
|
|
||||||
DEFINES += \
|
DEFINES += \
|
||||||
|
ENABLE_TAGS=1 \
|
||||||
- DEBUG=1 \
|
- DEBUG=1 \
|
||||||
VERSION=\\\"$${VERSION}\\\" \
|
VERSION=\\\"$${VERSION}\\\" \
|
||||||
APP_NAME=\\\"$${APP_NAME}\\\" \
|
APP_NAME=\\\"$${APP_NAME}\\\" \
|
||||||
APP_ORG_DOMAIN=\\\"cz.nic\\\" \
|
APP_ORG_DOMAIN=\\\"cz.nic\\\" \
|
||||||
@@ -106,11 +105,6 @@ unix:!macx {
|
@@ -123,11 +122,6 @@ unix:!macx {
|
||||||
localisation.files += locale/datovka_cs.qm \
|
localisation.files += locale/datovka_cs.qm \
|
||||||
locale/datovka_en.qm
|
locale/datovka_en.qm
|
||||||
|
|
||||||
@ -24,7 +24,7 @@
|
|||||||
DEFINES += DATADIR=\\\"$$DATADIR\\\" \
|
DEFINES += DATADIR=\\\"$$DATADIR\\\" \
|
||||||
PKGDATADIR=\\\"$$PKGDATADIR\\\" \
|
PKGDATADIR=\\\"$$PKGDATADIR\\\" \
|
||||||
LOCALE_INST_DIR="\"\\\"$${LOCALE_INST_DIR}\\\"\"" \
|
LOCALE_INST_DIR="\"\\\"$${LOCALE_INST_DIR}\\\"\"" \
|
||||||
@@ -128,12 +122,11 @@ unix:!macx {
|
@@ -145,12 +139,11 @@ unix:!macx {
|
||||||
icon64 \
|
icon64 \
|
||||||
icon128 \
|
icon128 \
|
||||||
icon256 \
|
icon256 \
|
||||||
@ -39,7 +39,7 @@
|
|||||||
isEqual(QT_MAJOR_VERSION, 5) {
|
isEqual(QT_MAJOR_VERSION, 5) {
|
||||||
QMAKE_CXXFLAGS += -std=c++11
|
QMAKE_CXXFLAGS += -std=c++11
|
||||||
}
|
}
|
||||||
@@ -265,15 +258,8 @@ macx {
|
@@ -295,15 +288,8 @@ macx {
|
||||||
locale/datovka_en.qm
|
locale/datovka_en.qm
|
||||||
localisation.files += locale/qtbase_cs.qm
|
localisation.files += locale/qtbase_cs.qm
|
||||||
|
|
||||||
|
@ -1,3 +1,53 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 23 06:52:13 UTC 2022 - Jiri Slaby <jslaby@suse.cz>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 3 06:54:31 UTC 2022 - Jiri Slaby <jslaby@suse.cz>
|
Tue May 3 06:54:31 UTC 2022 - Jiri Slaby <jslaby@suse.cz>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: datovka
|
Name: datovka
|
||||||
Version: 4.20.0
|
Version: 4.21.1
|
||||||
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
|
||||||
@ -50,9 +50,11 @@ BuildRequires: cmake(Qt%{qt_version}Network) >= %{qt_version_full}
|
|||||||
BuildRequires: cmake(Qt%{qt_version}PrintSupport) >= %{qt_version_full}
|
BuildRequires: cmake(Qt%{qt_version}PrintSupport) >= %{qt_version_full}
|
||||||
BuildRequires: cmake(Qt%{qt_version}Sql) >= %{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}Svg) >= %{qt_version_full}
|
||||||
|
BuildRequires: cmake(Qt%{qt_version}WebSockets) >= %{qt_version_full}
|
||||||
BuildRequires: cmake(Qt%{qt_version}Widgets) >= %{qt_version_full}
|
BuildRequires: cmake(Qt%{qt_version}Widgets) >= %{qt_version_full}
|
||||||
BuildRequires: pkgconfig(libdatovka) >= 0.1.2
|
BuildRequires: pkgconfig(libdatovka) >= 0.1.2
|
||||||
%if 0%{qt_version} == 6
|
%if 0%{qt_version} == 6
|
||||||
|
BuildRequires: cmake(Qt6Core5Compat) >= %{qt_version_full}
|
||||||
Requires: qt6-sql-sqlite
|
Requires: qt6-sql-sqlite
|
||||||
%else
|
%else
|
||||||
Requires: libqt5-sql-sqlite
|
Requires: libqt5-sql-sqlite
|
||||||
|
Loading…
Reference in New Issue
Block a user