Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package eiskaltdcpp for openSUSE:Factory checked in at 2026-01-06 17:43:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eiskaltdcpp (Old) and /work/SRC/openSUSE:Factory/.eiskaltdcpp.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eiskaltdcpp" Tue Jan 6 17:43:44 2026 rev:11 rq:1325416 version:2.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/eiskaltdcpp/eiskaltdcpp.changes 2025-05-09 18:53:19.305979638 +0200 +++ /work/SRC/openSUSE:Factory/.eiskaltdcpp.new.1928/eiskaltdcpp.changes 2026-01-06 17:45:06.034901483 +0100 @@ -1,0 +2,6 @@ +Tue Dec 30 08:58:45 UTC 2025 - Ana Guerrero <[email protected]> + +- Disable LUA scripts support, it's only supported with LUA 5.1 + and this version is being removed. (boo#1252922) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eiskaltdcpp.spec ++++++ --- /var/tmp/diff_new_pack.7x4wZy/_old 2026-01-06 17:45:06.714929458 +0100 +++ /var/tmp/diff_new_pack.7x4wZy/_new 2026-01-06 17:45:06.714929458 +0100 @@ -1,7 +1,7 @@ # # spec file for package eiskaltdcpp # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -49,7 +49,6 @@ BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(libidn) BuildRequires: pkgconfig(libpcre2-8) -BuildRequires: pkgconfig(lua5.1) BuildRequires: pkgconfig(miniupnpc) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(zlib) @@ -130,7 +129,8 @@ %cmake -LA \ -DNO_UI_DAEMON=ON \ -DUSE_CLI_JSONRPC=ON \ - -DWITH_EXAMPLES=OFF + -DWITH_EXAMPLES=OFF \ + -DLUA_SCRIPT=OFF %cmake_build %install @@ -147,7 +147,6 @@ %doc AUTHORS ChangeLog.txt README.md TODO %dir %{_datadir}/%{name} %{_datadir}/%{name}/emoticons -%{_datadir}/%{name}/luascripts %{_datadir}/%{name}/sounds %{_datadir}/pixmaps/%{name}.png %{_datadir}/icons/hicolor/*/apps/%{name}.png
