From 0f884322d79da6720793dc07e38dc37396d7177179693fbfce3a6f566900a3c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 19 Jul 2017 11:45:50 +0000 Subject: [PATCH 1/2] 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 --- datovka-4.8.1.tar.xz | 3 --- datovka-4.8.1.tar.xz.sha256 | 1 - datovka-4.9.0.tar.xz | 3 +++ datovka-4.9.0.tar.xz.sha256 | 1 + datovka-fix-pro.patch | 4 +++- datovka.changes | 23 +++++++++++++++++++++++ datovka.spec | 3 ++- 7 files changed, 32 insertions(+), 6 deletions(-) delete mode 100644 datovka-4.8.1.tar.xz delete mode 100644 datovka-4.8.1.tar.xz.sha256 create mode 100644 datovka-4.9.0.tar.xz create mode 100644 datovka-4.9.0.tar.xz.sha256 diff --git a/datovka-4.8.1.tar.xz b/datovka-4.8.1.tar.xz deleted file mode 100644 index c1a2ee3..0000000 --- a/datovka-4.8.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da2bb1b6c23b566639e5fb51d3aa3c39017b773fbd13e4e85b6478ab53f3aac6 -size 2360036 diff --git a/datovka-4.8.1.tar.xz.sha256 b/datovka-4.8.1.tar.xz.sha256 deleted file mode 100644 index e1f1114..0000000 --- a/datovka-4.8.1.tar.xz.sha256 +++ /dev/null @@ -1 +0,0 @@ -da2bb1b6c23b566639e5fb51d3aa3c39017b773fbd13e4e85b6478ab53f3aac6 diff --git a/datovka-4.9.0.tar.xz b/datovka-4.9.0.tar.xz new file mode 100644 index 0000000..a1da2ba --- /dev/null +++ b/datovka-4.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc580feeec68de9af545d88dc2f395222abc8134280bd084fd25e2f813320e9 +size 2389536 diff --git a/datovka-4.9.0.tar.xz.sha256 b/datovka-4.9.0.tar.xz.sha256 new file mode 100644 index 0000000..5e8102e --- /dev/null +++ b/datovka-4.9.0.tar.xz.sha256 @@ -0,0 +1 @@ +bdc580feeec68de9af545d88dc2f395222abc8134280bd084fd25e2f813320e9 diff --git a/datovka-fix-pro.patch b/datovka-fix-pro.patch index 5683d04..c0df6fe 100644 --- a/datovka-fix-pro.patch +++ b/datovka-fix-pro.patch @@ -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 += \ diff --git a/datovka.changes b/datovka.changes index 60cd773..8fcf9e9 100644 --- a/datovka.changes +++ b/datovka.changes @@ -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 diff --git a/datovka.spec b/datovka.spec index 731752e..349501b 100644 --- a/datovka.spec +++ b/datovka.spec @@ -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 From 553d66857abd9a9d43342d97fd15f662111b50bf6104fb6cfafe787f6f3c8628 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 19 Jul 2017 12:44:48 +0000 Subject: [PATCH 2/2] Accepting request 511414 from home:jengelh:branches:network - Remove odd backslashes from description. OBS-URL: https://build.opensuse.org/request/show/511414 OBS-URL: https://build.opensuse.org/package/show/network/datovka?expand=0&rev=22 --- datovka.changes | 5 +++++ datovka.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/datovka.changes b/datovka.changes index 8fcf9e9..5b56d0e 100644 --- a/datovka.changes +++ b/datovka.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/datovka.spec b/datovka.spec index 349501b..d79dced 100644 --- a/datovka.spec +++ b/datovka.spec @@ -19,7 +19,7 @@ Name: datovka 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