Bug 1236682

Summary: invalid translations in gimagereader appdata file
Product: [Fedora] Fedora Reporter: Kalev Lember <kalevlember>
Component: gimagereaderAssignee: Sandro Mani <manisandro>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: manisandro
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: gimagereader-3.1.2-1.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-13 19:15:31 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:

Description Kalev Lember 2015-06-29 17:35:00 UTC
gimagereader.appdata.xml incorrectly uses the "lang" tag instead of "xml:lang" which trips over the xml parser in appstream-glib so that the cs translation is used for the "C" langage as well. See http://www.w3.org/TR/xml/#sec-lang-tag for details.

Instead of:

<summary lang="cs_CZ"> and <description lang="cs_CZ">

it should have:

<summary xml:lang="cs_CZ"> and <description xml:lang="cs_CZ">

Comment 1 Sandro Mani 2015-06-29 21:56:09 UTC
Thanks, fixed upstream, I'll release a fixed version in the coming days.

Comment 2 Kalev Lember 2015-06-29 22:45:21 UTC
Excellent, thanks!

Comment 3 Fedora Update System 2015-06-30 22:10:22 UTC
gimagereader-3.1.2-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/gimagereader-3.1.2-1.fc22

Comment 4 Fedora Update System 2015-06-30 22:10:28 UTC
gimagereader-3.1.2-1.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/gimagereader-3.1.2-1.fc21

Comment 5 Fedora Update System 2015-07-02 17:05:47 UTC
Package gimagereader-3.1.2-1.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing gimagereader-3.1.2-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-10992/gimagereader-3.1.2-1.fc21
then log in and leave karma (feedback).

Comment 6 Fedora Update System 2015-07-13 19:15:31 UTC
gimagereader-3.1.2-1.fc22 has been pushed to the Fedora 22 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2015-07-13 19:20:34 UTC
gimagereader-3.1.2-1.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.