diff --git a/Syntax-Highlight-Engine-Kate-0.14.tar.gz b/Syntax-Highlight-Engine-Kate-0.14.tar.gz deleted file mode 100644 index 51364e2..0000000 --- a/Syntax-Highlight-Engine-Kate-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2a2e54c590ac067f8045d754ebcc8f2703b2931b1b411773d97f4635ca04a96 -size 487295 diff --git a/Syntax-Highlight-Engine-Kate-0.15.tar.gz b/Syntax-Highlight-Engine-Kate-0.15.tar.gz new file mode 100644 index 0000000..fc32740 --- /dev/null +++ b/Syntax-Highlight-Engine-Kate-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada2d3bf62fdf2de323c3e82c9988b6fbca38b9a372fe2d166e44248bbc07a7b +size 484742 diff --git a/perl-Syntax-Highlight-Engine-Kate.changes b/perl-Syntax-Highlight-Engine-Kate.changes index ad22827..29d6505 100644 --- a/perl-Syntax-Highlight-Engine-Kate.changes +++ b/perl-Syntax-Highlight-Engine-Kate.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +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 diff --git a/perl-Syntax-Highlight-Engine-Kate.spec b/perl-Syntax-Highlight-Engine-Kate.spec index d0e434d..2cc38c2 100644 --- a/perl-Syntax-Highlight-Engine-Kate.spec +++ b/perl-Syntax-Highlight-Engine-Kate.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Syntax-Highlight-Engine-Kate # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Syntax-Highlight-Engine-Kate Name: perl-Syntax-Highlight-Engine-Kate -Version: 0.140.0 +Version: 0.150.0 Release: 0 -# 0.14 -> normalize -> 0.140.0 -%define cpan_version 0.14 +# 0.15 -> normalize -> 0.150.0 +%define cpan_version 0.15 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Port to Perl of the syntax highlight engine of the Kate text editor URL: https://metacpan.org/release/%{cpan_name} @@ -32,9 +32,9 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59 BuildRequires: perl(Path::Tiny) -BuildRequires: perl(Test::Differences) >= 0.61 +BuildRequires: perl(Test::Differences) >= 0.610 BuildRequires: perl(Test::More) >= 1.00 -BuildRequires: perl(Test::Warn) >= 0.30 +BuildRequires: perl(Test::Warn) >= 0.300 Requires: perl(Path::Tiny) Provides: perl(Syntax::Highlight::Engine::Kate) = %{version} Provides: perl(Syntax::Highlight::Engine::Kate::ABC) = %{version} @@ -194,7 +194,7 @@ Syntax::Highlight::Engine::Kate inherits Syntax::Highlight::Engine::Kate::Template. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644