Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package datovka for openSUSE:Factory checked 
in at 2021-03-24 16:11:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/datovka (Old)
 and      /work/SRC/openSUSE:Factory/.datovka.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "datovka"

Wed Mar 24 16:11:38 2021 rev:36 rq:880436 version:4.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/datovka/datovka.changes  2020-06-06 
23:40:36.241141745 +0200
+++ /work/SRC/openSUSE:Factory/.datovka.new.2401/datovka.changes        
2021-03-24 16:11:39.903857968 +0100
@@ -1,0 +2,51 @@
+Mon Mar  1 10:25:01 UTC 2021 - Jiri Slaby <jsl...@suse.cz>
+
+- Update to 4.16.0
+ * Using libdatovka instead of libisds. Libdatovka is a fork of libisds and
+   contains functionality which libisds still does not implement and which is
+   needed by the application.
+ * Added the possibility to manage data-box users which is similar to the
+   functionality offered by the ISDS web interface.
+ * Fixed sorting of Czech strings in table views when using Czech
+   localisation.
+ * Fixed application crashes on repeated full-text data-box searches.
+ * Fixed navigation in table views in backup and restoration dialogue.
+ * Added support for the EV6 event.
+ * Improved tab order in send message window.
+ * Added PostSignum Qualified CA 4 certificate.
+ * Fixed a problem with shadow synchronisation after which a blank account name
+   was sent in the records management report.
+ * The notification dialogue informing the user about sending a postal data
+   message can be disabled.
+ * Added a short timeout before the immediate download of a freshly sent
+   message.
+ * Fixed error in ISDS type conversion code - invalid type string values have
+   been fixed. Database-related incompatible code has been removed from code
+   shared with mobile application.
+ * Able to add contacts without name or address into recipient list when
+   creating a message.
+ * Fixed an error in remembering directory path when opening and viewing ZFO
+   files from file system immediately after application start.
+ * Replaced the 'Mark All as Read' action with 'Mark All Received as' sub-menu
+   in the 'Data Box' menu of the top menu bar.
+ * Renamed 'Authenticate Message' to 'Verify Message' in the 'Message' menu
+   because it reflects better the performed operation.
+ * Account and message selection status is kept in a separate structure. It is
+   used to simplify the code for various actions in the main window.
+ * Code responsible for enabling actions in the main window has been gathered
+   into one method.
+ * Improved GUI responsiveness when downloading message lists with complete
+   new messages.
+ * Suspending the worker pool does not affect tasks run via runSingle().
+ * Added user_account_name field into upload_account_status structure. Sending
+   account name in order to make account identification in the records
+   management service a bit easier.
+ * Fixed compilation with Qt-5.15.0. Replaced most of deprecated code with
+   available modern alternatives.
+ * Replaced datovka.appdata.xml with datovka.metainfo.xml.
+- remove (fixed upstream)
+  0001-Fixed-compilation-using-Qt-5.15.0.patch
+  0001-avoid-using-deprecated-qs-rand.patch
+  0001-gui-datovka-annotate-fall-through-cases.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Fixed-compilation-using-Qt-5.15.0.patch
  0001-avoid-using-deprecated-qs-rand.patch
  0001-gui-datovka-annotate-fall-through-cases.patch
  datovka-4.15.0.tar.xz
  datovka-4.15.0.tar.xz.sha256

New:
----
  datovka-4.16.0.tar.xz
  datovka-4.16.0.tar.xz.sha256

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ datovka.spec ++++++
--- /var/tmp/diff_new_pack.LQJhl0/_old  2021-03-24 16:11:40.347858434 +0100
+++ /var/tmp/diff_new_pack.LQJhl0/_new  2021-03-24 16:11:40.351858439 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           datovka
-Version:        4.15.0
+Version:        4.16.0
 Release:        0
 Summary:        Library to access Czech eGov system "Datove schranky"
 License:        GPL-3.0-or-later
@@ -27,9 +27,6 @@
 Source1:        
https://secure.nic.cz/files/datove_schranky/%{version}/%{name}-%{version}.tar.xz.sha256
 # PATCH-FIX-UPSTREAM: remove some issues with current .pro file
 Patch0:         datovka-fix-pro.patch
-Patch1:         0001-Fixed-compilation-using-Qt-5.15.0.patch
-Patch2:         0001-avoid-using-deprecated-qs-rand.patch
-Patch3:         0001-gui-datovka-annotate-fall-through-cases.patch
 BuildRequires:  libqt5-linguist
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
@@ -40,7 +37,7 @@
 BuildRequires:  pkgconfig(Qt5Sql) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Svg) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(libisds) >= 0.10.8
+BuildRequires:  pkgconfig(libdatovka) >= 0.1.1
 Requires:       libqt5_sql_backend
 Recommends:     %{name}-lang
 # Included inside with different approach
@@ -96,8 +93,8 @@
 %doc AUTHORS ChangeLog
 %{_bindir}/datovka
 %{_datadir}/applications/datovka.desktop
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/datovka.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/datovka.metainfo.xml
 %dir %{_datadir}/datovka
 %dir %{_datadir}/datovka/localisations/
 %{_datadir}/datovka/localisations/datovka_cs.qm

++++++ datovka-4.15.0.tar.xz -> datovka-4.16.0.tar.xz ++++++
++++ 58167 lines of diff (skipped)

++++++ datovka-4.15.0.tar.xz.sha256 -> datovka-4.16.0.tar.xz.sha256 ++++++
--- /work/SRC/openSUSE:Factory/datovka/datovka-4.15.0.tar.xz.sha256     
2020-03-09 11:42:23.345324257 +0100
+++ /work/SRC/openSUSE:Factory/.datovka.new.2401/datovka-4.16.0.tar.xz.sha256   
2021-03-24 16:11:39.799857859 +0100
@@ -1 +1 @@
-2123ad7ef3b645868d6bcb5a2213f2d5107f45229dcc787124c3abe82d0e61b8
+a1d2ddeb3f517744108b4a89f6d184e72030e03d118fa926b6bdf1b3a489c1bb

Reply via email to