Accepting request 511385 from home:jirislaby:branches:network
- Version update to 4.9.0: * Added API and support for sending messages into records management services. * Removed explicit clear buttons from filter fields. * Fixed problems with remembering location of saved attachment files. * Directory structure can be created when exporting correspondence overview. * Line height of account list and message table has been adjusted to be the same. * Fixed confusion between the terms of delivery (dodani) and acceptance (doruceni) in Czech localisation. * Process of exporting multiple selected messages can be aborted by clicking Cancel button. * Tags can be stored into HTML correspondence overview. * HTML correspondence overview now contains both delivery and acceptance times. * Fixed problems with sending messages from accounts that cannot search for data boxes. * Fixed tag ordering. Tag sorting is now locale-aware. - disable -Wdate-time -- unrecognized e.g. with gcc 4.8 OBS-URL: https://build.opensuse.org/request/show/511385 OBS-URL: https://build.opensuse.org/package/show/network/datovka?expand=0&rev=21
This commit is contained in:
parent
1887c949f2
commit
0f884322d7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da2bb1b6c23b566639e5fb51d3aa3c39017b773fbd13e4e85b6478ab53f3aac6
|
||||
size 2360036
|
@ -1 +0,0 @@
|
||||
da2bb1b6c23b566639e5fb51d3aa3c39017b773fbd13e4e85b6478ab53f3aac6
|
3
datovka-4.9.0.tar.xz
Normal file
3
datovka-4.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bdc580feeec68de9af545d88dc2f395222abc8134280bd084fd25e2f813320e9
|
||||
size 2389536
|
1
datovka-4.9.0.tar.xz.sha256
Normal file
1
datovka-4.9.0.tar.xz.sha256
Normal file
@ -0,0 +1 @@
|
||||
bdc580feeec68de9af545d88dc2f395222abc8134280bd084fd25e2f813320e9
|
@ -23,7 +23,7 @@ Index: datovka.pro
|
||||
DEFINES += DATADIR=\\\"$$DATADIR\\\" \
|
||||
PKGDATADIR=\\\"$$PKGDATADIR\\\" \
|
||||
LOCALE_INST_DIR="\"\\\"$${LOCALE_INST_DIR}\\\"\"" \
|
||||
@@ -133,16 +126,19 @@ unix:!macx {
|
||||
@@ -133,17 +126,20 @@ unix:!macx {
|
||||
icon64 \
|
||||
icon128 \
|
||||
icon256 \
|
||||
@ -37,6 +37,8 @@ Index: datovka.pro
|
||||
- -g -O0 -std=c++11 \
|
||||
+ -g -std=c++11 $$(CXXFLAGS) \
|
||||
-Wall -Wextra -pedantic \
|
||||
- -Wdate-time -Wformat -Werror=format-security \
|
||||
+ -Wformat -Werror=format-security \
|
||||
-Isrc/views
|
||||
|
||||
+QMAKE_CFLAGS += \
|
||||
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 19 11:21:13 UTC 2017 - jslaby@suse.com
|
||||
|
||||
- Version update to 4.9.0:
|
||||
* Added API and support for sending messages into records management
|
||||
services.
|
||||
* Removed explicit clear buttons from filter fields.
|
||||
* Fixed problems with remembering location of saved attachment files.
|
||||
* Directory structure can be created when exporting correspondence overview.
|
||||
* Line height of account list and message table has been adjusted to be the
|
||||
same.
|
||||
* Fixed confusion between the terms of delivery (dodani) and acceptance
|
||||
(doruceni) in Czech localisation.
|
||||
* Process of exporting multiple selected messages can be aborted by clicking
|
||||
Cancel button.
|
||||
* Tags can be stored into HTML correspondence overview.
|
||||
* HTML correspondence overview now contains both delivery and acceptance
|
||||
times.
|
||||
* Fixed problems with sending messages from accounts that cannot search for
|
||||
data boxes.
|
||||
* Fixed tag ordering. Tag sorting is now locale-aware.
|
||||
- disable -Wdate-time -- unrecognized e.g. with gcc 4.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 23 07:31:09 UTC 2017 - jslaby@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: datovka
|
||||
Version: 4.8.1
|
||||
Version: 4.9.0
|
||||
Release: 0
|
||||
Summary: Library to access Czech eGov system \"Datove schranky\"
|
||||
License: GPL-3.0+
|
||||
@ -34,6 +34,7 @@ BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Sql) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: pkgconfig(libisds)
|
||||
Requires: libqt5_sql_backend
|
||||
|
Loading…
Reference in New Issue
Block a user