Hello community, here is the log from the commit of package qbittorrent for openSUSE:Factory checked in at 2020-03-11 18:51:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old) and /work/SRC/openSUSE:Factory/.qbittorrent.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qbittorrent" Wed Mar 11 18:51:44 2020 rev:78 rq:783562 version:4.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes 2020-01-10 17:51:42.790132232 +0100 +++ /work/SRC/openSUSE:Factory/.qbittorrent.new.3160/qbittorrent.changes 2020-03-11 18:54:46.631659612 +0100 @@ -1,0 +2,6 @@ +Tue Mar 10 22:30:22 UTC 2020 - Alexei Sorokin <[email protected]> + +- Remove an unnecessary since qBittorrent 3.3.0 GeoIP1 dependency: + qBittorrent now downloads GeoLite2 by itself. + +------------------------------------------------------------------- @@ -7 +12,0 @@ - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qbittorrent.spec ++++++ --- /var/tmp/diff_new_pack.Q4Vc5N/_old 2020-03-11 18:54:47.999660223 +0100 +++ /var/tmp/diff_new_pack.Q4Vc5N/_new 2020-03-11 18:54:47.999660223 +0100 @@ -22,7 +22,6 @@ Release: 0 Summary: A BitTorrent client in Qt License: GPL-2.0-or-later -Group: Productivity/Networking/File-Sharing URL: https://qbittorrent.org Source: https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz Source1: https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz.asc @@ -33,6 +32,7 @@ BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: libboost_system-devel +BuildRequires: pkgconfig BuildRequires: cmake(Qt5Concurrent) BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5DBus) @@ -45,8 +45,6 @@ BuildRequires: pkgconfig(libtorrent-rasterbar) >= 1.1.13 BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(zlib) -# For geolocalisation. -Requires: GeoIP # For search engines. Recommends: python3 @@ -59,7 +57,6 @@ %package nox Summary: A BitTorrent client in Qt, CLI version -Group: Productivity/Networking/File-Sharing %{?systemd_requires} %description nox @@ -77,8 +74,8 @@ $ui_opt \ -DSYSTEMD=ON \ -DSystemd_SERVICES_INSTALL_DIR=%{_unitdir} -# override because this needs absurd amounts of RAM to build - %make_jobs -j1 + # Override as this needs absurd amounts of RAM to build. + %cmake_build -j1 cd .. mv build build.$ui done
