SHA256
1
0
forked from pool/datovka
Jiri Slaby 2022-07-26 07:10:36 +00:00 committed by Git OBS Bridge
parent ca50e7fd00
commit b21d059a1e
7 changed files with 38 additions and 29 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14f27bb1f313ee818e1c4aaa246925b8f548918c70f351495df7c9385db27b6e
size 2978904

View File

@ -1 +0,0 @@
14f27bb1f313ee818e1c4aaa246925b8f548918c70f351495df7c9385db27b6e

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84c6e00edbd1b6fbb61126a3718842570e48e5895b97818d99b2f56f79a7a45d
size 2992736

View File

@ -0,0 +1 @@
84c6e00edbd1b6fbb61126a3718842570e48e5895b97818d99b2f56f79a7a45d

View File

@ -1,12 +1,10 @@
--- ---
datovka.pro | 26 ++++++++------------------ datovka.pro | 20 +++-----------------
1 file changed, 8 insertions(+), 18 deletions(-) 1 file changed, 3 insertions(+), 17 deletions(-)
Index: datovka-4.13.0/datovka.pro --- a/datovka.pro
=================================================================== +++ b/datovka.pro
--- datovka-4.13.0.orig/datovka.pro @@ -52,7 +52,6 @@ isEmpty(UI_DIR) {
+++ datovka-4.13.0/datovka.pro
@@ -46,7 +46,6 @@ isEmpty(UI_DIR) {
CONFIG += object_parallel_to_source CONFIG += object_parallel_to_source
DEFINES += \ DEFINES += \
@ -14,7 +12,7 @@ Index: datovka-4.13.0/datovka.pro
VERSION=\\\"$${VERSION}\\\" \ VERSION=\\\"$${VERSION}\\\" \
APP_NAME=\\\"$${APP_NAME}\\\" \ APP_NAME=\\\"$${APP_NAME}\\\" \
APP_ORG_DOMAIN=\\\"cz.nic\\\" \ APP_ORG_DOMAIN=\\\"cz.nic\\\" \
@@ -100,11 +99,6 @@ unix:!macx { @@ -106,11 +105,6 @@ unix:!macx {
localisation.files += locale/datovka_cs.qm \ localisation.files += locale/datovka_cs.qm \
locale/datovka_en.qm locale/datovka_en.qm
@ -26,7 +24,7 @@ Index: datovka-4.13.0/datovka.pro
DEFINES += DATADIR=\\\"$$DATADIR\\\" \ DEFINES += DATADIR=\\\"$$DATADIR\\\" \
PKGDATADIR=\\\"$$PKGDATADIR\\\" \ PKGDATADIR=\\\"$$PKGDATADIR\\\" \
LOCALE_INST_DIR="\"\\\"$${LOCALE_INST_DIR}\\\"\"" \ LOCALE_INST_DIR="\"\\\"$${LOCALE_INST_DIR}\\\"\"" \
@@ -122,15 +116,13 @@ unix:!macx { @@ -128,12 +122,11 @@ unix:!macx {
icon64 \ icon64 \
icon128 \ icon128 \
icon256 \ icon256 \
@ -36,16 +34,12 @@ Index: datovka-4.13.0/datovka.pro
} }
} }
QMAKE_CXXFLAGS = \ -QMAKE_CXXFLAGS = -g -O0
- -g -O0 -std=c++11 \ +QMAKE_CXXFLAGS = $$(CXXFLAGS)
- -Wall -Wextra -pedantic \ isEqual(QT_MAJOR_VERSION, 5) {
- -Wdate-time -Wformat -Werror=format-security QMAKE_CXXFLAGS += -std=c++11
+ -g $$(CXXFLAGS) \ }
+ -Wall -Wextra -pedantic @@ -265,15 +258,8 @@ macx {
#INCLUDEPATH +=
@@ -251,15 +243,8 @@ macx {
locale/datovka_en.qm locale/datovka_en.qm
localisation.files += locale/qtbase_cs.qm localisation.files += locale/qtbase_cs.qm

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue May 3 06:54:31 UTC 2022 - Jiri Slaby <jslaby@suse.cz>
- Update to 4.20.0
* Fixed a mistake when adding prefixes to multi-line log entries.
* Enhanced code for handling JSON data.
* Rewritten JSON classes for communication with the records management service.
* Able to create a short PDF attachment directly in the application. Only a
single file can be created whose file name is fixed.
* Modified communication sequence with records management server when
automatically uploading newly downloaded messages according to matching
identifiers. Upload hierarchy is queried only once.
* Fixed a problem when automatic upload into records management might cause
the application to crash.
* Fixed a communication problem when message automatically uploaded into
records management haven't been displayed in message listing as uploaded.
* Using c++17 compiler flag when compiling with Qt-6.
- Update datovka-fix-pro.patch: c++17 for qt6 is fixed above
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 1 06:50:56 UTC 2022 - Jiri Slaby <jslaby@suse.cz> Tue Feb 1 06:50:56 UTC 2022 - Jiri Slaby <jslaby@suse.cz>

View File

@ -27,7 +27,7 @@
%endif %endif
Name: datovka Name: datovka
Version: 4.19.0 Version: 4.20.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-or-later License: GPL-3.0-or-later
@ -82,11 +82,7 @@ sed -i \
%build %build
export CFLAGS="%{optflags}" export CFLAGS="%{optflags}"
%if 0%{qt_version} == 6 export CXXFLAGS="%{optflags}"
export CXXFLAGS="-std=c++17 %{optflags}"
%else
export CXXFLAGS="-std=c++11 %{optflags}"
%endif
%{lrelease} datovka.pro %{lrelease} datovka.pro
%if 0%{qt_version} == 6 %if 0%{qt_version} == 6
# QMAKE_LIBS_LIBATOMIC= is only temporary to fix: # QMAKE_LIBS_LIBATOMIC= is only temporary to fix: