From 6630693c53789c09614c0d27c6e2d4f63e2119b44ec00cad3d59916b1494f50b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 23 Oct 2017 11:09:24 +0000 Subject: [PATCH] Accepting request 535786 from home:jirislaby:branches:network - 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 OBS-URL: https://build.opensuse.org/request/show/535786 OBS-URL: https://build.opensuse.org/package/show/network/datovka?expand=0&rev=23 --- datovka-4.9.0.tar.xz | 3 --- datovka-4.9.0.tar.xz.sha256 | 1 - datovka-4.9.3.tar.xz | 3 +++ datovka-4.9.3.tar.xz.sha256 | 1 + datovka-fix-pro.patch | 23 +++++++++++---------- datovka.changes | 41 +++++++++++++++++++++++++++++++++++++ datovka.spec | 8 ++++++-- 7 files changed, 63 insertions(+), 17 deletions(-) delete mode 100644 datovka-4.9.0.tar.xz delete mode 100644 datovka-4.9.0.tar.xz.sha256 create mode 100644 datovka-4.9.3.tar.xz create mode 100644 datovka-4.9.3.tar.xz.sha256 diff --git a/datovka-4.9.0.tar.xz b/datovka-4.9.0.tar.xz deleted file mode 100644 index a1da2ba..0000000 --- a/datovka-4.9.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 5e8102e..0000000 --- a/datovka-4.9.0.tar.xz.sha256 +++ /dev/null @@ -1 +0,0 @@ -bdc580feeec68de9af545d88dc2f395222abc8134280bd084fd25e2f813320e9 diff --git a/datovka-4.9.3.tar.xz b/datovka-4.9.3.tar.xz new file mode 100644 index 0000000..69636e9 --- /dev/null +++ b/datovka-4.9.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8b026a271af6bb653296646bd7f6cc4910f154a56acbbafd64cbeba09c71dc +size 2374556 diff --git a/datovka-4.9.3.tar.xz.sha256 b/datovka-4.9.3.tar.xz.sha256 new file mode 100644 index 0000000..c1545d8 --- /dev/null +++ b/datovka-4.9.3.tar.xz.sha256 @@ -0,0 +1 @@ +ee8b026a271af6bb653296646bd7f6cc4910f154a56acbbafd64cbeba09c71dc diff --git a/datovka-fix-pro.patch b/datovka-fix-pro.patch index c0df6fe..781a253 100644 --- a/datovka-fix-pro.patch +++ b/datovka-fix-pro.patch @@ -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 @@ Index: datovka.pro INCLUDEPATH += \ src -@@ -211,15 +207,8 @@ macx { +@@ -193,15 +190,8 @@ macx { locale/datovka_en.qm localisation.files += locale/qtbase_cs.qm diff --git a/datovka.changes b/datovka.changes index 5b56d0e..c4e345a 100644 --- a/datovka.changes +++ b/datovka.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Sun Oct 22 13:23:32 UTC 2017 - jslaby@suse.com + +- 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. + ------------------------------------------------------------------- Wed Jul 19 12:32:51 UTC 2017 - jengelh@inai.de diff --git a/datovka.spec b/datovka.spec index d79dced..e60ea89 100644 --- a/datovka.spec +++ b/datovka.spec @@ -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(Qt5Svg) >= 5.2.0 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 @@ Data Box Information System) SOAP services as defined in Czech ISDS Act %prep %setup -q -%patch0 +%patch0 -p1 sed -i \ -e 's:lrelease:lrelease-qt5:g' \ %{name}.pro @@ -77,6 +79,7 @@ sed -i \ %{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 @@ rm -rf %{buildroot}%{_datadir}/datovka/doc %postun %desktop_database_postun %icon_theme_cache_postun +%endif %files %defattr(-,root,root)