Hello community, here is the log from the commit of package datovka for openSUSE:Factory checked in at 2017-10-24 22:22:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/datovka (Old) and /work/SRC/openSUSE:Factory/.datovka.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "datovka" Tue Oct 24 22:22:36 2017 rev:24 rq:535955 version:4.9.3 Changes: -------- --- /work/SRC/openSUSE:Factory/datovka/datovka.changes 2017-07-21 22:49:27.972161642 +0200 +++ /work/SRC/openSUSE:Factory/.datovka.new/datovka.changes 2017-10-24 22:22:54.345738141 +0200 @@ -1,0 +2,41 @@ +Sun Oct 22 13:23:32 UTC 2017 - [email protected] + +- Update Version update to 4.9.3 + * Fixed a problem when message list was not updated after account + synchronisation when a message was selected. + * Fixed a bug when database location may have been saved even though the + databases reside in default location. This problem was visible especially + on Windows. + +- Update Version update to 4.9.2 + * Changed tag dialogue to contain two views when editing tag assignment. + * Using the prefix 'ODZ_' for sent and 'DDZ_' for received data messages + when uploading them into records management service. + * Default documentation location can be changed when running qmake using the + TEXT_FILES_INST_DIR variable. + * Full-text data-box search does not block the search dialogue. + * Full-text data-box search can be interrupted and restarted again without + closing the dialogue. + * Separated core and GUI code. Removed models from database interface. + * Added new CLI option '--get-msg-ids'. + * Command-line application without GUI can be built separately. This + executable is going to be distributed in Windows packages together with + the GUI application. + +- Update Version update to 4.9.1 + * Added experimental support for new data-box and user types that are going + to be introduced into the ISDS production environment and which are + already present in the ISDS testing environment. + Version 0.10.7 of libisds is required to build the application. + * Updated building scripts for the Windows application to automatically pull + Qt dependencies into the package. + * Fixed issue when records management data have not been erased from message + model after the service has been deactivated. + * Fixed issues with records management logo not being displayed in message + list immediately after the service has been set up. + * Alphabetically sorting nodes of records management hierarchy. + * Sub-nodes of matching element are also displayed when filtering hierarchy + of records management service. + * Removed inactive mojeid-datovka code from the sources. + +------------------------------------------------------------------- Old: ---- datovka-4.9.0.tar.xz datovka-4.9.0.tar.xz.sha256 New: ---- datovka-4.9.3.tar.xz datovka-4.9.3.tar.xz.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ datovka.spec ++++++ --- /var/tmp/diff_new_pack.eDjrl7/_old 2017-10-24 22:22:54.981708412 +0200 +++ /var/tmp/diff_new_pack.eDjrl7/_new 2017-10-24 22:22:54.985708225 +0200 @@ -17,7 +17,7 @@ Name: datovka -Version: 4.9.0 +Version: 4.9.3 Release: 0 Summary: Library to access Czech eGov system "Datove schranky" License: GPL-3.0+ @@ -38,10 +38,12 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(libisds) Requires: libqt5_sql_backend +%if 0%{?suse_version} < 1330 Requires(post): hicolor-icon-theme Requires(post): update-desktop-files Requires(postun): hicolor-icon-theme Requires(postun): update-desktop-files +%endif Recommends: %{name}-lang # Included inside with different approach Obsoletes: python-dslib @@ -56,7 +58,7 @@ %prep %setup -q -%patch0 +%patch0 -p1 sed -i \ -e 's:lrelease:lrelease-qt5:g' \ %{name}.pro @@ -77,6 +79,7 @@ %{buildroot}%{_datadir}/applications/datovka.desktop rm -rf %{buildroot}%{_datadir}/datovka/doc +%if 0%{?suse_version} < 1330 %post %desktop_database_post %icon_theme_cache_post @@ -84,6 +87,7 @@ %postun %desktop_database_postun %icon_theme_cache_postun +%endif %files %defattr(-,root,root) ++++++ datovka-4.9.0.tar.xz -> datovka-4.9.3.tar.xz ++++++ ++++ 41766 lines of diff (skipped) ++++++ datovka-4.9.0.tar.xz.sha256 -> datovka-4.9.3.tar.xz.sha256 ++++++ --- /work/SRC/openSUSE:Factory/datovka/datovka-4.9.0.tar.xz.sha256 2017-07-21 22:49:26.272401414 +0200 +++ /work/SRC/openSUSE:Factory/.datovka.new/datovka-4.9.3.tar.xz.sha256 2017-10-24 22:22:54.293740571 +0200 @@ -1 +1 @@ -bdc580feeec68de9af545d88dc2f395222abc8134280bd084fd25e2f813320e9 +ee8b026a271af6bb653296646bd7f6cc4910f154a56acbbafd64cbeba09c71dc ++++++ datovka-fix-pro.patch ++++++ --- /var/tmp/diff_new_pack.eDjrl7/_old 2017-10-24 22:22:55.629678122 +0200 +++ /var/tmp/diff_new_pack.eDjrl7/_new 2017-10-24 22:22:55.629678122 +0200 @@ -1,29 +1,30 @@ -Index: datovka.pro -=================================================================== ---- datovka.pro.orig -+++ datovka.pro -@@ -61,7 +61,6 @@ isEqual(QT_MAJOR_VERSION, $${REQUIRED_MA - #LIBISDS_PREFIX = "$$HOME/third_party/built" +--- + datovka.pro | 26 ++++++++------------------ + 1 file changed, 8 insertions(+), 18 deletions(-) + +--- a/datovka.pro ++++ b/datovka.pro +@@ -31,7 +31,6 @@ win32 { + sufficientQtVersion(5, 3, 3, 2) DEFINES += \ - DEBUG=1 \ VERSION=\\\"$${VERSION}\\\" unix:!macx { -@@ -110,12 +109,6 @@ unix:!macx { +@@ -82,11 +81,6 @@ unix:!macx { localisation.files += locale/datovka_cs.qm \ locale/datovka_en.qm - additional.path = "$${TEXT_FILES_INST_DIR}" - additional.files = \ - AUTHORS \ -- COPYING \ -- README +- COPYING - DEFINES += DATADIR=\\\"$$DATADIR\\\" \ PKGDATADIR=\\\"$$PKGDATADIR\\\" \ LOCALE_INST_DIR="\"\\\"$${LOCALE_INST_DIR}\\\"\"" \ -@@ -133,17 +126,20 @@ unix:!macx { +@@ -104,17 +98,20 @@ unix:!macx { icon64 \ icon128 \ icon256 \ @@ -48,7 +49,7 @@ INCLUDEPATH += \ src -@@ -211,15 +207,8 @@ macx { +@@ -193,15 +190,8 @@ macx { locale/datovka_en.qm localisation.files += locale/qtbase_cs.qm
