Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Parse-ANSIColor-Tiny for
openSUSE:Factory checked in at 2026-09-22 15:49:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Parse-ANSIColor-Tiny (Old)
and /work/SRC/openSUSE:Factory/.perl-Parse-ANSIColor-Tiny.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Parse-ANSIColor-Tiny"
Tue Sep 22 15:49:02 2026 rev:3 rq:1379462 version:0.800.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Parse-ANSIColor-Tiny/perl-Parse-ANSIColor-Tiny.changes
2022-11-09 12:57:26.704351177 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Parse-ANSIColor-Tiny.new.383539/perl-Parse-ANSIColor-Tiny.changes
2026-09-22 15:50:15.882862873 +0200
@@ -1,0 +2,11 @@
+Wed Sep 9 09:48:12 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 0.800.0 (0.800)
+ see /usr/share/doc/packages/perl-Parse-ANSIColor-Tiny/Changes
+
+ 0.800 2026-09-08T22:21:14Z
+
+ - Add support for 24-bit (true color) sequences.
+ Attributes are named as in Term::ANSIColor: "r255g136b0", "on_r0g10b20".
+
+-------------------------------------------------------------------
Old:
----
Parse-ANSIColor-Tiny-0.700.tar.gz
New:
----
Parse-ANSIColor-Tiny-0.800.tar.gz
README.md
_scmsync.obsinfo
build.specials.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Parse-ANSIColor-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.WCyB5V/_old 2026-09-22 15:50:17.072912520 +0200
+++ /var/tmp/diff_new_pack.WCyB5V/_new 2026-09-22 15:50:17.074912604 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Parse-ANSIColor-Tiny
#
-# Copyright (c) 2022 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,19 +18,24 @@
%define cpan_name Parse-ANSIColor-Tiny
Name: perl-Parse-ANSIColor-Tiny
-Version: 0.700
+Version: 0.800.0
Release: 0
+# 0.800 -> normalize -> 0.800.0
+%define cpan_version 0.800
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Determine attributes of ANSI-Colored string
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/R/RW/RWSTAUNER/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RW/RWSTAUNER/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
+Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Requires)
+Provides: perl(Parse::ANSIColor::Tiny) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -42,8 +47,9 @@
This module is essentially the inverse of Term::ANSIColor. The array refs
returned from parse can be passed back in to 'Term::ANSIColor::colored'.
-The strings may not match exactly due to different ways the attributes can
-be specified, but the end result should be colored the same.
+(True color attributes require Term::ANSIColor 5.01 or later.) The strings
+may not match exactly due to different ways the attributes can be
+specified, but the end result should be colored the same.
This is a '::Tiny' module... it attempts to be correct for most cases with
a small amount of code. It may not be 100% correct, especially in complex
@@ -55,7 +61,7 @@
If you do find bugs please submit tickets (with patches, if possible).
%prep
-%autosetup -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
++++++ Parse-ANSIColor-Tiny-0.700.tar.gz -> Parse-ANSIColor-Tiny-0.800.tar.gz
++++++
++++ 2500 lines of diff (skipped)
++++++ README.md ++++++
## Build Results
Current state of perl in openSUSE:Factory is

The current state of perl in the devel project build (devel:languages:perl)

++++++ _scmsync.obsinfo ++++++
mtime: 1788947293
commit: 873cfc05542125bfe00cc582b48dab43fef0a37636a0dca00ad9ca8136747435
url: https://src.opensuse.org/perl/perl-Parse-ANSIColor-Tiny
revision: 873cfc05542125bfe00cc582b48dab43fef0a37636a0dca00ad9ca8136747435
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-09-09 11:48:13.000000000 +0200
@@ -0,0 +1 @@
+.osc