]> git.pld-linux.org Git - packages/domoticz.git/commitdiff
missed tinyxpath patch update; rel 2 auto/th/domoticz-2024.1-2
authorJan Palus <atler@pld-linux.org>
Mon, 1 Jan 2024 14:58:45 +0000 (15:58 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 1 Jan 2024 14:58:45 +0000 (15:58 +0100)
domoticz-tinyxpath.patch
domoticz.spec

index 82ef5ef35b93418ce9790f29c043994dd905f03f..f0e94976d93c6c2e146486397df9558af432ccb3 100644 (file)
@@ -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"
index 26697e4dcc376299ef496a16b4d15b7a7cdf8f91..91f174864c4ec55d5ea6ef5936435f37e189df38 100644 (file)
@@ -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
This page took 0.273836 seconds and 4 git commands to generate.