Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-PPI for openSUSE:Factory checked in at 2022-01-28 22:12:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-PPI (Old) and /work/SRC/openSUSE:Factory/.perl-PPI.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-PPI" Fri Jan 28 22:12:39 2022 rev:21 rq:949651 version:1.271 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-PPI/perl-PPI.changes 2019-08-05 11:17:48.474525131 +0200 +++ /work/SRC/openSUSE:Factory/.perl-PPI.new.1898/perl-PPI.changes 2022-01-28 22:13:23.710537241 +0100 @@ -1,0 +2,15 @@ +Wed Jan 26 03:08:05 UTC 2022 - Tina M??ller <[email protected]> + +- updated to 1.271 + see /usr/share/doc/packages/perl-PPI/Changes + + 1.271 2022-01-25 21:47:21Z + Summary: + - return correct name for lexical subroutines + - silence uninitialized warning in t/07_token.t + - bump minimum Test::More version to 0.96 + - fix some typos in Pod + - moved repository to Perl-Critic GitHub org: + https://github.com/Perl-Critic/PPI + +------------------------------------------------------------------- Old: ---- PPI-1.270.tar.gz New: ---- PPI-1.271.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-PPI.spec ++++++ --- /var/tmp/diff_new_pack.819Pvg/_old 2022-01-28 22:13:24.166534121 +0100 +++ /var/tmp/diff_new_pack.819Pvg/_new 2022-01-28 22:13:24.170534094 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-PPI # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 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 PPI Name: perl-PPI -Version: 1.270 +Version: 1.271 Release: 0 -%define cpan_name PPI Summary: Parse, Analyze and Manipulate Perl (without perl) 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/M/MI/MITHALDU/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Class::Inspector) >= 1.22 @@ -38,7 +36,7 @@ BuildRequires: perl(Storable) >= 2.17 BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::Deep) -BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(Test::Object) >= 0.07 BuildRequires: perl(Test::SubCalls) >= 1.07 @@ -54,11 +52,12 @@ Parse, Analyze and Manipulate Perl (without perl) %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -69,7 +68,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes dev_notes.txt README %license LICENSE ++++++ PPI-1.270.tar.gz -> PPI-1.271.tar.gz ++++++ ++++ 3303 lines of diff (skipped)
