- Update datovka-fix-pro.patch to contain fix for Leap 42.3 build

OBS-URL: https://build.opensuse.org/package/show/network/datovka?expand=0&rev=29
This commit is contained in:
Tomáš Chvátal 2018-08-17 12:07:18 +00:00 committed by Git OBS Bridge
parent 782fb40812
commit db7aa8d870
2 changed files with 12 additions and 4 deletions

View File

@ -26,7 +26,7 @@ Index: datovka-4.10.3/datovka.pro
DEFINES += DATADIR=\\\"$$DATADIR\\\" \
PKGDATADIR=\\\"$$PKGDATADIR\\\" \
LOCALE_INST_DIR="\"\\\"$${LOCALE_INST_DIR}\\\"\"" \
@@ -116,13 +110,12 @@ unix:!macx {
@@ -116,15 +110,13 @@ unix:!macx {
icon64 \
icon128 \
icon256 \
@ -38,11 +38,14 @@ Index: datovka-4.10.3/datovka.pro
QMAKE_CXXFLAGS = \
- -g -O0 -std=c++11 \
- -Wall -Wextra -pedantic \
- -Wdate-time -Wformat -Werror=format-security
+ -g -std=c++11 $$(CXXFLAGS) \
-Wall -Wextra -pedantic \
-Wdate-time -Wformat -Werror=format-security
+ -Wall -Wextra -pedantic
@@ -235,15 +228,8 @@ macx {
#INCLUDEPATH +=
@@ -235,15 +227,8 @@ macx {
locale/datovka_en.qm
localisation.files += locale/qtbase_cs.qm

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 17 12:06:37 UTC 2018 - tchvatal@suse.com
- Update datovka-fix-pro.patch to contain fix for Leap 42.3 build
-------------------------------------------------------------------
Mon Aug 13 07:02:51 UTC 2018 - tchvatal@suse.com