Bug 1056051

Summary: Add AArch64 support to qtdeclarative
Product: [Fedora] Fedora Reporter: Marcin Juszkiewicz <mjuszkie>
Component: qt5-qtdeclarativeAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jreznik, kevin, ltinkl, rdieter, rnovacek, than
Target Milestone: ---Keywords: Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-02 21:29:35 UTC Type: Bug
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
full changeset none

Description Marcin Juszkiewicz 2014-01-21 13:29:51 UTC
Created attachment 853223 [details]
full changeset

Description of problem:

Qt5 uses code from double-conversion project. There was a bug reported there for AArch64 support: https://code.google.com/p/double-conversion/issues/detail?id=33 and it got merged but in a wrong way. I reopened their bug so they fixed issue for good now.

But Qt5 will merge that fix in 5.3 so we need to patch.

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

5.2.0

How reproducible:

always

Steps to Reproduce:
1. build package on aarch64
2.
3.

Actual results:

fails

Expected results:

builds

Additional info:

Patch contains two patches backported from upstream - wrong fix and fix to fix.

Comment 1 Marcin Juszkiewicz 2014-01-24 16:48:47 UTC
Upstream Qt merged latest double-conversion code.

Comment 2 Rex Dieter 2014-02-02 21:25:14 UTC
*** Bug 1040452 has been marked as a duplicate of this bug. ***

Comment 3 Rex Dieter 2014-02-02 21:29:35 UTC
imported into rawhide, thanks.

%changelog
* Sun Feb 02 2014 Marcin Juszkiewicz <mjuszkiewicz> 5.2.0-6
- Add AArch64 support (RHBUG: 1040452, QTBUG-35528)