Bug 1049139 - Please apply upstream case sensitivity patch
Summary: Please apply upstream case sensitivity patch
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-Syntax-Highlight-Engine-Kate
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jitka Plesnikova
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-07 05:28 UTC by Jeff Fearn 🐞
Modified: 2014-01-10 07:59 UTC (History)
3 users (show)

Fixed In Version: perl-Syntax-Highlight-Engine-Kate-0.08-4.fc20
Clone Of:
Environment:
Last Closed: 2014-01-09 07:42:47 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
case insensitive plugin matching (1.42 KB, patch)
2014-01-07 05:28 UTC, Jeff Fearn 🐞
no flags Details | Diff
patch for spec file (1.33 KB, patch)
2014-01-07 05:31 UTC, Jeff Fearn 🐞
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
CPAN 84982 0 None None None Never

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.


Note You need to log in before you can comment on or make changes to this bug.