[packages/domoticz] up to 2026.2

atler atler at pld-linux.org
Mon Jun 1 01:08:18 CEST 2026


commit fc89202fd5cf27d7b7c847aa34405323cf890f88
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Jun 1 01:07:40 2026 +0200

    up to 2026.2

 domoticz-python.patch | 4 ++--
 domoticz.spec         | 8 ++++----
 no-git.patch          | 5 +++--
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/domoticz.spec b/domoticz.spec
index bf9f909..5f4b6f0 100644
--- a/domoticz.spec
+++ b/domoticz.spec
@@ -1,16 +1,16 @@
-%define		libwebem_ref	9010adf22d968828e15c2ed3b510de59ce59affe
+%define		libwebem_ref	0aa092796657c7007f04eca66471c164bbec7ada
 
 Summary:	Open source Home Automation System
 Summary(pl.UTF-8):	System automatyzacji domowej o otwartych źródłach
 Name:		domoticz
-Version:	2026.1
+Version:	2026.2
 Release:	1
 License:	GPL v3+ and ASL 2.0 and Boost and BSD and MIT
 Group:		Base
 Source0:	https://github.com/domoticz/domoticz/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	66db641342af99d6e21d43d380cd1a60
+# Source0-md5:	915a2d215b8d6d49351509fe19ce2cdd
 Source1:	https://github.com/domoticz/libwebem/archive/%{libwebem_ref}/libwebem-%{libwebem_ref}.tar.gz
-# Source1-md5:	6d45eb0d6c4ad9858d1032d944ff48e7
+# Source1-md5:	9dedf0fcc8e27b7e0a8cf774418265bf
 Source2:	%{name}.service
 Source3:	%{name}.conf
 # Use system tinyxpath (https://github.com/domoticz/domoticz/pull/1759)
diff --git a/domoticz-python.patch b/domoticz-python.patch
index 6f93b9c..b7a01d2 100644
--- a/domoticz-python.patch
+++ b/domoticz-python.patch
@@ -4,8 +4,8 @@
              shared_lib_ = nullptr;
  
              // Define the base Python versions in descending order (latest to oldest)
--			constexpr std::array<const char*, 11> python_versions = {
--				"python3.14", "python3.13", "python3.12", "python3.11", "python3.10",
+-			constexpr std::array<const char*, 12> python_versions = {
+-				"python3.15", "python3.14", "python3.13", "python3.12", "python3.11", "python3.10",
 -                "python3.9", "python3.8", "python3.7", "python3.6",
 -                "python3.5", "python3.4"
 +			constexpr std::array<const char*, 1> python_versions = {
diff --git a/no-git.patch b/no-git.patch
index efa6328..967d16c 100644
--- a/no-git.patch
+++ b/no-git.patch
@@ -1,6 +1,6 @@
 --- domoticz-2020.2/CMakeLists.txt.orig	2020-06-06 12:02:05.000000000 +0200
 +++ domoticz-2020.2/CMakeLists.txt	2020-06-06 12:19:29.867654435 +0200
-@@ -88,39 +88,13 @@
+@@ -88,40 +88,13 @@
    ENDIF(EXISTS ${CMAKE_SOURCE_DIR}/History.txt)
  ENDMACRO(History_GET_REVISION)
  
@@ -29,9 +29,10 @@
 -# Update submodules as needed
 -    IF(GIT_SUBMODULE)
 -        message(STATUS "Submodule update")
--    execute_process(COMMAND ${GIT_EXECUTABLE} submodule update --init --recursive
+-        execute_process(COMMAND ${GIT_EXECUTABLE} submodule update --init --remote --force
 -                        WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
 -                        RESULT_VARIABLE GIT_SUBMOD_RESULT)
+-        
 -        IF(NOT GIT_SUBMOD_RESULT EQUAL "0")
 -            message(FATAL_ERROR "git submodule update --init failed with ${GIT_SUBMOD_RESULT}, please checkout submodules")
 -        ENDIF()
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/domoticz.git/commitdiff/fc89202fd5cf27d7b7c847aa34405323cf890f88



More information about the pld-cvs-commit mailing list