public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michael Cronenworth <mike@cchtml.com>
To: git-commits@fedoraproject.org
Subject: [rpms/domoticz] f44: Update to 2026.3
Date: Mon, 03 Aug 2026 02:24:06 GMT [thread overview]
Message-ID: <178572384693.1.17299092707330338866.rpms-domoticz-05b5f548ae8c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/domoticz
Branch : f44
Commit : 05b5f548ae8c3ba341b29abdf29526a25233fb7f
Author : Michael Cronenworth <mike@cchtml.com>
Date : 2026-08-02T21:09:05-05:00
Stats : +11/-8 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/domoticz/c/05b5f548ae8c3ba341b29abdf29526a25233fb7f?branch=f44
Log:
Update to 2026.3
---
diff --git a/domoticz.spec b/domoticz.spec
index 57319a4..4f20542 100644
--- a/domoticz.spec
+++ b/domoticz.spec
@@ -1,6 +1,6 @@
Name: domoticz
-Version: 2026.2
-Release: 4%{?dist}
+Version: 2026.3
+Release: 1%{?dist}
Summary: Open source Home Automation System
License: GPL-3.0-or-later AND Apache-2.0 AND BSL-1.0 AND LicenseRef-Callaway-BSD AND LicenseRef-Callaway-MIT
@@ -13,8 +13,8 @@ Source2: %{name}.conf
Source3: %{name}-appversion
# https://github.com/Thalhammer/jwt-cpp/tree/3e037df3e669633a3044618e30550ea2f212e915
Source4: jwt-cpp-3e037df3e669633a3044618e30550ea2f212e915.zip
-# https://github.com/domoticz/libwebem/tree/0aa092796657c7007f04eca66471c164bbec7ada
-Source5: libwebem-0aa092796657c7007f04eca66471c164bbec7ada.zip
+# https://github.com/domoticz/libwebem/tree/9126af0ce3456c24b936dfb20d1b5a8bdb797104
+Source5: libwebem-9126af0ce3456c24b936dfb20d1b5a8bdb797104.zip
# Use system tinyxpath (https://github.com/domoticz/domoticz/pull/1759)
Patch1: %{name}-tinyxpath.patch
@@ -80,7 +80,7 @@ Provides: bundled(js-less) = 1.3.0
Provides: bundled(js-ion-sound) = 3.0.6
Provides: bundled(js-zeroclipboard) = 1.0.4
Provides: bundled(jwt-cpp) = 0.0-git20260324
-Provides: bundled(libwebem) = 0.0-git20260505
+Provides: bundled(libwebem) = 0.0-git20260802
%global _python_bytecompile_extra 0
@@ -107,7 +107,7 @@ rmdir extern/jwtcpp/
mv extern/jwt-cpp-3e037df3e669633a3044618e30550ea2f212e915/ extern/jwtcpp/
unzip -d extern %{SOURCE5}
rmdir extern/libwebem
-mv extern/libwebem-0aa092796657c7007f04eca66471c164bbec7ada/ extern/libwebem/
+mv extern/libwebem-9126af0ce3456c24b936dfb20d1b5a8bdb797104/ extern/libwebem/
# Create a sysusers.d config file
cat >domoticz.sysusers.conf <<EOF
@@ -252,6 +252,9 @@ usermod -G domoticz,dialout domoticz
%changelog
+* Sun Aug 02 2026 Michael Cronenworth <mike@cchtml.com> - 2026.3-1
+- New stable release
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2026.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index cbe8b30..3893e4a 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (domoticz-2026.2.tar.gz) = 1126c3bdde33be73d93553dde0f2e972187a9141a61c26adebddddee529a909c8ffe4837a27497564fa77e371e89754f334e34938f73e19f33cf9c274e6e6b36
+SHA512 (domoticz-2026.3.tar.gz) = 3c4cb54b7244cd1617b5e85a9bc68e78c1dc05a3437c1242ca93b233f06c39eeec54d1ecd7f444c0a617670b481ab7089e2fce0eb43c1e9732ce0449d7e68aa8
SHA512 (jwt-cpp-3e037df3e669633a3044618e30550ea2f212e915.zip) = 066f893b716ae8bf9e75b524d0165dd478122d542a3075877157bfdd12d5575fed1dcfbfa056c4c73b259d7ab3c51bf5bc951e66c1ceb559a4e332cb3bdc1c83
-SHA512 (libwebem-0aa092796657c7007f04eca66471c164bbec7ada.zip) = 796d0bd4bef8e99215bcd7d01d137efd04f88ce1cfc4170e737113233a3b542defbe4b043f824cdb7dcb9c2b15bca69f9e9c00a5963becc6484510182de9c17f
+SHA512 (libwebem-9126af0ce3456c24b936dfb20d1b5a8bdb797104.zip) = 8945edb25e97b5c41be89cfaf65619740b8ab5667e5b64067d4e0d62e632206b263779c833a134ffab4cb0f507fa1bd2c62aeaa636f7863ab9d9486315810911
reply other threads:[~2026-08-03 2:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178572384693.1.17299092707330338866.rpms-domoticz-05b5f548ae8c@fedoraproject.org \
--to=mike@cchtml.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox