Bug 443313 - [PATCH] update to 0.93, fix build
Summary: [PATCH] update to 0.93, fix build
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-tag
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Matthias Saou
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-04-20 15:21 UTC by Bill Nottingham
Modified: 2014-03-17 03:14 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-04-24 10:54:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
spec diff (1.70 KB, patch)
2008-04-20 15:21 UTC, Bill Nottingham
no flags Details | Diff
fix compilation due to taglib changes (1.39 KB, patch)
2008-04-20 15:22 UTC, Bill Nottingham
no flags Details | Diff

Description Bill Nottingham 2008-04-20 15:21:13 UTC
Description of problem:

Fixes 440759, at least.

Version-Release number of selected component (if applicable):

0.91-5

Comment 1 Bill Nottingham 2008-04-20 15:21:13 UTC
Created attachment 303057 [details]
spec diff

Comment 2 Bill Nottingham 2008-04-20 15:22:32 UTC
Created attachment 303058 [details]
fix compilation due to taglib changes

Here's the patch referenced in the spec diff.

Comment 3 Bill Nottingham 2008-04-20 15:22:54 UTC
(Note: I have not exhaustively tested the resulting build.)

Comment 4 Bill Nottingham 2008-04-20 15:44:37 UTC
Actually, from reading:

-      .def("size", &map::clear)
+      .def("size", &map::clear, return_internal_reference<>())

That should almost certainly be .def("clear", &map::clear,
return_internal_reference<>()). But that looks like an upstream bug.


Comment 5 Matthias Saou 2008-04-22 12:39:02 UTC
Looks like upstream has released 0.94.1 with your change included. As soon as
CVS lets me, I'll update the devel package.

Comment 6 Matthias Saou 2008-04-24 10:54:30 UTC
Rebuilt fine now in Rawhide. Thanks for looking into this!


Note You need to log in before you can comment on or make changes to this bug.