Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-HTML-FromANSI-Tiny for
openSUSE:Factory checked in at 2024-03-08 18:08:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTML-FromANSI-Tiny (Old)
and /work/SRC/openSUSE:Factory/.perl-HTML-FromANSI-Tiny.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTML-FromANSI-Tiny"
Fri Mar 8 18:08:51 2024 rev:2 rq:1156062 version:0.107.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-HTML-FromANSI-Tiny/perl-HTML-FromANSI-Tiny.changes
2021-05-18 18:27:46.418616237 +0200
+++
/work/SRC/openSUSE:Factory/.perl-HTML-FromANSI-Tiny.new.1770/perl-HTML-FromANSI-Tiny.changes
2024-03-08 18:08:55.273549444 +0100
@@ -1,0 +2,11 @@
+Fri Jan 12 03:07:21 UTC 2024 - Tina Müller <[email protected]>
+
+- updated to 0.107
+ see /usr/share/doc/packages/perl-HTML-FromANSI-Tiny/Changes
+
+ 0.107 2024-01-11T15:55:33Z
+ - Update meta files. No code changes.
+ 0.106 2024-01-11T15:47:02Z
+ - Add 'attr_to_class' method to allow subclasses to customize class names.
+
+-------------------------------------------------------------------
Old:
----
HTML-FromANSI-Tiny-0.105.tar.gz
New:
----
HTML-FromANSI-Tiny-0.107.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-HTML-FromANSI-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.aezA4q/_old 2024-03-08 18:08:56.993614069 +0100
+++ /var/tmp/diff_new_pack.aezA4q/_new 2024-03-08 18:08:57.005614520 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-FromANSI-Tiny
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,21 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+%define cpan_name HTML-FromANSI-Tiny
Name: perl-HTML-FromANSI-Tiny
-Version: 0.105
+Version: 0.107.0
Release: 0
-%define cpan_name HTML-FromANSI-Tiny
+%define cpan_version 0.107
+License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Easily convert colored command line output to HTML
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/HTML-FromANSI-Tiny/
-Source0:
https://cpan.metacpan.org/authors/id/R/RW/RWSTAUNER/%{cpan_name}-%{version}.tar.gz
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/R/RW/RWSTAUNER/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(HTML::Entities)
@@ -37,6 +36,8 @@
BuildRequires: perl(Test::Requires)
Requires: perl(HTML::Entities)
Requires: perl(Parse::ANSIColor::Tiny) >= 0.600
+Provides: perl(HTML::FromANSI::Tiny) = %{version}
+%define __perllib_provides /bin/true
%{perl_requires}
%description
@@ -51,14 +52,14 @@
enough to warrant this module as well.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -66,7 +67,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes examples README
%license LICENSE
++++++ HTML-FromANSI-Tiny-0.105.tar.gz -> HTML-FromANSI-Tiny-0.107.tar.gz ++++++
++++ 1955 lines of diff (skipped)