Hello community, here is the log from the commit of package datovka for openSUSE:Factory checked in at 2017-07-21 22:49:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/datovka (Old) and /work/SRC/openSUSE:Factory/.datovka.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "datovka" Fri Jul 21 22:49:22 2017 rev:23 rq:511418 version:4.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/datovka/datovka.changes 2017-05-24 16:51:10.823686816 +0200 +++ /work/SRC/openSUSE:Factory/.datovka.new/datovka.changes 2017-07-21 22:49:27.972161642 +0200 @@ -1,0 +2,28 @@ +Wed Jul 19 12:32:51 UTC 2017 - [email protected] + +- Remove odd backslashes from description. + +------------------------------------------------------------------- +Wed Jul 19 11:21:13 UTC 2017 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- datovka-4.8.1.tar.xz datovka-4.8.1.tar.xz.sha256 New: ---- datovka-4.9.0.tar.xz datovka-4.9.0.tar.xz.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ datovka.spec ++++++ --- /var/tmp/diff_new_pack.kFw0b5/_old 2017-07-21 22:49:29.147995776 +0200 +++ /var/tmp/diff_new_pack.kFw0b5/_new 2017-07-21 22:49:29.155994647 +0200 @@ -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(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 ++++++ datovka-4.8.1.tar.xz -> datovka-4.9.0.tar.xz ++++++ ++++ 25256 lines of diff (skipped) ++++++ datovka-4.8.1.tar.xz.sha256 -> datovka-4.9.0.tar.xz.sha256 ++++++ --- /work/SRC/openSUSE:Factory/datovka/datovka-4.8.1.tar.xz.sha256 2017-05-24 16:51:09.635854023 +0200 +++ /work/SRC/openSUSE:Factory/.datovka.new/datovka-4.9.0.tar.xz.sha256 2017-07-21 22:49:26.272401414 +0200 @@ -1 +1 @@ -da2bb1b6c23b566639e5fb51d3aa3c39017b773fbd13e4e85b6478ab53f3aac6 +bdc580feeec68de9af545d88dc2f395222abc8134280bd084fd25e2f813320e9 ++++++ datovka-fix-pro.patch ++++++ --- /var/tmp/diff_new_pack.kFw0b5/_old 2017-07-21 22:49:29.735912843 +0200 +++ /var/tmp/diff_new_pack.kFw0b5/_new 2017-07-21 22:49:29.735912843 +0200 @@ -23,7 +23,7 @@ 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 @@ - -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 += \
