Hello community, here is the log from the commit of package qbittorrent for openSUSE:Leap:15.2 checked in at 2020-03-15 07:13:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/qbittorrent (Old) and /work/SRC/openSUSE:Leap:15.2/.qbittorrent.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qbittorrent" Sun Mar 15 07:13:42 2020 rev:32 rq:784983 version:4.2.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/qbittorrent/qbittorrent.changes 2020-01-15 15:54:57.555650037 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.qbittorrent.new.3160/qbittorrent.changes 2020-03-15 07:14:47.081079395 +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.Vgkv44/_old 2020-03-15 07:14:47.465079596 +0100 +++ /var/tmp/diff_new_pack.Vgkv44/_new 2020-03-15 07:14:47.465079596 +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
