Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package datovka for openSUSE:Factory checked 
in at 2025-10-02 19:20:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/datovka (Old)
 and      /work/SRC/openSUSE:Factory/.datovka.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "datovka"

Thu Oct  2 19:20:09 2025 rev:49 rq:1308444 version:4.27.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/datovka/datovka.changes  2025-04-10 
22:00:18.135240645 +0200
+++ /work/SRC/openSUSE:Factory/.datovka.new.11973/datovka.changes       
2025-10-02 19:21:01.296520539 +0200
@@ -1,0 +2,36 @@
+Tue Sep 30 05:29:10 UTC 2025 - Jiri Slaby <[email protected]>
+
+- update to 4.27.0
+ * Added --conf-basedir and --conf-dir command line options. Those can be used
+   to override the default location of the configuration directory.
+ * Passing e-mail content into e-mail client via xdg-email if available on
+   Linux.
+ * Updated cryptographic code to be able to process archive timestamps of the
+   CMS containers.
+ * Removed timestamp information text from general message information in the
+   main window.
+ * Signature detail dialogue shows all available timestamps including possible
+   archive timestamps.
+ * Use latest timestamp data originating from message CMS containers in
+   overviews.
+ * Able to export data into format that can be imported into mobile
+   application.
+ * Fixed problem in ProgressBarProxyModel. Progress bar is returned only for
+   the DisplayRole.
+ * Added options to change the database directory. The user is allowed to open
+   an already existing database in a different directory. Options to delete
+   the databases in the old location have been added. A button to select
+   the default location has been added.
+ * Extended message signature and timestamp detail dialogue. All available
+   timestamps are being displayed.
+ * Added timestamp tracking mechanism. User explicitly selects messages to be
+   tracked. The application notifies whether some timestamps of tracked
+   messages are going to expire. The user must manually start the restamping
+   operation.
+ * Temporarily disabled the check message timestamps operation as it did
+   generate only a text overview. It needs integration into the new restamping
+   dialogue.
+- Renamed
+  * datovka-fix-pro.patch -> 0001-datovka.pro-fixes.patch
+
+-------------------------------------------------------------------

Old:
----
  datovka-4.26.0.tar.xz
  datovka-4.26.0.tar.xz.sha256
  datovka-fix-pro.patch

New:
----
  0001-datovka.pro-fixes.patch
  datovka-4.27.0.tar.xz
  datovka-4.27.0.tar.xz.sha256

----------(Old B)----------
  Old:- Renamed
  * datovka-fix-pro.patch -> 0001-datovka.pro-fixes.patch
----------(Old E)----------

----------(New B)----------
  New:- Renamed
  * datovka-fix-pro.patch -> 0001-datovka.pro-fixes.patch
----------(New E)----------

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

Other differences:
------------------
++++++ datovka.spec ++++++
--- /var/tmp/diff_new_pack.DZFZKF/_old  2025-10-02 19:21:02.668577935 +0200
+++ /var/tmp/diff_new_pack.DZFZKF/_new  2025-10-02 19:21:02.668577935 +0200
@@ -26,7 +26,7 @@
 %define lrelease lrelease-qt5
 %endif
 Name:           datovka
-Version:        4.26.0
+Version:        4.27.0
 Release:        0
 Summary:        Library to access Czech eGov system "Datove schranky"
 License:        GPL-3.0-or-later
@@ -35,7 +35,7 @@
 Source0:        https://datovka.nic.cz/%{version}/%{name}-%{version}.tar.xz
 Source1:        
https://datovka.nic.cz/%{version}/%{name}-%{version}.tar.xz.sha256
 # PATCH-FIX-UPSTREAM: remove some issues with current .pro file
-Patch0:         datovka-fix-pro.patch
+Patch0:         0001-datovka.pro-fixes.patch
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(Qt%{qt_version}Core) >= %{qt_version_full}

++++++ 0001-datovka.pro-fixes.patch ++++++
>From 65e37bdf69e6f6a09b3706e675a3949c8b8f61c4 Mon Sep 17 00:00:00 2001
From: Jiri Slaby <[email protected]>
Date: Tue, 30 Sep 2025 07:11:00 +0200
Subject: [PATCH] datovka.pro: fixes

* do not install AUTHORS & COPYING
* use CXXFLAGS
---
 datovka.pro | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/datovka.pro b/datovka.pro
index 96153dca6e75..2fbfb64c1660 100644
--- a/datovka.pro
+++ b/datovka.pro
@@ -124,11 +124,6 @@ unix:!macx {
        localisation.files += locale/datovka_cs.qm \
                locale/datovka_en.qm
 
-       additional.path = "$${TEXT_FILES_INST_DIR}"
-       additional.files = \
-               AUTHORS \
-               COPYING
-
        DEFINES += DATADIR=\\\"$$DATADIR\\\" \
                PKGDATADIR=\\\"$$PKGDATADIR\\\" \
                LOCALE_INST_DIR="\"\\\"$${LOCALE_INST_DIR}\\\"\"" \
@@ -146,12 +141,11 @@ unix:!macx {
                        icon64 \
                        icon128 \
                        icon256 \
-                       localisation \
-                       additional
+                       localisation
        }
 }
 
-QMAKE_CXXFLAGS = -g -O0
+QMAKE_CXXFLAGS = $$(CXXFLAGS)
 isEqual(QT_MAJOR_VERSION, 5) {
        QMAKE_CXXFLAGS += -std=c++11
 }
-- 
2.51.0


++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.DZFZKF/_old  2025-10-02 19:21:02.716579943 +0200
+++ /var/tmp/diff_new_pack.DZFZKF/_new  2025-10-02 19:21:02.720580110 +0200
@@ -1,4 +1,4 @@
-mtime: 1744274265
-commit: 04e4d956e7e5ae9574d0cf3ac467eb8d6f9ab5ca6bfb95b90b0281a24fd821f8
+mtime: 1759211616
+commit: 3ab98793e87c182d43a320f70b5fec1517c8d3461301f693823e437e3207f73b
 url: https://src.opensuse.org/jirislaby/n-datovka
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2025-09-30 07:53:52.000000000 +0200
@@ -0,0 +1 @@
+.osc

++++++ datovka-4.26.0.tar.xz -> datovka-4.27.0.tar.xz ++++++
++++ 33171 lines of diff (skipped)

++++++ datovka-4.26.0.tar.xz.sha256 -> datovka-4.27.0.tar.xz.sha256 ++++++
--- /work/SRC/openSUSE:Factory/datovka/datovka-4.26.0.tar.xz.sha256     
2025-04-10 22:00:18.127240310 +0200
+++ /work/SRC/openSUSE:Factory/.datovka.new.11973/datovka-4.27.0.tar.xz.sha256  
2025-10-02 19:21:01.212517025 +0200
@@ -1 +1 @@
-fa11e553d9432b7886324d8171147972ca853e6f8f871253a12ff1fec0ab3076
+9e353316cd266fba50de1c7cd6c43b9f7b65667160d3e6e4f8a661389de08bf3

Reply via email to