Bug 443313

Summary: [PATCH] update to 0.93, fix build
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: python-tagAssignee: Matthias Saou <matthias>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-24 10:54:30 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:
Attachments:
Description Flags
spec diff
none
fix compilation due to taglib changes none

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!