Hello community, here is the log from the commit of package qbittorrent for openSUSE:Factory checked in at 2015-08-03 17:22:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old) and /work/SRC/openSUSE:Factory/.qbittorrent.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qbittorrent" Changes: -------- --- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes 2015-07-14 17:46:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 2015-08-03 17:22:11.000000000 +0200 @@ -1,0 +2,56 @@ +Sun Aug 2 17:25:43 UTC 2015 - [email protected] + +- Update to 3.2.3: + * BUGFIX: Fix crash when closing a search tab while search is + running. + * SEARCH: Other minor search fixes and improvements. + +------------------------------------------------------------------- +Sun Aug 2 09:32:36 UTC 2015 - [email protected] + +- Update to 3.2.2: + + FEATURE: Allow to force reannounce DHT too. + + FEATURE: Implement an option to disable confirmation of torrent + recheck. + + FEATURE: Allow to copy all the trackers with a keyboard shortcut. + + BUGFIX: Fix torrent renaming. + + BUGFIX: Fix localhost address (::ffff:127.0.0.1) is not + recognized when connecting to WebUI. + + BUGFIX: Fix '&' character in label name becomes accelerator + key. + + BUGFIX: Fix HTTP header parsing when torrent filename contains + a semicolon. + + BUGFIX: Fix installing search plugin from local file. + + BUGFIX: Fix installing search plugin by drag-n-dropping file. + + COSMETIC: Update color scheme of completed.png icon. + + COSMETIC: Fix printing of the copyright symbol in the About + dialog. + + COSMETIC: Minor changes in Preview File dialog. + + COSMETIC: Add Force Resume icon. + + COSMETIC: Add count of unread items to Atom/RSS tab label. + + WEBUI: Ports between 1 and 65535 as in the GUI. + + WEBUI: Fix an error in Content tab when the torrent does not + have metadata. + + WEBUI: New option Web UI port UPNP. + + WEBUI: Fix API Content Types. + + WEBUI: Fix empty trackers addition. + + WEBUI: Torrent download from hash. + + WEBUI: Fix sort by queue number. + + WEBUI: Open external links in a new window/tab. + + WEBUI: Massive increase in performance. + + SEARCH: Search status per tab. + + SEARCH: Remove the word 'torrent' in ExtraTorrent results. + + SEARCH: Prefer python3 over python2 on GNU/Linux and OS X. + + SEARCH: Show notification if Python is not found and a search + is started. + + SEARCH: Improve checks for python. Print python version and + path to log. + + SEARCH: Improve Python detection. + + OTHER: Improvements on the build system. + + OTHER: Bump minimum libtorrent version required to + 1.0.6/0.16.19. + + OTHER: New translation: Slovenian. +- Require libtorrent-rasterbar 1.0.6 for all releases of openSUSE. +- Build with Qt5 for openSUSE Leap 42.x and 13.2 as well. + +------------------------------------------------------------------- Old: ---- qbittorrent-3.2.1.tar.gz New: ---- qbittorrent-3.2.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qbittorrent.spec ++++++ --- /var/tmp/diff_new_pack.N2GzQE/_old 2015-08-03 17:22:12.000000000 +0200 +++ /var/tmp/diff_new_pack.N2GzQE/_new 2015-08-03 17:22:12.000000000 +0200 @@ -2,7 +2,7 @@ # spec file for package qbittorrent # # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2008-2014 Mariusz Fik <[email protected]>. +# Copyright (c) 2014 Mariusz Fik <[email protected]>. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define _name qBittorrent Name: qbittorrent -Version: 3.2.1 +Version: 3.2.3 Release: 0 Summary: A BitTorrent client in Qt License: GPL-2.0+ @@ -32,12 +32,13 @@ BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: update-desktop-files +BuildRequires: pkgconfig(libtorrent-rasterbar) >= 1.0.6 # For geolocalization. Requires: GeoIP # For search engines. -Requires: python Requires: python3 -%if 0%{?suse_version} > 1320 +Recommends: python +%if 0%{?suse_version} >= 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse}) BuildRequires: libqt5-linguist >= 5.2.0 BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 @@ -45,7 +46,6 @@ BuildRequires: pkgconfig(Qt5Network) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0 -BuildRequires: pkgconfig(libtorrent-rasterbar) >= 1.0.0 %else BuildRequires: libqt4-linguist >= 4.8.0 BuildRequires: pkgconfig(QtCore) >= 4.8.0 @@ -53,7 +53,6 @@ BuildRequires: pkgconfig(QtGui) >= 4.8.0 BuildRequires: pkgconfig(QtNetwork) >= 4.8.0 BuildRequires: pkgconfig(QtXml) >= 4.8.0 -BuildRequires: pkgconfig(libtorrent-rasterbar) >= 0.16.0 %endif %description @@ -82,22 +81,20 @@ %build aclocal -I m4 autoconf + %global _configure ../configure for ui in nox gui; do - [[ "$ui" == nox ]] && ui_opt='--disable-gui' + [[ "$ui" == nox ]] && ui_opt='--disable-gui' || ui_opt= mkdir $ui pushd $ui %configure \ -%if 0%{?suse_version} > 1320 +%if 0%{?suse_version} >= 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse}) --with-qt5 \ -%else - --with-libtorrent-rasterbar0.16 \ %endif $ui_opt \ --enable-systemd make %{?_smp_mflags} popd - ui_opt= done %install ++++++ qbittorrent-3.2.1.tar.gz -> qbittorrent-3.2.3.tar.gz ++++++ ++++ 92740 lines of diff (skipped)
