Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 607722 - =net-p2p/qbittorrent-3.3.10 identifies itself as 3.4.0alpha
Summary: =net-p2p/qbittorrent-3.3.10 identifies itself as 3.4.0alpha
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard: fixed in 3.3.11
Keywords:
: 613284 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-01-30 14:07 UTC by Gleb
Modified: 2017-03-20 06:00 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gleb 2017-01-30 14:07:52 UTC
Updated qBitorrent to 3.3.10 as ebuild and portage states. The program in About shows that it's 3.4.0alpha and in shell `qbittorrent --version` also shows 3.4.0alpha.

Downloaded the sources manually from sourceforge and version.pri shows 3.3.10. Sources in distfiles location also conatins this file and it also shows 3.3.10.

md5sum for both files are the same (distfiles and sourceforge).

There's no issue with the program as far as I can see, but it's misleading.

3.3.7 version correctly identifies itself as 3.3.7.
Comment 1 Jouni Kosonen 2017-01-30 19:17:22 UTC
This seems to be coming from CMakeLists.txt in the 3.3.10 tarball:

project(qBittorrent VERSION 3.4.0.0)

set(VER_MAJOR ${qBittorrent_VERSION_MAJOR})
set(VER_MINOR ${qBittorrent_VERSION_MINOR})
set(VER_BUGFIX ${qBittorrent_VERSION_PATCH})
set(VER_BUILD ${qBittorrent_VERSION_TWEAK})
set(VER_STATUS "alpha") # Should be empty for stable releases!
Comment 2 Oleh 2017-02-06 17:12:44 UTC
fixed in 
https://github.com/evsh/qBittorrent/commit/94e25abb5b90bf0094df3b7c9e61dfe648c73afa
likely to be in next tarball
Comment 3 Oleh 2017-02-06 17:13:14 UTC
can be backported, though
Comment 4 Jouni Kosonen 2017-02-06 20:12:08 UTC
(In reply to Oleg from comment #3)
> can be backported, though

There are a couple of updates to that commit, 
https://github.com/evsh/qBittorrent/commit/1e011601fdf88a31b4fb9db522481f2b88075d67
works as is.
Comment 5 Jouni Kosonen 2017-02-06 20:41:22 UTC
The version that ended up in upstream PR 6351[1] is
https://github.com/evsh/qBittorrent/commit/e96e14ca76544402d8e003a2a595aa2f156b73d3
and it too applies cleanly.

[1]https://github.com/qbittorrent/qBittorrent/pull/6351/
Comment 6 Andreas Sturmlechner gentoo-dev 2017-03-06 20:56:00 UTC
This was indeed fixed in 3.3.11 which was added to tree just now.
Comment 7 Andreas Sturmlechner gentoo-dev 2017-03-20 06:00:51 UTC
*** Bug 613284 has been marked as a duplicate of this bug. ***