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.
Created attachment 846452 [details] patch for spec file
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
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
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
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).
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.
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.