Hello community, here is the log from the commit of package perl-PPIx-Regexp for openSUSE:Factory checked in at 2011-12-21 12:18:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-PPIx-Regexp (Old) and /work/SRC/openSUSE:Factory/.perl-PPIx-Regexp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-PPIx-Regexp", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-PPIx-Regexp/perl-PPIx-Regexp.changes 2011-09-23 12:38:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-PPIx-Regexp.new/perl-PPIx-Regexp.changes 2011-12-21 12:18:29.000000000 +0100 @@ -1,0 +2,43 @@ +Mon Dec 19 13:16:39 UTC 2011 - [email protected] + +- updated to 0.024 + Reinstate author test xt/author/manifest.t, which was clobbered + shortly before the release of 0.021_10. + + Correct address of FSF in the version of the GPL distributed in + LICENSES/Copying. Thanks to Petr Pisar for picking this up. + + Correct various documentation errors. + The default-modifier functionality is no longer considered + experimental. + + Don't initialize effective modifiers with '^', since that wrongly + asserts that /d has been seen somewhere along the line. + Implement negation of match-semantic modifiers (e.g. 'no re /u;') by + setting the relevant datum to undef. + THE DEFAULT-MODIFIER FUNCTIONALITY IS EXPERIMENTAL, AND MAY BE CHANGED + WITHOUT NOTICE until the next production release. + + Support for default modifiers. This includes: + * default_modifiers argument to new() in PPIx::Regexp, + PPIx::Regexp::Tokenizer, and PPIx::Regexp::Dumper + * Public method modifier_asserted() on PPIx::Regexp, to return + whether a given modifier is actually in effect. The results of the + modifier() method are unchanged. + THIS FUNCTIONALITY IS EXPERIMENTAL, AND MAY BE CHANGED OR REVOKED + WITHOUT WARNING. + Require Test::More 0.88 for installation. Eliminate all the 'eval + { require ... }' logic in favor of 'use Test::More 0.88'. + Have Makefile.PL make use of {BUILD_REQUIRES} if it is available. + Fix PPIx::Regexp::Token::Whitespace->can_be_quantified() to return + false. + + Modified tokenizer to correctly handle a back slash used as a + delimiter. I believe. + PPIx::Regexp::Dumper now dumps the results of ppi() if that method is + present and -verbose is asserted. + + Corrected perl_version_introduced(): + \R is now 5.009005 (was 5.000). + +------------------------------------------------------------------- Old: ---- PPIx-Regexp-0.019.tar.gz New: ---- PPIx-Regexp-0.024.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-PPIx-Regexp.spec ++++++ --- /var/tmp/diff_new_pack.Eyap5u/_old 2011-12-21 12:18:30.000000000 +0100 +++ /var/tmp/diff_new_pack.Eyap5u/_new 2011-12-21 12:18:30.000000000 +0100 @@ -16,31 +16,26 @@ # - Name: perl-PPIx-Regexp -Version: 0.019 -Release: 3 -License: GPL+ or Artistic +Version: 0.024 +Release: 0 %define cpan_name PPIx-Regexp Summary: Represent a regular expression of some sort -Url: http://search.cpan.org/dist/PPIx-Regexp/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Url: http://search.cpan.org/dist/PPIx-Regexp/ +Source: http://www.cpan.org/authors/id/W/WY/WYANT/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl -BuildRequires: perl(Module::Build) BuildRequires: perl-macros BuildRequires: perl(List::MoreUtils) -BuildRequires: perl(List::Util) +BuildRequires: perl(Module::Build) BuildRequires: perl(PPI::Document) >= 1.117 -BuildRequires: perl(Scalar::Util) BuildRequires: perl(Task::Weaken) +BuildRequires: perl(Test::More) >= 0.88 Requires: perl(List::MoreUtils) -Requires: perl(List::Util) Requires: perl(PPI::Document) >= 1.117 -Requires: perl(Scalar::Util) Requires: perl(Task::Weaken) %{perl_requires} @@ -80,9 +75,6 @@ %prep %setup -q -n %{cpan_name}-%{version} find . -type f -print0 | xargs -0 chmod 644 -for i in eg/*; do - sed -e 's,#!/usr/local/bin/perl,#!/usr/bin/perl,' -i $i -done %build %{__perl} Build.PL installdirs=vendor @@ -95,11 +87,8 @@ ./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc Changes eg LICENSES README xt %changelog ++++++ PPIx-Regexp-0.019.tar.gz -> PPIx-Regexp-0.024.tar.gz ++++++ ++++ 4126 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
