Accepting request 629923 from network
- Update datovka-fix-pro.patch to contain fix for Leap 42.3 build - Update to 4.10.3 bsc#1104620: * Added classes based on Qt types encapsulating various ISDS data types and structures. Sharing this code with mobile application. * Added per-account locking of communication contexts. * Modified database interface to accommodate new data types. * Explicitly specifying tab order for most windows and dialogues. It is also possible (on Windows and Linux) to cycle through actions in top tool bar. * Asking users for confirmation before deleting tags which are still assigned to some messages. * Added tooltip description of message state value in sent message list. * Added button to view account password when editing account credentials and PIN (master password) is enabled. * Added DigiCert Global Root G2 certificate. * Improved keyboard-based control of main and other dialogue windows. All important elements should be navigable only by keyboard (on Windows and Linux). * Fixed a problem with wrong conversion of obtained ISDS error statuses into readable text. This may have caused the programme to crash. * Fixed scaling of some icon-based control elements when using enlarged fonts on Windows. * Fixed message list sorting and filtering according to assigned tags. * Displaying busy cursor when switching between entries in account list. * New version notification can be blocked on Windows in runtime by setting specific registry values. It can also be blocked at compile time by using a configuration option when running qmake. * Extended resource information for the generated Windows executable. * Fixed project file include paths in order not to interfere with user-defined compiler flags. OBS-URL: https://build.opensuse.org/request/show/629923 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/datovka?expand=0&rev=27
This commit is contained in:
commit
9a3cac35e9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:66b5800783b65e746715fedb375462c714e4c54e36152371b9ab65a70cdc0d4f
|
|
||||||
size 2450036
|
|
@ -1 +0,0 @@
|
|||||||
66b5800783b65e746715fedb375462c714e4c54e36152371b9ab65a70cdc0d4f
|
|
3
datovka-4.10.3.tar.xz
Normal file
3
datovka-4.10.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1785091f896d906ef3a5a65522b659e2815712516bf3a1982ace7b4bbfc8d892
|
||||||
|
size 2554488
|
1
datovka-4.10.3.tar.xz.sha256
Normal file
1
datovka-4.10.3.tar.xz.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
1785091f896d906ef3a5a65522b659e2815712516bf3a1982ace7b4bbfc8d892
|
@ -2,19 +2,19 @@
|
|||||||
datovka.pro | 26 ++++++++------------------
|
datovka.pro | 26 ++++++++------------------
|
||||||
1 file changed, 8 insertions(+), 18 deletions(-)
|
1 file changed, 8 insertions(+), 18 deletions(-)
|
||||||
|
|
||||||
Index: datovka-4.10.1/datovka.pro
|
Index: datovka-4.10.3/datovka.pro
|
||||||
===================================================================
|
===================================================================
|
||||||
--- datovka-4.10.1.orig/datovka.pro
|
--- datovka-4.10.3.orig/datovka.pro
|
||||||
+++ datovka-4.10.1/datovka.pro
|
+++ datovka-4.10.3/datovka.pro
|
||||||
@@ -32,7 +32,6 @@ win32 {
|
@@ -43,7 +43,6 @@ isEmpty(UI_DIR) {
|
||||||
sufficientQtVersion(5, 3, 4, 1)
|
CONFIG += object_parallel_to_source
|
||||||
|
|
||||||
DEFINES += \
|
DEFINES += \
|
||||||
- DEBUG=1 \
|
- DEBUG=1 \
|
||||||
VERSION=\\\"$${VERSION}\\\"
|
VERSION=\\\"$${VERSION}\\\"
|
||||||
|
|
||||||
unix:!macx {
|
unix:!macx {
|
||||||
@@ -83,11 +82,6 @@ unix:!macx {
|
@@ -94,11 +93,6 @@ unix:!macx {
|
||||||
localisation.files += locale/datovka_cs.qm \
|
localisation.files += locale/datovka_cs.qm \
|
||||||
locale/datovka_en.qm
|
locale/datovka_en.qm
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ Index: datovka-4.10.1/datovka.pro
|
|||||||
DEFINES += DATADIR=\\\"$$DATADIR\\\" \
|
DEFINES += DATADIR=\\\"$$DATADIR\\\" \
|
||||||
PKGDATADIR=\\\"$$PKGDATADIR\\\" \
|
PKGDATADIR=\\\"$$PKGDATADIR\\\" \
|
||||||
LOCALE_INST_DIR="\"\\\"$${LOCALE_INST_DIR}\\\"\"" \
|
LOCALE_INST_DIR="\"\\\"$${LOCALE_INST_DIR}\\\"\"" \
|
||||||
@@ -105,17 +99,20 @@ unix:!macx {
|
@@ -116,15 +110,13 @@ unix:!macx {
|
||||||
icon64 \
|
icon64 \
|
||||||
icon128 \
|
icon128 \
|
||||||
icon256 \
|
icon256 \
|
||||||
@ -38,20 +38,14 @@ Index: datovka-4.10.1/datovka.pro
|
|||||||
|
|
||||||
QMAKE_CXXFLAGS = \
|
QMAKE_CXXFLAGS = \
|
||||||
- -g -O0 -std=c++11 \
|
- -g -O0 -std=c++11 \
|
||||||
|
- -Wall -Wextra -pedantic \
|
||||||
|
- -Wdate-time -Wformat -Werror=format-security
|
||||||
+ -g -std=c++11 $$(CXXFLAGS) \
|
+ -g -std=c++11 $$(CXXFLAGS) \
|
||||||
-Wall -Wextra -pedantic \
|
|
||||||
- -Wdate-time -Wformat -Werror=format-security \
|
|
||||||
+ -Wformat -Werror=format-security \
|
|
||||||
-Isrc/views
|
|
||||||
|
|
||||||
+QMAKE_CFLAGS += \
|
|
||||||
+ -g $$(CFLAGS) \
|
|
||||||
+ -Wall -Wextra -pedantic
|
+ -Wall -Wextra -pedantic
|
||||||
+
|
|
||||||
INCLUDEPATH += \
|
|
||||||
src
|
|
||||||
|
|
||||||
@@ -194,15 +191,8 @@ macx {
|
#INCLUDEPATH +=
|
||||||
|
|
||||||
|
@@ -235,15 +227,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,52 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 17 12:06:37 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Update datovka-fix-pro.patch to contain fix for Leap 42.3 build
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 13 07:02:51 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Update to 4.10.3 bsc#1104620:
|
||||||
|
* Added classes based on Qt types encapsulating various ISDS data types and
|
||||||
|
structures. Sharing this code with mobile application.
|
||||||
|
* Added per-account locking of communication contexts.
|
||||||
|
* Modified database interface to accommodate new data types.
|
||||||
|
* Explicitly specifying tab order for most windows and dialogues. It is also
|
||||||
|
possible (on Windows and Linux) to cycle through actions in top tool bar.
|
||||||
|
* Asking users for confirmation before deleting tags which are still assigned
|
||||||
|
to some messages.
|
||||||
|
* Added tooltip description of message state value in sent message list.
|
||||||
|
* Added button to view account password when editing account credentials and
|
||||||
|
PIN (master password) is enabled.
|
||||||
|
* Added DigiCert Global Root G2 certificate.
|
||||||
|
* Improved keyboard-based control of main and other dialogue windows. All
|
||||||
|
important elements should be navigable only by keyboard (on Windows and
|
||||||
|
Linux).
|
||||||
|
* Fixed a problem with wrong conversion of obtained ISDS error statuses into
|
||||||
|
readable text. This may have caused the programme to crash.
|
||||||
|
* Fixed scaling of some icon-based control elements when using enlarged fonts
|
||||||
|
on Windows.
|
||||||
|
* Fixed message list sorting and filtering according to assigned tags.
|
||||||
|
* Displaying busy cursor when switching between entries in account list.
|
||||||
|
* New version notification can be blocked on Windows in runtime by setting
|
||||||
|
specific registry values. It can also be blocked at compile time
|
||||||
|
by using a configuration option when running qmake.
|
||||||
|
* Extended resource information for the generated Windows executable.
|
||||||
|
* Fixed project file include paths in order not to interfere with user-defined
|
||||||
|
compiler flags.
|
||||||
|
* Fixed problem with unpredictable construction order of global object
|
||||||
|
instances.
|
||||||
|
* Added missing conversion strings to some unknown message types.
|
||||||
|
* Fixed issue causing the application to crash on macOS when switching
|
||||||
|
between accounts and when having some text in the message filter field.
|
||||||
|
* Fixed issue causing the application to crash on macOS when updating
|
||||||
|
information about messages without a valid delivery time.
|
||||||
|
* Re-enabled logging of transferred message on Windows data when setting
|
||||||
|
debug verbosity to 3.
|
||||||
|
* Code shared with mobile application has been placed into separate
|
||||||
|
directory.
|
||||||
|
- Rebase patch datovka-fix-pro.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 17 18:09:12 UTC 2018 - tchvatal@suse.com
|
Wed Jan 17 18:09:12 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: datovka
|
Name: datovka
|
||||||
Version: 4.10.1
|
Version: 4.10.3
|
||||||
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+
|
License: GPL-3.0+
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Url: https://labs.nic.cz/cs/nova-datovka.html
|
Url: https://www.datovka.cz
|
||||||
Source0: https://secure.nic.cz/files/datove_schranky/%{version}/%{name}-%{version}.tar.xz
|
Source0: https://secure.nic.cz/files/datove_schranky/%{version}/%{name}-%{version}.tar.xz
|
||||||
Source1: https://secure.nic.cz/files/datove_schranky/%{version}/%{name}-%{version}.tar.xz.sha256
|
Source1: https://secure.nic.cz/files/datove_schranky/%{version}/%{name}-%{version}.tar.xz.sha256
|
||||||
# PATCH-FIX-UPSTREAM: remove some issues with current .pro file
|
# PATCH-FIX-UPSTREAM: remove some issues with current .pro file
|
||||||
@ -36,7 +36,7 @@ BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.2.0
|
|||||||
BuildRequires: pkgconfig(Qt5Sql) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Sql) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(libisds)
|
BuildRequires: pkgconfig(libisds) >= 0.10.8
|
||||||
Requires: libqt5_sql_backend
|
Requires: libqt5_sql_backend
|
||||||
%if 0%{?suse_version} < 1330
|
%if 0%{?suse_version} < 1330
|
||||||
Requires(post): hicolor-icon-theme
|
Requires(post): hicolor-icon-theme
|
||||||
|
Loading…
x
Reference in New Issue
Block a user