Hello community,

here is the log from the commit of package datovka for openSUSE:Factory checked 
in at 2016-04-05 10:43:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/datovka (Old)
 and      /work/SRC/openSUSE:Factory/.datovka.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "datovka"

Changes:
--------
--- /work/SRC/openSUSE:Factory/datovka/datovka.changes  2016-02-18 
12:36:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.datovka.new/datovka.changes     2016-04-05 
10:43:22.000000000 +0200
@@ -1,0 +2,39 @@
+Fri Apr  1 09:20:07 UTC 2016 - mplus...@suse.com
+
+- Update to 4.5.3
+  * Fixed problems with HOTP authorisation on Windows. There have 
+    been problems with the bundled libisds. MinGW does not handle 
+    POSIX extensions of printf formatting strings properly. Patch 
+    for libisds has been added.
+  * Fixed a non-working PRAGMA statement when asking for a database 
+    integrity check.
+  * The --version command-line argument now also prints the version 
+    of libraries which Datovka depends on.
+  * Automatic background downloads didn't cause the deactivation of 
+    download buttons that could still be triggered. Triggering those 
+    buttons in this situation could cause the application to crash.
+  * Adding new account caused the account tree to collapse. This has 
+    been fixed.
+- Changes for 4.5.2
+  * NLS of bundled libisds (OS X, Windows) has been disabled.
+  * The logging of libisds actions has been restricted on Windows 
+    because there are discrepancies from standard-defined behaviour 
+    of some functions on Windows.
+  * Improved behaviour when message download fails. The error 
+    dialogue is only shown when an explicit message download fails. 
+  * A message in the notification area appears when the download 
+    has been triggered by downloading message list. This should 
+    reduce the amount of error dialogues generated.
+  * Improved behaviour when downloading messages on accounts with 
+    restricted privileges. Received messages are not automatically 
+    downloaded when the user has no privileges to do that.
+- Changes for 4.5.1
+  * Fixed bug in action logging causing the application to crash 
+    occasionally.
+  * Fixed bug where message line was not deleted when deleting from 
+    ISDS failed.
+  * New account model internals.
+- Build with optflags
+- Use macros for desktop file and icon handling
+
+-------------------------------------------------------------------

Old:
----
  datovka-4.5.0-src.tar.xz

New:
----
  datovka-4.5.3-src.tar.xz

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

Other differences:
------------------
++++++ datovka.spec ++++++
--- /var/tmp/diff_new_pack.Tcv873/_old  2016-04-05 10:43:23.000000000 +0200
+++ /var/tmp/diff_new_pack.Tcv873/_new  2016-04-05 10:43:23.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package datovka
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           datovka
-Version:        4.5.0
+Version:        4.5.3
 Release:        0
 Summary:        Library to access Czech eGov system \"Datove schranky\"
 License:        LGPL-2.0+
@@ -37,6 +37,10 @@
 BuildRequires:  pkgconfig(libisds)
 Requires:       dejavu
 Requires:       libqt5_sql_backend
+Requires(post): hicolor-icon-theme
+Requires(post): update-desktop-files
+Requires(postun): hicolor-icon-theme
+Requires(postun): update-desktop-files
 Recommends:     %{name}-lang
 # Included inside with different approach
 Obsoletes:      python-dslib
@@ -51,14 +55,15 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0
 sed -i \
     -e 's:lrelease:lrelease-qt5:g' \
     %{name}.pro
 
 %build
+export CFLAGS="%{optflags}"
+export CXXFLAGS="%{optflags}"
 lrelease-qt5 datovka.pro
-CFLAGS="%{optflags}" \
 %qmake5 PREFIX=%{_prefix} DISABLE_VERSION_CHECK_BY_DEFAULT=1
 make %{?_smp_mflags}
 
@@ -71,11 +76,20 @@
     %{buildroot}%{_datadir}/applications/datovka.desktop
 rm -rf %{buildroot}%{_datadir}/datovka/doc
 
+%post
+%desktop_database_post
+%icon_theme_cache_post
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog
 %{_bindir}/datovka
 %{_datadir}/applications/datovka.desktop
+%dir %{_datadir}/appdata
 %{_datadir}/appdata/datovka.appdata.xml
 %dir %{_datadir}/datovka
 %dir %{_datadir}/datovka/localisations/

++++++ datovka-4.5.0-src.tar.xz -> datovka-4.5.3-src.tar.xz ++++++
++++ 20635 lines of diff (skipped)

++++++ datovka-fix-pro.patch ++++++
--- /var/tmp/diff_new_pack.Tcv873/_old  2016-04-05 10:43:24.000000000 +0200
+++ /var/tmp/diff_new_pack.Tcv873/_new  2016-04-05 10:43:24.000000000 +0200
@@ -1,7 +1,7 @@
-Index: datovka-4.5.0/datovka.pro
+Index: datovka.pro
 ===================================================================
---- datovka-4.5.0.orig/datovka.pro
-+++ datovka-4.5.0/datovka.pro
+--- datovka.pro.orig
++++ datovka.pro
 @@ -61,7 +61,6 @@ isEqual(QT_MAJOR_VERSION, $${REQUIRED_MA
  #LIBISDS_PREFIX = "$$HOME/third_party/built"
  


Reply via email to