Hello community, here is the log from the commit of package perl-PPIx-Regexp for openSUSE:Factory checked in at 2017-02-16 17:03:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-PPIx-Regexp (Old) and /work/SRC/openSUSE:Factory/.perl-PPIx-Regexp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-PPIx-Regexp" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-PPIx-Regexp/perl-PPIx-Regexp.changes 2016-05-25 21:29:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-PPIx-Regexp.new/perl-PPIx-Regexp.changes 2017-02-16 17:03:08.424066610 +0100 @@ -1,0 +2,25 @@ +Mon Feb 13 12:45:15 UTC 2017 - [email protected] + +- updated to 0.051 + see /usr/share/doc/packages/perl-PPIx-Regexp/Changes + + 0.051 2017-01-29 T. R. Wyant + Support whitespace inside [] if /xx in effect. + Starting with Perl 5.25.9, a space or tab appearing inside a bracketed + character class is not significant if /xx is asserted. + + Further deprecate tokenizer method prior() + + Add 'provides' data to ExtUtils::MakeMaker output + + SOME unescaped litaral '{' removed in 5.025001. + After '.', Unicode classes, and bracketed classes (including extended) + they are still legal. + + Make /{/ an error + Perl fails to parse the above, because once it sees the '{' it wants + to find one of the extended boundary assertions (like {wb}), and + declares an error when it does not. So we check for this and rebless the + curly into an unknown token, not a literal. + +------------------------------------------------------------------- Old: ---- PPIx-Regexp-0.050.tar.gz New: ---- PPIx-Regexp-0.051.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-PPIx-Regexp.spec ++++++ --- /var/tmp/diff_new_pack.iPsiua/_old 2017-02-16 17:03:08.856005497 +0100 +++ /var/tmp/diff_new_pack.iPsiua/_new 2017-02-16 17:03:08.860004931 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-PPIx-Regexp # -# Copyright (c) 2016 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-PPIx-Regexp -Version: 0.050 +Version: 0.051 Release: 0 %define cpan_name PPIx-Regexp Summary: Represent a regular expression of some sort License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/PPIx-Regexp/ -Source0: http://www.cpan.org/authors/id/W/WY/WYANT/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/W/WY/WYANT/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -90,6 +90,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes eg LICENSES README +%doc Changes eg README +%license LICENSES %changelog ++++++ PPIx-Regexp-0.050.tar.gz -> PPIx-Regexp-0.051.tar.gz ++++++ ++++ 2980 lines of diff (skipped)
