Accepting request 483825 from network

- Version update to 4.8.0:
  * Added full-text data box search which is now the default method to search
    for data boxes.
  * Fixed problems with placing the main application window when starting the
    application on a smaller screen than it has been closed before.
  * Refactoring of code related to message imports and exports.
  * Reduced the amount of code in main application window.

- Drop dejavu dependency as it is now using fontconfig and not hardcoded
  paths in the code

OBS-URL: https://build.opensuse.org/request/show/483825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/datovka?expand=0&rev=21
This commit is contained in:
Yuchen Lin 2017-03-31 13:10:22 +00:00 committed by Git OBS Bridge
commit 580e580b46
4 changed files with 21 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65d10486505b06edf12de24dc79c1ae702a3ebefb35bc0b8fa6f301f657d2236
size 2347736

3
datovka-4.8.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:316ac4c419657620ff6bc028f5c218acd01f6ffdcad8dc6dbf31c604113e0a9c
size 2360012

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Mar 30 13:19:38 UTC 2017 - tchvatal@suse.com
- Version update to 4.8.0:
* Added full-text data box search which is now the default method to search
for data boxes.
* Fixed problems with placing the main application window when starting the
application on a smaller screen than it has been closed before.
* Refactoring of code related to message imports and exports.
* Reduced the amount of code in main application window.
-------------------------------------------------------------------
Tue Mar 28 10:36:31 UTC 2017 - tchvatal@suse.com
- Drop dejavu dependency as it is now using fontconfig and not hardcoded
paths in the code
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 8 13:19:45 UTC 2017 - tchvatal@suse.com Wed Mar 8 13:19:45 UTC 2017 - tchvatal@suse.com

View File

@ -17,7 +17,7 @@
Name: datovka Name: datovka
Version: 4.7.1 Version: 4.8.0
Release: 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+ License: GPL-3.0+
@ -35,7 +35,6 @@ BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.2.0
BuildRequires: pkgconfig(Qt5Sql) >= 5.2.0 BuildRequires: pkgconfig(Qt5Sql) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: pkgconfig(libisds) BuildRequires: pkgconfig(libisds)
Requires: dejavu
Requires: libqt5_sql_backend Requires: libqt5_sql_backend
Requires(post): hicolor-icon-theme Requires(post): hicolor-icon-theme
Requires(post): update-desktop-files Requires(post): update-desktop-files