Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 313811 - net-p2p/qbittorrent-2.2.5 version bump
Summary: net-p2p/qbittorrent-2.2.5 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-08 09:49 UTC by Iskren Slavov
Modified: 2010-04-10 17:31 UTC (History)
1 user (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 Iskren Slavov 2010-04-08 09:49:41 UTC
Looks like bug #309415 no longer applies to the new version, so the only change that needs to be made to the ebuild is to remove the following line:
sed -i "s/-mt/-mt-${BOOST_VER}/g" conf.pri

Testing on ~amd64 w/ boost-1.42.0 and it runs fine for now. :)

ChangeLog:
* Wed Apr 07 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.5
    - BUGFIX: Fix crash when adding a new torrent label
    - BUGFIX: Fix HTTPS protocol support in torrent/rss downloader
    - BUGFIX: Fix default width of file name column in torrent content
    - BUGFIX: Fix torrent addition dialog buttons height
    - BUGFIX: Fix deprecation warnings with libtorrent v0.15
    - BUGFIX: Fix "Download from URL" title size in Web UI
    - BUGFIX: Fix transparency of speed limits icons
    - BUGFIX: Dropped dependency on Qt gif library
    - BUGFIX: Improved libboost detection by configure file
    - BUGFIX: Bring back compatibility with boost v1.34
    - COSMETIC: Added icons to menu actions in Web UI

* Tue Apr 06 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.4
    - BUGFIX: Fix possible crash when adding a torrent
    - BUGFIX: Fix failure to remember some torrents on startup
    - BUGFIX: Fix torrent addition window layout (torrent content not expanding)
    - BUGFIX: Fix about dialog in Web UI
    - BUGFIX: Correctly clear trackers error messages once they work
    - BUGFIX: Display correct share ratio for paused torrents
    - COSMETIC: Improved alternative speed limits icons

* Sun Apr 04 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.3
    - BUGFIX: Fix possible crash when deleting a torrent just after pausing it
    - BUGFIX: Enable Apply button when alternative rate limits are changed
    - BUGFIX: Source compatibility with Windows (Thanks Ishan Arora)
    - BUGFIX: Source compatibility with eCS (OS/2) (Thanks Silvan Scherrer)
    - BUGFIX: Cleaner binutils gold linker support
    - BUGFIX: Clean fix for progress display with cleanlooks style

Reproducible: Always

Steps to Reproduce:
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2010-04-10 15:43:34 UTC
(In reply to comment #0)
> Looks like bug #309415 no longer applies to the new version, so the only change
> that needs to be made to the ebuild is to remove the following line:
> sed -i "s/-mt/-mt-${BOOST_VER}/g" conf.pri

How do you figure it no longer needs that? How will it find the correct slotted boost version otherwise?
Comment 2 Ben de Groot (RETIRED) gentoo-dev 2010-04-10 15:53:52 UTC
Okay, I see. It actually picks up the correct thing from the configure arguments now.

Comment 3 Ben de Groot (RETIRED) gentoo-dev 2010-04-10 16:26:09 UTC
Committed, thanks for reporting!
Comment 4 Iskren Slavov 2010-04-10 17:31:47 UTC
(In reply to comment #3)
> Committed, thanks for reporting!
> 

Thank you for committing. :)