forked from pool/datovka
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
This commit is contained in:
parent
553d66857a
commit
6630693c53
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bdc580feeec68de9af545d88dc2f395222abc8134280bd084fd25e2f813320e9
|
||||
size 2389536
|
@ -1 +0,0 @@
|
||||
bdc580feeec68de9af545d88dc2f395222abc8134280bd084fd25e2f813320e9
|
3
datovka-4.9.3.tar.xz
Normal file
3
datovka-4.9.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee8b026a271af6bb653296646bd7f6cc4910f154a56acbbafd64cbeba09c71dc
|
||||
size 2374556
|
1
datovka-4.9.3.tar.xz.sha256
Normal file
1
datovka-4.9.3.tar.xz.sha256
Normal file
@ -0,0 +1 @@
|
||||
ee8b026a271af6bb653296646bd7f6cc4910f154a56acbbafd64cbeba09c71dc
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user