1 Commits

Author SHA256 Message Date
8194adb63a Automatic update to Syntax-Highlight-Engine-Kate-0.16.tar.gz 2026-02-21 06:04:36 +00:00
4 changed files with 34 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2a2e54c590ac067f8045d754ebcc8f2703b2931b1b411773d97f4635ca04a96
size 487295

Binary file not shown.

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Feb 21 06:04:35 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 0.160.0 (0.16)
see /usr/share/doc/packages/perl-Syntax-Highlight-Engine-Kate/Changes
0.16 2026-02-18
- Fixed issue #19, deprecation warning:
"Unescaped left brace in regex is deprecated"
This warning appears in Perl 5.30 and fatal in 5.32+.
- Changed '{' to '\{' in testRangeDetect call for interpolated strings
- Affects qq{}, qx{}, and other interpolated string contexts
- No functional changes, purely fixes warning for future Perl compatibility
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 <coolo@suse.com>

View File

@@ -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.160.0
Release: 0
# 0.14 -> normalize -> 0.140.0
%define cpan_version 0.14
# 0.16 -> normalize -> 0.160.0
%define cpan_version 0.16
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