Hello community, here is the log from the commit of package eiskaltdcpp for openSUSE:Factory checked in at 2020-10-07 14:18:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eiskaltdcpp (Old) and /work/SRC/openSUSE:Factory/.eiskaltdcpp.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eiskaltdcpp" Wed Oct 7 14:18:17 2020 rev:3 rq:839884 version:2.3.0~git20200908.0e0ccde5 Changes: -------- --- /work/SRC/openSUSE:Factory/eiskaltdcpp/eiskaltdcpp.changes 2020-10-05 19:39:44.053587593 +0200 +++ /work/SRC/openSUSE:Factory/.eiskaltdcpp.new.4249/eiskaltdcpp.changes 2020-10-07 14:18:24.269481775 +0200 @@ -1,0 +2,9 @@ +Tue Oct 6 18:10:12 UTC 2020 - Илья Индиго <[email protected]> + +- Readd aspell support and add Requires:aspell. +- Add BuildRequires:git (cmake script checks it). +- Remove additional cmake options that were default. +- Correct disable PHP daemon backand via cmake option JSONRPC_DAEMON. +- Disable examples via cmake option to remove requires: bash, php, sh. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eiskaltdcpp.spec ++++++ --- /var/tmp/diff_new_pack.mjYeTj/_old 2020-10-07 14:18:26.601483630 +0200 +++ /var/tmp/diff_new_pack.mjYeTj/_new 2020-10-07 14:18:26.605483632 +0200 @@ -25,8 +25,10 @@ Source0: %{name}-%{version}.tar.xz Source1: %{name}.firewalld Patch0: ru.ts.patch +BuildRequires: aspell-devel BuildRequires: cmake BuildRequires: fdupes +BuildRequires: git BuildRequires: libattr-devel BuildRequires: libboost_system-devel BuildRequires: libidn-devel @@ -46,6 +48,7 @@ BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Xml) BuildRequires: pkgconfig(bzip2) +Requires: aspell %description EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC @@ -71,18 +74,14 @@ %build %cmake -LA \ - -DUSE_ASPELL=OFF \ - -DWITH_SOUNDS=ON \ - -DUSE_MINIUPNP=ON \ - -Dlinguas="*" + -DJSONRPC_DAEMON=OFF \ + -DWITH_EXAMPLES=OFF %cmake_build %install %cmake_install install -Dm644 %{SOURCE1} %{buildroot}%{_prefix}/lib/firewalld/services/%{name}.xml %fdupes %{buildroot} -rm %{buildroot}%{_bindir}/%{name}-daemon -rm %{buildroot}%{_mandir}/man?/%{name}-daemon.?%{ext_man} %find_lang --with-qt lib%{name} %{name}.lang @@ -102,7 +101,6 @@ %{_datadir}/icons/hicolor/*/apps/%{name}.png %dir %{_datadir}/%{name} %{_datadir}/%{name}/emoticons -%{_datadir}/%{name}/examples %{_datadir}/%{name}/luascripts %{_datadir}/%{name}/sounds %dir %{_datadir}/%{name}/qt
