Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Dist-Zilla for openSUSE:Factory checked in at 2021-06-16 20:34:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Dist-Zilla (Old) and /work/SRC/openSUSE:Factory/.perl-Dist-Zilla.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Dist-Zilla" Wed Jun 16 20:34:57 2021 rev:34 rq:900231 version:6.020 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Dist-Zilla/perl-Dist-Zilla.changes 2020-11-03 15:17:30.424094399 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Dist-Zilla.new.32437/perl-Dist-Zilla.changes 2021-06-16 20:36:49.099322643 +0200 @@ -1,0 +2,21 @@ +Tue Jun 15 03:06:25 UTC 2021 - Tina M??ller <timueller+p...@suse.de> + +- updated to 6.020 + see /usr/share/doc/packages/perl-Dist-Zilla/Changes + + 6.020 2021-06-14 12:16:09-04:00 America/New_York + - The log colorization code was trying to use 24-bit color even when + the installed Term::ANSIColor couldn't support it. This has been + fixed by requiring Term::ANSIColor v5. Thanks, Robert Rothenberg, + Michael McClimon, and Matthew Horsfall. + + 6.019 2021-06-13 08:39:14-04:00 America/New_York + - When using "use_package" in PkgVersion, do not eradicate the entire + block of "package NAME BLOCK" syntax! Wow, what a bug... + + 6.018 2021-04-03 21:07:54-04:00 America/New_York (TRIAL RELEASE) + - add Test::CleanNamespaces, clean all namespaces + - add the same boilerplate of version/pragma/features to every module + - colorize logger prefix when running in a terminal + +------------------------------------------------------------------- Old: ---- Dist-Zilla-6.017.tar.gz New: ---- Dist-Zilla-6.020.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Dist-Zilla.spec ++++++ --- /var/tmp/diff_new_pack.I3C5ZG/_old 2021-06-16 20:36:49.703323674 +0200 +++ /var/tmp/diff_new_pack.I3C5ZG/_new 2021-06-16 20:36:49.707323680 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Dist-Zilla # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # +%define cpan_name Dist-Zilla Name: perl-Dist-Zilla -Version: 6.017 +Version: 6.020 Release: 0 -%define cpan_name Dist-Zilla Summary: Distribution builder; installer not included! License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(App::Cmd::Command::version) @@ -54,6 +52,7 @@ BuildRequires: perl(Config::MVP::Section) >= 2.200009 BuildRequires: perl(Data::Section) >= 0.200002 BuildRequires: perl(DateTime) >= 0.44 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78 BuildRequires: perl(ExtUtils::Manifest) >= 1.66 BuildRequires: perl(File::Copy::Recursive) >= 0.41 BuildRequires: perl(File::Find::Rule) @@ -88,6 +87,7 @@ BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Sub::Exporter::ForMethods) BuildRequires: perl(Sub::Exporter::Util) +BuildRequires: perl(Term::ANSIColor) >= 5.00 BuildRequires: perl(Term::Encoding) BuildRequires: perl(Term::ReadKey) BuildRequires: perl(Term::UI) @@ -101,6 +101,8 @@ BuildRequires: perl(Try::Tiny) BuildRequires: perl(YAML::Tiny) BuildRequires: perl(autodie) +BuildRequires: perl(experimental) +BuildRequires: perl(feature) BuildRequires: perl(namespace::autoclean) BuildRequires: perl(parent) BuildRequires: perl(version) @@ -160,6 +162,7 @@ Requires: perl(Sub::Exporter) Requires: perl(Sub::Exporter::ForMethods) Requires: perl(Sub::Exporter::Util) +Requires: perl(Term::ANSIColor) >= 5.00 Requires: perl(Term::Encoding) Requires: perl(Term::ReadKey) Requires: perl(Term::UI) @@ -169,6 +172,8 @@ Requires: perl(Try::Tiny) Requires: perl(YAML::Tiny) Requires: perl(autodie) +Requires: perl(experimental) +Requires: perl(feature) Requires: perl(namespace::autoclean) Requires: perl(parent) Requires: perl(version) @@ -194,11 +199,11 @@ tutorial at *at http://dzil.org/*. If not, try Dist::Zilla::Tutorial. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -209,7 +214,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE ++++++ Dist-Zilla-6.017.tar.gz -> Dist-Zilla-6.020.tar.gz ++++++ ++++ 10267 lines of diff (skipped)