Hello community, here is the log from the commit of package perl-PPI for openSUSE:Factory checked in at 2017-05-24 16:47:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-PPI (Old) and /work/SRC/openSUSE:Factory/.perl-PPI.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-PPI" Wed May 24 16:47:16 2017 rev:16 rq:495802 version:1.224 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-PPI/perl-PPI.changes 2015-05-02 17:45:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-PPI.new/perl-PPI.changes 2017-05-24 16:47:18.400415132 +0200 @@ -1,0 +2,56 @@ +Tue May 16 06:25:50 UTC 2017 - [email protected] + +- updated to 1.224 + see /usr/share/doc/packages/perl-PPI/Changes + + 1.224 Sun 14 May 2017 + Summary: + - updating an out-of-date meta.yml caused by Module::Install + + 1.222 Sun 14 May 2017 + Summary: + - unit tests for many parts, both passing and TODO + - many documentation fixes + - add ->version method to PPI::Statement::Package (WOLFSAGE) + - remove unused PPI::Document->new timeout feature + - do not expect '.' in @INC (PLICEASE) + - many parsing fixes + - various fixes to the behaviors of methods + - removal of problematic dependencies + + Details: + - Remove undocumented, non-working 'timeout' attribute to + Document->new, including HAVE_ALARM and + PPI::Exception::ParserTimeout. (GitHub #140) (MOREGAN) + - first cut of a travis configuration + - do hex number matching with [[:xdigit:]] + - some readability improvements on the code of HereDoc.pm + - recognize heredoc even if they have no newline at the end (AUBERTG) + - parse left side of => as bareword even if it looks like a keyword or + op (MOREGAN) + - remove source code escapes in the output of QuoteLike::Words->literal + (MOREGAN) + - removal of Test::NoWarnings + - less uses of List::MoreUtils in favor of List::Util + - expand $'x to $::main::x in Symbol->canonical as with $::x + (MOREGAN) + - fixed parsing of large numbers in Number::Exp on Solaris 80 (JMASLAK) + - make remove_child actually return undef on failure to find child to + remove + - higher accuracy when deciding whether certain characters are operators + or variable type casts (*&% etc.) (MOREGAN) + - parse x as the first element of code as a word, not an operator + (MOREGAN) + - recognize the implied end of a package statement that includes a block + (MOREGAN) + - parse package names that look like operators as strings, not ops + (MOREGAN) + - parse package names that look like v10 as strings, not versions + (MOREGAN) + - parse things like v49use as a single bareword, not v-string + keyword + (MOREGAN) + - parse x64 as a word, not x operator + number (MOREGAN) + - parse 1.eq 1 as float + op, not concatenation + - parse subroutine attributes correctly (MOREGAN) + +------------------------------------------------------------------- Old: ---- PPI-1.220.tar.gz New: ---- PPI-1.224.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-PPI.spec ++++++ --- /var/tmp/diff_new_pack.x3vNqT/_old 2017-05-24 16:47:18.960336291 +0200 +++ /var/tmp/diff_new_pack.x3vNqT/_new 2017-05-24 16:47:18.964335728 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-PPI # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: perl-PPI -Version: 1.220 +Version: 1.224 Release: 0 %define cpan_name PPI Summary: Parse, Analyze and Manipulate Perl (without perl) License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/PPI/ -Source0: http://www.cpan.org/authors/id/M/MI/MITHALDU/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/M/MI/MITHALDU/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -36,19 +36,20 @@ #BuildRequires: perl(File::Spec) >= 3.2701 BuildRequires: perl(IO::String) >= 1.07 BuildRequires: perl(List::MoreUtils) >= 0.16 -BuildRequires: perl(List::Util) >= 1.20 +BuildRequires: perl(List::Util) >= 1.33 BuildRequires: perl(Params::Util) >= 1.00 BuildRequires: perl(Storable) >= 2.17 BuildRequires: perl(Task::Weaken) +BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) >= 0.86 -BuildRequires: perl(Test::NoWarnings) >= 0.084 BuildRequires: perl(Test::Object) >= 0.07 BuildRequires: perl(Test::SubCalls) >= 1.07 +BuildRequires: perl(Test::Warn) >= 0.30 Requires: perl(Clone) >= 0.30 #Requires: perl(File::Spec) >= 3.2701 Requires: perl(IO::String) >= 1.07 Requires: perl(List::MoreUtils) >= 0.16 -Requires: perl(List::Util) >= 1.20 +Requires: perl(List::Util) >= 1.33 Requires: perl(Params::Util) >= 1.00 Requires: perl(Storable) >= 2.17 Requires: perl(Task::Weaken) @@ -59,7 +60,7 @@ %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -75,6 +76,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README README.md +%doc Changes README README.md +%license LICENSE %changelog ++++++ PPI-1.220.tar.gz -> PPI-1.224.tar.gz ++++++ ++++ 10864 lines of diff (skipped)
