Hello community, here is the log from the commit of package perl-PPI for openSUSE:Factory checked in at 2014-09-22 18:50:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-PPI (Old) and /work/SRC/openSUSE:Factory/.perl-PPI.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-PPI" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-PPI/perl-PPI.changes 2011-09-23 12:38:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-PPI.new/perl-PPI.changes 2014-09-22 18:50:30.000000000 +0200 @@ -1,0 +2,41 @@ +Mon Sep 15 15:24:44 UTC 2014 - [email protected] + +- updated to 1.218 + Summary: + - Fixes for various parsing and documentation bugs + - 1MB limit on input document size removed + - Moved repository to GitHub: https://github.com/adamkennedy/PPI + + Details: + - Stop directing bugs to rt.cpan.org (GitHub #40) (MOREGAN) + - Fix documentation reference to List::Util (RT #75308) (RWSTAUNER) + - Improve scalability of parsing long lines, and remove the size + limit on documents PPI will parse (GitHub #5) (MITHALDU) + - Speed up adding an element to an unlabeled statement. + Allow inlining of some methods. (WOLFSAGE) + - Expanded test coverage (DOLMEN, MOREGAN) + - Convert inline tests to standalone tests (GitHub #12) (MOREGAN) + - Fix for '1=>x' being parsed as x operator (GitHub #46) (MOREGAN) + - Recognize that '1 x3' is the x operator followed by a 3 + (RT #37892, GitHub #27) (MOREGAN) + - Support all augmented assignment operators (<<=, ||=, etc.) + (RT #68176, 71705) (MOREGAN) + - Stop upper-case "=CUT" from terminating POD (RT #75039) (JAE) + - Support upper-case digits in hex and binary numbers, including + in the leading '0X' and '0B'. (RT #36540) (KRYDE, MOREGAN) + - Fix float argument to range operator misparsed as version + string (RT #45014) (MOREGAN) + - Fix POD markup in PPI::Find (RT #51693) (FWIE) + - Fix spelling of "Tom Christiansen" (RT #67264) (TADMC) + - Fix a large raft of spelling and grammar errors (RT #85049) (David + Steinbrunner, DOLMEN, MOREGAN) + - Fix errors in documentation of the PPI::Element class hierarchy + (RT #30863, 69026) (SJQUINNEY) + - Prevent PPI::XSAccessor packages from hiding corresponding PPI + packages in CPAN (RT #90792) (MITHALDU) + - Recognize the formfeed character as whitespace (RT #67517) (WYANT) + - Recognize regex match following 'return' (RT #27475) (ADAMK) + - Fix missing dereference, length called on reference (RT #40103) + (ADAMK) + +------------------------------------------------------------------- Old: ---- PPI-1.215.tar.gz New: ---- PPI-1.218.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-PPI.spec ++++++ --- /var/tmp/diff_new_pack.7KfqxH/_old 2014-09-22 18:50:31.000000000 +0200 +++ /var/tmp/diff_new_pack.7KfqxH/_new 2014-09-22 18:50:31.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-PPI # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,51 +16,47 @@ # - Name: perl-PPI +Version: 1.218 +Release: 0 %define cpan_name PPI Summary: Parse, Analyze and Manipulate Perl (without perl) -Url: http://search.cpan.org/dist/PPI/ -Version: 1.215 -Release: 1 -License: GPL-1.0+ or Artistic-1.0 +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/A/AD/ADAMK/PPI-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Url: http://search.cpan.org/dist/PPI/ +Source: http://www.cpan.org/authors/id/M/MI/MITHALDU/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Class::Inspector) >= 1.22 BuildRequires: perl(Clone) >= 0.30 -BuildRequires: perl(Digest::MD5) >= 2.35 BuildRequires: perl(File::Remove) >= 1.42 -BuildRequires: perl(File::Spec) >= 0.84 BuildRequires: perl(IO::String) >= 1.07 BuildRequires: perl(List::MoreUtils) >= 0.16 BuildRequires: perl(List::Util) >= 1.20 BuildRequires: perl(Params::Util) >= 1.00 +BuildRequires: perl(Storable) >= 2.17 BuildRequires: perl(Task::Weaken) +BuildRequires: perl(Test::More) >= 0.86 BuildRequires: perl(Test::NoWarnings) >= 0.084 BuildRequires: perl(Test::Object) >= 0.07 BuildRequires: perl(Test::SubCalls) >= 1.07 Requires: perl(Clone) >= 0.30 -Requires: perl(Digest::MD5) >= 2.35 -Requires: perl(File::Spec) >= 0.84 Requires: perl(IO::String) >= 1.07 Requires: perl(List::MoreUtils) >= 0.16 Requires: perl(List::Util) >= 1.20 Requires: perl(Params::Util) >= 1.00 +Requires: perl(Storable) >= 2.17 Requires: perl(Task::Weaken) %{perl_requires} %description -This is the PPI manual. It describes its reason for existing, its -general structure, its use, an overview of the API, and provides a few -implementation samples. +Parse, Analyze and Manipulate Perl (without perl) %prep %setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -74,11 +70,8 @@ %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) -%doc Changes inline2test.conf inline2test.tpl LICENSE README +%defattr(-,root,root,755) +%doc Changes LICENSE README %changelog ++++++ PPI-1.215.tar.gz -> PPI-1.218.tar.gz ++++++ ++++ 9611 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
