Bug 1049139

Summary: Please apply upstream case sensitivity patch
Product: [Fedora] Fedora Reporter: Jeff Fearn 🐞 <jfearn>
Component: perl-Syntax-Highlight-Engine-KateAssignee: Jitka Plesnikova <jplesnik>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: jplesnik, perl-devel, ppisar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: perl-Syntax-Highlight-Engine-Kate-0.08-4.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-09 07:42:47 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
case insensitive plugin matching
none
patch for spec file none

Description Jeff Fearn 🐞 2014-01-07 05:28:37 UTC
Created attachment 846451 [details]
case insensitive plugin matching

Description of problem:
Hi, publican needs this patch [1 & attached] to satisfy #919474 on Fedora.

1: https://rt.cpan.org/Ticket/Display.html?id=84982

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

How reproducible:
Always

Steps to Reproduce:
1. perl -MSyntax::Highlight::Engine::Kate -e 'my $hl = new Syntax::Highlight::Engine::Kate(); $hl->languagePlug("xml");'

Actual results:
undefined language: xml at /usr/share/perl5/vendor_perl/Syntax/Highlight/Engine/Kate.pm line 638.


Expected results:
$ perl -MSyntax::Highlight::Engine::Kate -e 'my $hl = new Syntax::Highlight::Engine::Kate(); $hl->languagePlug("xml", 1);'
substituting language XML for xml at /usr/share/perl5/vendor_perl/Syntax/Highlight/Engine/Kate.pm line 626.

Additional info:
The patch has been pulled upstream but there is no date for a new release.

https://github.com/szabgab/Syntax-Highlight-Engine-Kate/pull/7/commits

If you don't supply the second parameter, or set it to 0, the behaviour remains the same as it currently behaves.

Comment 1 Jeff Fearn 🐞 2014-01-07 05:31:08 UTC
Created attachment 846452 [details]
patch for spec file

Comment 2 Fedora Update System 2014-01-07 08:30:42 UTC
perl-Syntax-Highlight-Engine-Kate-0.08-4.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/perl-Syntax-Highlight-Engine-Kate-0.08-4.fc20

Comment 3 Fedora Update System 2014-01-07 08:40:03 UTC
perl-Syntax-Highlight-Engine-Kate-0.08-2.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/perl-Syntax-Highlight-Engine-Kate-0.08-2.fc19

Comment 4 Fedora Update System 2014-01-07 08:56:52 UTC
perl-Syntax-Highlight-Engine-Kate-0.08-2.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/perl-Syntax-Highlight-Engine-Kate-0.08-2.fc18

Comment 5 Fedora Update System 2014-01-08 07:47:18 UTC
Package perl-Syntax-Highlight-Engine-Kate-0.08-2.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing perl-Syntax-Highlight-Engine-Kate-0.08-2.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-0370/perl-Syntax-Highlight-Engine-Kate-0.08-2.fc18
then log in and leave karma (feedback).

Comment 6 Fedora Update System 2014-01-09 07:42:47 UTC
perl-Syntax-Highlight-Engine-Kate-0.08-2.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2014-01-10 07:59:29 UTC
perl-Syntax-Highlight-Engine-Kate-0.08-4.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.