WIP: Automatic update to Syntax-Highlight-Engine-Kate-0.15.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Syntax-Highlight-Engine-Kate:autoupdate into main
4 changed files with 26 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,19 @@
-------------------------------------------------------------------
Mon Feb 16 06:17:31 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- 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 <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.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