[packages/domoticz] missed tinyxpath patch update; rel 2
atler
atler at pld-linux.org
Mon Jan 1 16:00:16 CET 2024
commit faa58d37510ecb7e9f72bcce89852a1460349633
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Jan 1 15:58:45 2024 +0100
missed tinyxpath patch update; rel 2
domoticz-tinyxpath.patch | 30 ++++++++++++++++++++++++++++++
domoticz.spec | 2 +-
2 files changed, 31 insertions(+), 1 deletion(-)
---
diff --git a/domoticz.spec b/domoticz.spec
index 26697e4..91f1748 100644
--- a/domoticz.spec
+++ b/domoticz.spec
@@ -1,7 +1,7 @@
Summary: Open source Home Automation System
Name: domoticz
Version: 2024.1
-Release: 1
+Release: 2
License: GPLv3+ and ASL 2.0 and Boost and BSD and MIT
Group: Base
URL: http://www.domoticz.com
diff --git a/domoticz-tinyxpath.patch b/domoticz-tinyxpath.patch
index 82ef5ef..f0e9497 100644
--- a/domoticz-tinyxpath.patch
+++ b/domoticz-tinyxpath.patch
@@ -187,3 +187,33 @@ index bc231d8f6..334f203a6 100644
#include "../webserver/Base64.h"
#include "hardwaretypes.h"
#include <iostream>
+--- domoticz-2024.1/hardware/MitsubishiWF.cpp.orig 2024-01-01 12:59:22.000000000 +0100
++++ domoticz-2024.1/hardware/MitsubishiWF.cpp 2024-01-01 14:16:42.214198241 +0100
+@@ -9,10 +9,10 @@
+ #include "../main/RFXtrx.h"
+ #include "../main/SQLHelper.h"
+ #include "../notifications/NotificationHelper.h"
+-#include "../tinyxpath/tinyxml.h"
+ #include "../webserver/Base64.h"
+ #include "hardwaretypes.h"
+ #include <iostream>
++#include <tinyxml.h>
+
+
+ #ifdef _DEBUG
+--- domoticz-2024.1/hardware/plugins/PluginManager.cpp.orig 2024-01-01 12:59:22.000000000 +0100
++++ domoticz-2024.1/hardware/plugins/PluginManager.cpp 2024-01-01 15:17:05.057939388 +0100
+@@ -20,12 +20,12 @@
+ #include "../../main/Logger.h"
+ #include "../../main/SQLHelper.h"
+ #include "../../main/WebServer.h"
+-#include "../../tinyxpath/tinyxml.h"
+ #ifdef WIN32
+ # include <direct.h>
+ #else
+ # include <sys/stat.h>
+ #endif
++#include <tinyxml.h>
+
+ #include "DelayedLink.h"
+ #include "../../main/EventsPythonModule.h"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/domoticz.git/commitdiff/faa58d37510ecb7e9f72bcce89852a1460349633
More information about the pld-cvs-commit
mailing list