Hello community,

here is the log from the commit of package perl-PPIx-Regexp for 
openSUSE:Factory checked in at 2013-06-13 20:10:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2012-02-27 18:35:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-PPIx-Regexp.new/perl-PPIx-Regexp.changes   
2013-06-13 20:10:41.000000000 +0200
@@ -1,0 +2,40 @@
+Sun Jun  9 14:26:25 UTC 2013 - [email protected]
+
+- updated to 0.034
+   Correct spelling and grammar errors in POD and comments. RT #85050.
+     Thanks David Steinbrunner for catching these.
+ 
+   Allow interpolation in regex sets. It implies Perl 5.17.9 or higher.
+   Allow non-ASCII white space under /x. It implies Perl 5.17.9 or
+     higher.
+ 
+   Fix problems with Regex Set functionality under Perl 5.6.2. CPAN
+     testers RULE!
+ 
+   Have PPIx::Regexp::Token::Code (and offspring) become
+     PPIx::Regexp::Token::Unknown inside a regex set.
+ 
+   Add Regex Sets, which were added to Perl as an experimental feature in
+     5.17.8. This is experimental in Perl, therefore the parse may
+     change.
+   Ditch PPIx::Regexp::Token::GroupType method __expect_after_match() in
+     favor of the more general __match_setup(). This is done without
+     deprecation because __expect_after_match() was documeted as
+     package-private, but noted in the change log because it _was_
+     documented.
+ 
+   Add method unescaped_content() to PPIx::Regexp::Element().
+   Rewrite the tokenizing code in PPIx::Regexp::Token::GroupType and
+     offspring to use regular expressions specific to the regexp
+     delimiter, and escaping only that delimiter. Thanks again to
+     Alexandr Ciornii for finding more of these.
+ 
+   Fix mis-parse of /(\?|I)/ as a branch reset (it's really an
+     alternation). There may be more of these lurking. Thanks to Alexandr
+     Ciornii for finding this one.
+   Add options -files and -objectify to eg/predump.
+ 
+   Replace all uses of YAML::Any with YAML, since they come in the same
+     distro, and YAML does not suffer from deprecation warnings.
+
+-------------------------------------------------------------------

Old:
----
  PPIx-Regexp-0.026.tar.gz

New:
----
  PPIx-Regexp-0.034.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-PPIx-Regexp.spec ++++++
--- /var/tmp/diff_new_pack.hiwCfc/_old  2013-06-13 20:10:41.000000000 +0200
+++ /var/tmp/diff_new_pack.hiwCfc/_new  2013-06-13 20:10:41.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-PPIx-Regexp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:           perl-PPIx-Regexp
-Version:        0.026
+Version:        0.034
 Release:        0
 %define cpan_name PPIx-Regexp
 Summary:        Represent a regular expression of some sort
@@ -54,6 +54,7 @@
 #BuildRequires: perl(PPIx::Regexp::Structure::NamedCapture)
 #BuildRequires: perl(PPIx::Regexp::Structure::Quantifier)
 #BuildRequires: perl(PPIx::Regexp::Structure::Regexp)
+#BuildRequires: perl(PPIx::Regexp::Structure::RegexSet)
 #BuildRequires: perl(PPIx::Regexp::Structure::Replacement)
 #BuildRequires: perl(PPIx::Regexp::Structure::Subexpression)
 #BuildRequires: perl(PPIx::Regexp::Structure::Switch)
@@ -98,11 +99,11 @@
 #BuildRequires: perl(Test::CPAN::Changes)
 #BuildRequires: perl(Test::Kwalitee)
 #BuildRequires: perl(Test::Perl::Critic)
-#BuildRequires: perl(Test::Pod)
-#BuildRequires: perl(Test::Pod::Coverage)
+#BuildRequires: perl(Test::Pod) >= 1.00
+#BuildRequires: perl(Test::Pod::Coverage) >= 1.00
 #BuildRequires: perl(Test::Spelling)
 #BuildRequires: perl(Text::CSV)
-#BuildRequires: perl(YAML::Any)
+#BuildRequires: perl(YAML)
 Requires:       perl(List::MoreUtils)
 Requires:       perl(PPI::Document) >= 1.117
 Requires:       perl(Task::Weaken)

++++++ PPIx-Regexp-0.026.tar.gz -> PPIx-Regexp-0.034.tar.gz ++++++
++++ 3708 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to