Dominique Leuenberger 2017-07-21 20:49:22 +00:00 committed by Git OBS Bridge
commit a1a37c46ea
7 changed files with 38 additions and 7 deletions

View File

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

View File

@ -1 +0,0 @@
da2bb1b6c23b566639e5fb51d3aa3c39017b773fbd13e4e85b6478ab53f3aac6

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

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

View File

@ -0,0 +1 @@
bdc580feeec68de9af545d88dc2f395222abc8134280bd084fd25e2f813320e9

View File

@ -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 += \

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Wed Jul 19 12:32:51 UTC 2017 - jengelh@inai.de
- Remove odd backslashes from description.
-------------------------------------------------------------------
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

View File

@ -17,9 +17,9 @@
Name: datovka
Version: 4.8.1
Version: 4.9.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+
Group: Development/Libraries/Python
Url: https://labs.nic.cz/cs/nova-datovka.html
@ -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