------------------------------------------------------------------- Mon Feb 16 06:17:31 UTC 2026 - Tina Müller - updated to 0.150.0 (0.15) see /usr/share/doc/packages/perl-Syntax-Highlight-Engine-Kate/Changes 0.15 2026-02-15 MANWAR - Issue #23: Fixed a bug in testDetectSpaces() method in Template.pm The regex /^([\\040|\\t]+)/ was incorrectly matching literal pipe characters '|' in addition to spaces and tabs. Changed to /^([\040\t]+)/ to correctly match only spaces (octal 040) and tabs. This improves number highlighting in Perl and other languages that use this method for whitespace detection. - Updated test suite expected output files to match the corrected highlighting behaviour ------------------------------------------------------------------- Wed Apr 3 07:34:08 UTC 2019 - Stephan Kulow - updated to 0.14 see /usr/share/doc/packages/perl-Syntax-Highlight-Engine-Kate/Changes ------------------------------------------------------------------- Tue Aug 4 09:09:57 UTC 2015 - coolo@suse.com - updated to 0.10 see /usr/share/doc/packages/perl-Syntax-Highlight-Engine-Kate/Changes 0.10 2015.08.01 - Documentation cleanup (Andy Jack) ------------------------------------------------------------------- Thu Apr 16 20:25:11 UTC 2015 - coolo@suse.com - updated to 0.09 see /usr/share/doc/packages/perl-Syntax-Highlight-Engine-Kate/Changes 0.09 2014.06.07 - Require Test::Warn for testing. - Support case insensitive names. RT #84982 (Jeff Fearn) - Replace use of File::Slurp with Path::Tiny (Martin McGrath) - Spelling RT #88156 (Debian) - Better error message when plugin is missing RT #20873 0.08 2013.05.27 - Add stub files Syntax::Highlight::Engine::Kate::BaseTest and Syntax::Highlight::Engine::Kate::BaseTestchild to kick the old ones out of the PAUSE index. #85463 0.07 2012.09.23 - fixed some errors in the BibTeX-related documentation (ZENOG) - revisited conversion of Kate's highlight definitions (Jan Pokorny) - Added some regression tests (Ovid) - Some cleanup and adding conversion script (jnpkrn) ------------------------------------------------------------------- Wed Dec 1 13:35:26 UTC 2010 - coolo@novell.com - switch to perl_requires macro ------------------------------------------------------------------- Fri Nov 12 23:15:38 UTC 2010 - jw@novell.com - needed by publican - initial package 0.06 * created by cpanspec 1.78.02