Bug 619661
Summary: | Upgrade to the latest 0.14.11 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mamoru TASAKA <mtasaka> |
Component: | rb_libtorrent | Assignee: | Peter Gordon <peter> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 14 | CC: | leigh123linux, peter, rdieter |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | rb_libtorrent-0.14.11-1.fc14 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-09-04 05:20:21 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Mamoru TASAKA
2010-07-30 05:16:04 UTC
I would rather see F14 ship with 0.14.10 as 0.15.1 is buggy as hell. (In reply to comment #1) > I would rather see F14 ship with 0.14.10 as 0.15.1 is buggy as hell. Ah, then okay. Anyway I rebuilt 0.14.10-4.fc{14,15} successfully (new patches for python 2.7/g++4.5 are needed). I will request push requests for F-14. (In reply to comment #2) > (In reply to comment #1) > > I would rather see F14 ship with 0.14.10 as 0.15.1 is buggy as hell. > > Ah, then okay. > Anyway I rebuilt 0.14.10-4.fc{14,15} successfully (new patches > for python 2.7/g++4.5 are needed). I will request push requests for > F-14. I don't agree with you stripping the python macro (I know it's no longer needed) as it prevents people from building the srpm for other fedora versions. IMO you should have replaced it with %if ! (0%{?fedora} > 12 || 0%{?rhel} > 5) %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %endif https://fedoraproject.org/wiki/Packaging/Python#System_Architecture I want to let minor cleanups of the spec file to the actual maintainer (for this package I am only interested in critical issues like broken dependencies), however one comment: (In reply to comment #3) > I don't agree with you stripping the python macro (I know it's no longer > needed) as it prevents people from building the srpm for other fedora versions. Supporting all fedora branches in one spec file is not mandatory. I see the update happened, closing (I'm working to help bring in 0.14.11 now too) meh, I'll use this to track the update instead (sorry for the close->open spam) rb_libtorrent-0.14.11-1.fc14 has been submitted as an update for Fedora 14. http://admin.fedoraproject.org/updates/rb_libtorrent-0.14.11-1.fc14 rb_libtorrent-0.14.11-1.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update rb_libtorrent'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/rb_libtorrent-0.14.11-1.fc14 rb_libtorrent-0.14.11-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |