commit perl-PPI for openSUSE:Factory

2019-08-05 Thread root
Hello community,

here is the log from the commit of package perl-PPI for openSUSE:Factory 
checked in at 2019-08-05 11:17:47

Comparing /work/SRC/openSUSE:Factory/perl-PPI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-PPI.new.4126 (New)


Package is "perl-PPI"

Mon Aug  5 11:17:47 2019 rev:20 rq:717108 version:1.270

Changes:

--- /work/SRC/openSUSE:Factory/perl-PPI/perl-PPI.changes2019-06-07 
18:01:17.785800122 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PPI.new.4126/perl-PPI.changes  
2019-08-05 11:17:48.474525131 +0200
@@ -1,0 +2,10 @@
+Tue Jul 16 09:54:15 UTC 2019 - Stephan Kulow 
+
+- updated to 1.270
+   see /usr/share/doc/packages/perl-PPI/Changes
+
+  1.270   2019-07-09 15:14:57Z
+   Summary:
+   - attempt to handle new blead binary/hexadecimal parsing behavior in 
tests
+
+---

Old:

  PPI-1.269.tar.gz

New:

  PPI-1.270.tar.gz



Other differences:
--
++ perl-PPI.spec ++
--- /var/tmp/diff_new_pack.kLDElJ/_old  2019-08-05 11:17:49.206524831 +0200
+++ /var/tmp/diff_new_pack.kLDElJ/_new  2019-08-05 11:17:49.206524831 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-PPI
-Version:1.269
+Version:1.270
 Release:0
 %define cpan_name PPI
 Summary:Parse, Analyze and Manipulate Perl (without perl)

++ PPI-1.269.tar.gz -> PPI-1.270.tar.gz ++
 2282 lines of diff (skipped)




commit perl-PPI for openSUSE:Factory

2019-06-07 Thread root
Hello community,

here is the log from the commit of package perl-PPI for openSUSE:Factory 
checked in at 2019-06-07 18:01:16

Comparing /work/SRC/openSUSE:Factory/perl-PPI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-PPI.new.4811 (New)


Package is "perl-PPI"

Fri Jun  7 18:01:16 2019 rev:19 rq:707390 version:1.269

Changes:

--- /work/SRC/openSUSE:Factory/perl-PPI/perl-PPI.changes2017-07-07 
10:16:29.946554618 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PPI.new.4811/perl-PPI.changes  
2019-06-07 18:01:17.785800122 +0200
@@ -1,0 +2,132 @@
+Sun May 19 05:19:08 UTC 2019 - Stephan Kulow 
+
+- updated to 1.269
+   see /usr/share/doc/packages/perl-PPI/Changes
+
+  1.269   2019-05-17 18:36:46Z
+   Summary:
+   - many small documentation improvements
+  
+  1.268   2019-05-16 10:00:39Z
+   Summary:
+   - fix a broken link in the pod
+  
+  1.267   2019-05-16 09:22:34Z
+   Summary:
+   - make PPI::Test::Run more OS-agnostic
+  
+  1.266   2019-05-15 16:17:49Z
+   Summary:
+   - keep heredoc terminator detection from triggering regex errors
+   - small cleanups
+  
+   Details:
+   - make the output of PPI::Test::Run more useful
+   - remove a superfluous import
+
+---
+Wed May 15 05:21:07 UTC 2019 - Stephan Kulow 
+
+- updated to 1.265
+   see /usr/share/doc/packages/perl-PPI/Changes
+
+  1.265   2019-05-14 12:39:51Z
+   Summary:
+   - simplified a code construct
+
+---
+Mon May  6 05:19:40 UTC 2019 - Stephan Kulow 
+
+- updated to 1.264
+   see /usr/share/doc/packages/perl-PPI/Changes
+
+  1.264   2019-04-28 14:56:28Z
+   Summary:
+   - keep vstring processing from swallowing underscores
+  
+  1.262   2019-04-28 11:41:54Z
+   Summary:
+   - convert newlines in some raw test files from win32 to unix
+  
+  1.260   2019-04-28 11:10:02Z
+   Summary:
+   - allow underscores in vstrings
+
+---
+Sun Apr 28 05:27:32 UTC 2019 - Stephan Kulow 
+
+- updated to 1.258
+   see /usr/share/doc/packages/perl-PPI/Changes
+
+  1.258   2019-04-27 17:05:33Z
+   Summary:
+   - remove accidentally included Test::InDistDir
+  
+  1.256   2019-04-26 16:40:01Z
+   Summary:
+   - allow all PPI::Document instances to have a filename attribute
+  
+  1.254   2019-04-26 16:23:21Z
+   Summary:
+   - recognize `for (;<$foo>;) {}` as containing a readline operator
+  
+  1.252   2019-04-26 14:21:36Z
+   Summary:
+   - add support for the double diamond (<<>>) input operator
+   - adjust position of a todo marker to not catch a passing test
+
+---
+Fri Apr 26 05:23:44 UTC 2019 - Stephan Kulow 
+
+- updated to 1.250
+   see /usr/share/doc/packages/perl-PPI/Changes
+
+  1.250   2019-04-25 16:43:32Z
+   Summary:
+   - various smaller releng changes
+  
+   Details:
+   - removed dependency on File::Remove
+   - add some tests including a TODO test for misparse bug on '(1)-1'
+   - allow tests to run without pre-determined module versions
+   - add travis-perl helper to be run before install
+   - update versions of Perl Travis tests on
+  
+  1.248   2019-04-25 16:08:08Z
+   Summary:
+   - parse list-embedded curlies as hash constructors
+  
+  1.246   2019-04-25 15:33:48Z
+   Summary:
+   - support indented here-docs
+   - fixed some typos
+  
+  1.244   2019-04-25 15:21:51Z
+   Summary:
+   - support key-value and index-value slices in PPI::Token::Symbol symbol 
method
+  
+  1.242   2019-04-25 14:33:56Z
+   Summary:
+   - keep exponents of 2 or more zeroes from trapping PPI in an endless 
loop
+  
+  1.240   2019-04-25 14:09:24Z
+   Summary:
+   - add support for lexical subroutines from perl-5.26
+  
+  1.238   2019-04-25 12:03:37Z
+   Summary:
+   - only release engineering, moved to Dist::Zilla, straightened out
+ dependencies and fixed some formatting in Changes
+  
+  1.237_001 Wed 15 Nov 2017
+   Summary:
+   - support postfix dereference
+   - remove dependencies on vars, base and List::MoreUtils
+   - reduce globals and cross-package variables
+   - make xt/api.t skip/run properly
+  
+   Details:
+   - convert many cross-package var accesses to var imports
+   - convert several unnecessary globals to local variables
+
+---

Old:

  PPI-1.236.tar.gz

New:

  PPI-1.269.tar.gz



Other differences:
--
++ perl-PPI.spec ++

commit perl-PPI for openSUSE:Factory

2017-07-07 Thread root
Hello community,

here is the log from the commit of package perl-PPI for openSUSE:Factory 
checked in at 2017-07-07 10:16:29

Comparing /work/SRC/openSUSE:Factory/perl-PPI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-PPI.new (New)


Package is "perl-PPI"

Fri Jul  7 10:16:29 2017 rev:18 rq:506347 version:1.236

Changes:

--- /work/SRC/openSUSE:Factory/perl-PPI/perl-PPI.changes2017-06-26 
15:56:25.860399090 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PPI.new/perl-PPI.changes   2017-07-07 
10:16:29.946554618 +0200
@@ -1,0 +2,6 @@
+Mon Jun 26 05:56:57 UTC 2017 - co...@suse.com
+
+- updated to 1.236
+   see /usr/share/doc/packages/perl-PPI/Changes
+
+---

Old:

  PPI-1.234.tar.gz

New:

  PPI-1.236.tar.gz



Other differences:
--
++ perl-PPI.spec ++
--- /var/tmp/diff_new_pack.9NteS2/_old  2017-07-07 10:16:30.510474825 +0200
+++ /var/tmp/diff_new_pack.9NteS2/_new  2017-07-07 10:16:30.510474825 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-PPI
-Version:1.234
+Version:1.236
 Release:0
 %define cpan_name PPI
 Summary:Parse, Analyze and Manipulate Perl (without perl)

++ PPI-1.234.tar.gz -> PPI-1.236.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPI-1.234/Changes new/PPI-1.236/Changes
--- old/PPI-1.234/Changes   2017-06-21 13:59:23.0 +0200
+++ new/PPI-1.236/Changes   2017-06-22 18:52:03.0 +0200
@@ -1,26 +1,31 @@
 Revision history for Perl extension PPI
 
-1.234 Sun 21 June 2017
+1.236 Thu 22 June 2017
+   Summary:
+   - prevent Node->child from proceeding without a valid argument
+   - make test pragma warning code enable -w to match warnings policy
+
+1.234 Wed 21 June 2017
Summary:
- Prevent sub names like v10 from being version strings
  (GitHub #65) (MOREGAN)
 
-1.232 Sun 21 June 2017
+1.232 Wed 21 June 2017
Summary:
- add Changes entries forgotten in 1.230
 
-1.230 Sun 21 June 2017
+1.230 Wed 21 June 2017
Summary:
- remove temporary fix introduced in 1.226
- prevent possible regex on undefined scalar in
  __current_token_is_forced_word
 
-1.228 Sun 20 June 2017
+1.228 Tue 20 June 2017
Summary:
- keep PPI::Dumper from breaking Perl::Critic under cperl 5.27
  (RURBAN)
 
-1.226 Sun 20 June 2017
+1.226 Tue 20 June 2017
Summary:
- Fix test reliance on '.' in @INC (KENTNL)
- temporary fix to keep an untested combination from blocking
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPI-1.234/META.yml new/PPI-1.236/META.yml
--- old/PPI-1.234/META.yml  2017-06-21 14:01:15.0 +0200
+++ new/PPI-1.236/META.yml  2017-06-22 19:01:30.0 +0200
@@ -42,4 +42,4 @@
   homepage: https://github.com/adamkennedy/PPI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/adamkennedy/PPI
-version: '1.234'
+version: '1.236'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPI-1.234/lib/PPI/Cache.pm 
new/PPI-1.236/lib/PPI/Cache.pm
--- old/PPI-1.234/lib/PPI/Cache.pm  2017-06-21 13:58:17.0 +0200
+++ new/PPI-1.236/lib/PPI/Cache.pm  2017-06-22 18:44:19.0 +0200
@@ -56,7 +56,7 @@
 
 use vars qw{$VERSION};
 BEGIN {
-   $VERSION = '1.234';
+   $VERSION = '1.236';
 }
 
 use constant VMS => !! ( $^O eq 'VMS' );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPI-1.234/lib/PPI/Document/File.pm 
new/PPI-1.236/lib/PPI/Document/File.pm
--- old/PPI-1.234/lib/PPI/Document/File.pm  2017-06-21 13:58:19.0 
+0200
+++ new/PPI-1.236/lib/PPI/Document/File.pm  2017-06-22 18:44:21.0 
+0200
@@ -24,7 +24,7 @@
 
 use vars qw{$VERSION @ISA};
 BEGIN {
-   $VERSION = '1.234';
+   $VERSION = '1.236';
@ISA = 'PPI::Document';
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPI-1.234/lib/PPI/Document/Fragment.pm 
new/PPI-1.236/lib/PPI/Document/Fragment.pm
--- old/PPI-1.234/lib/PPI/Document/Fragment.pm  2017-06-21 13:58:19.0 
+0200
+++ new/PPI-1.236/lib/PPI/Document/Fragment.pm  2017-06-22 18:44:21.0 
+0200
@@ -23,7 +23,7 @@
 
 use vars qw{$VERSION @ISA};
 BEGIN {
-   $VERSION = '1.234';
+   $VERSION = '1.236';
@ISA = 'PPI::Document';
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPI-1.234/lib/PPI/Document/Normalized.pm 
new/PPI-1.236/lib/PPI/Document/Normalized.pm
--- 

commit perl-PPI for openSUSE:Factory

2017-06-26 Thread root
Hello community,

here is the log from the commit of package perl-PPI for openSUSE:Factory 
checked in at 2017-06-26 15:56:24

Comparing /work/SRC/openSUSE:Factory/perl-PPI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-PPI.new (New)


Package is "perl-PPI"

Mon Jun 26 15:56:24 2017 rev:17 rq:506083 version:1.234

Changes:

--- /work/SRC/openSUSE:Factory/perl-PPI/perl-PPI.changes2017-05-24 
16:47:18.400415132 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PPI.new/perl-PPI.changes   2017-06-26 
15:56:25.860399090 +0200
@@ -1,0 +2,38 @@
+Thu Jun 22 06:03:57 UTC 2017 - co...@suse.com
+
+- updated to 1.234
+   see /usr/share/doc/packages/perl-PPI/Changes
+
+  1.234 Sun 21 June 2017
+   Summary:
+   - Prevent sub names like v10 from being version strings
+ (GitHub #65) (MOREGAN)
+  
+  1.232 Sun 21 June 2017
+   Summary:
+   - add Changes entries forgotten in 1.230
+  
+  1.230 Sun 21 June 2017
+   Summary:
+   - remove temporary fix introduced in 1.226
+   - prevent possible regex on undefined scalar in
+ __current_token_is_forced_word
+
+---
+Wed Jun 21 06:11:28 UTC 2017 - co...@suse.com
+
+- updated to 1.228
+   see /usr/share/doc/packages/perl-PPI/Changes
+
+  1.228 Sun 20 June 2017
+   Summary:
+   - keep PPI::Dumper from breaking Perl::Critic under cperl 5.27
+(RURBAN)
+  
+  1.226 Sun 20 June 2017
+   Summary:
+   - Fix test reliance on '.' in @INC (KENTNL)
+   - temporary fix to keep an untested combination from blocking
+ Perl::Critic (https://github.com/chriscapaci)
+
+---

Old:

  PPI-1.224.tar.gz

New:

  PPI-1.234.tar.gz



Other differences:
--
++ perl-PPI.spec ++
--- /var/tmp/diff_new_pack.rWddnH/_old  2017-06-26 15:56:26.352329720 +0200
+++ /var/tmp/diff_new_pack.rWddnH/_new  2017-06-26 15:56:26.356329156 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-PPI
-Version:1.224
+Version:1.234
 Release:0
 %define cpan_name PPI
 Summary:Parse, Analyze and Manipulate Perl (without perl)
@@ -44,7 +44,6 @@
 BuildRequires:  perl(Test::More) >= 0.86
 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

++ PPI-1.224.tar.gz -> PPI-1.234.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPI-1.224/Changes new/PPI-1.234/Changes
--- old/PPI-1.224/Changes   2017-05-14 16:50:50.0 +0200
+++ new/PPI-1.234/Changes   2017-06-21 13:59:23.0 +0200
@@ -1,5 +1,31 @@
 Revision history for Perl extension PPI
 
+1.234 Sun 21 June 2017
+   Summary:
+   - Prevent sub names like v10 from being version strings
+ (GitHub #65) (MOREGAN)
+
+1.232 Sun 21 June 2017
+   Summary:
+   - add Changes entries forgotten in 1.230
+
+1.230 Sun 21 June 2017
+   Summary:
+   - remove temporary fix introduced in 1.226
+   - prevent possible regex on undefined scalar in
+ __current_token_is_forced_word
+
+1.228 Sun 20 June 2017
+   Summary:
+   - keep PPI::Dumper from breaking Perl::Critic under cperl 5.27
+ (RURBAN)
+
+1.226 Sun 20 June 2017
+   Summary:
+   - Fix test reliance on '.' in @INC (KENTNL)
+   - temporary fix to keep an untested combination from blocking
+ Perl::Critic (https://github.com/chriscapaci)
+
 1.224 Sun 14 May 2017
Summary:
- updating an out-of-date meta.yml caused by Module::Install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPI-1.224/META.yml new/PPI-1.234/META.yml
--- old/PPI-1.224/META.yml  2017-05-14 16:56:55.0 +0200
+++ new/PPI-1.234/META.yml  2017-06-21 14:01:15.0 +0200
@@ -10,7 +10,6 @@
   Test::More: '0.86'
   Test::Object: '0.07'
   Test::SubCalls: '1.07'
-  Test::Warn: '0.30'
 configure_requires:
   ExtUtils::MakeMaker: 6.59
 distribution_type: module
@@ -43,4 +42,4 @@
   homepage: https://github.com/adamkennedy/PPI
   license: http://dev.perl.org/licenses/
   repository: https://github.com/adamkennedy/PPI
-version: '1.224'
+version: '1.234'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPI-1.224/Makefile.PL new/PPI-1.234/Makefile.PL
--- old/PPI-1.224/Makefile.PL   2017-05-14 16:26:03.0 +0200
+++ new/PPI-1.234/Makefile.PL   2017-06-21 13:08:46.0 +0200
@@ -40,7 +40,6 @@
 test_requires 'Class::Inspector' => 

commit perl-PPI for openSUSE:Factory

2017-05-24 Thread root
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.changes2015-05-02 
17:45:12.0 +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 - co...@suse.com
+
+- 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:  

commit perl-PPI for openSUSE:Factory

2015-05-02 Thread h_root
Hello community,

here is the log from the commit of package perl-PPI for openSUSE:Factory 
checked in at 2015-05-02 17:45:10

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.changes2014-09-22 
18:50:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PPI.new/perl-PPI.changes   2015-05-02 
17:45:12.0 +0200
@@ -1,0 +2,41 @@
+Wed Apr 29 18:15:36 UTC 2015 - co...@suse.com
+
+- ignore File::Spec - it's tricky
+
+---
+Wed Apr 29 10:21:15 UTC 2015 - co...@suse.com
+
+- updated to 1.220
+   see /usr/share/doc/packages/perl-PPI/Changes
+
+  1.220 Tue 11 Nov 2014
+   Summary:
+   - incompatible behavior fixes on PPI::Statement::Sub-prototype
+   - improved parsing of various syntax elements
+   - code quality improvements
+   - various small documentation fixes
+  
+   Details:
+   - {} is now recognized as anonymous hash constructor instead of a code
+ block after these operators: = //= ||  // ? :
+ (GitHub #36) (MOREGAN)
+   - regex capture variables greater than $9 are now parsed completely,
+ instead of being parsed as single digit captures with numbers after
+ them (GitHub #38) (MOREGAN)
+   - DESTROY and AUTOLOAD subs are now parsed even without the sub
+ keyword (GitHub #39) (MOREGAN)
+   - PPI::Statement::Sub-prototype behavior now matches its
+ documentation, instead of returning the prototype string
+ unchanged and still including the parens (GitHub #56) (MOREGAN)
+   - PPI::Statement::Sub-prototype now returns undef on subs without a
+ prototype, instead of returning an empty string
+ (GitHub #56) (MOREGAN)
+   - list of keywords which are not parsed as packages when followed by
+ the Perl4 package separator ' has been increased
+ (GitHub #77) (MOREGAN)
+   - application of a number of Perl::Critic policies and documentation
+ fixes (GitHub #53) (MOREGAN, MITHALDU)
+   - automation of README.md generation for git (GitHub #86) (COWENS)
+   - various small documentation fixes (Github #96) (MOREGAN)
+
+---

Old:

  PPI-1.218.tar.gz

New:

  PPI-1.220.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-PPI.spec ++
--- /var/tmp/diff_new_pack.QbeFgC/_old  2015-05-02 17:45:13.0 +0200
+++ /var/tmp/diff_new_pack.QbeFgC/_new  2015-05-02 17:45:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-PPI
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,15 @@
 
 
 Name:   perl-PPI
-Version:1.218
+Version:1.220
 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/
-Source: 
http://www.cpan.org/authors/id/M/MI/MITHALDU/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MI/MITHALDU/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -32,6 +33,7 @@
 BuildRequires:  perl(Class::Inspector) = 1.22
 BuildRequires:  perl(Clone) = 0.30
 BuildRequires:  perl(File::Remove) = 1.42
+#BuildRequires:  perl(File::Spec) = 3.2701
 BuildRequires:  perl(IO::String) = 1.07
 BuildRequires:  perl(List::MoreUtils) = 0.16
 BuildRequires:  perl(List::Util) = 1.20
@@ -43,6 +45,7 @@
 BuildRequires:  perl(Test::Object) = 0.07
 BuildRequires:  perl(Test::SubCalls) = 1.07
 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
@@ -72,6 +75,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes LICENSE README README.md
 
 %changelog

++ PPI-1.218.tar.gz - PPI-1.220.tar.gz ++
 4202 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# 

commit perl-PPI for openSUSE:Factory

2014-09-22 Thread h_root
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.changes2011-09-23 
12:38:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PPI.new/perl-PPI.changes   2014-09-22 
18:50:30.0 +0200
@@ -1,0 +2,41 @@
+Mon Sep 15 15:24:44 UTC 2014 - co...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.7KfqxH/_new  2014-09-22 18:50:31.0 +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

commit perl-PPI for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-PPI for openSUSE:Factory 
checked in at 2011-12-06 18:46:31

Comparing /work/SRC/openSUSE:Factory/perl-PPI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-PPI.new (New)


Package is perl-PPI, Maintainer is 

Changes:




Other differences:
--
++ perl-PPI.spec ++
--- /var/tmp/diff_new_pack.CWiNOT/_old  2011-12-06 19:15:41.0 +0100
+++ /var/tmp/diff_new_pack.CWiNOT/_new  2011-12-06 19:15:41.0 +0100
@@ -23,7 +23,7 @@
 Url:http://search.cpan.org/dist/PPI/
 Version:1.215
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-PPI for openSUSE:Factory

2011-03-24 Thread h_root

Hello community,

here is the log from the commit of package perl-PPI for openSUSE:Factory
checked in at Thu Mar 24 17:33:22 CET 2011.




--- perl-PPI/perl-PPI.changes   2010-07-13 15:36:22.0 +0200
+++ /mounts/work_src_done/STABLE/perl-PPI/perl-PPI.changes  2010-12-01 
10:46:04.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec  1 09:44:37 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-PPI.spec ++
--- /var/tmp/diff_new_pack.KxakmN/_old  2011-03-24 17:31:22.0 +0100
+++ /var/tmp/diff_new_pack.KxakmN/_new  2011-03-24 17:31:22.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-PPI (Version 1.213)
+# spec file for package perl-PPI
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -22,7 +22,7 @@
 %define cpan_name PPI
 Summary:Parse, Analyze and Manipulate Perl (without perl)
 Version:1.213
-Release:1
+Release:6
 License:GPL+ or Artistic
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/PPI/
@@ -30,10 +30,9 @@
 Source: %{cpan_name}-%{version}.tar.bz2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{perl_requires}
 BuildRequires:  perl
-%if 0%{?suse_version}  1120
 BuildRequires:  perl-macros
-%endif
 BuildRequires:  perl(Class::Inspector) = 1.22
 BuildRequires:  perl(Clone) = 0.30
 BuildRequires:  perl(Digest::MD5) = 2.35
@@ -49,7 +48,6 @@
 BuildRequires:  perl(Test::Object) = 0.07
 BuildRequires:  perl(Test::SubCalls) = 1.07
 #
-Requires:   perl = %{perl_version}
 Requires:   perl(Clone) = 0.30
 Requires:   perl(Digest::MD5) = 2.35
 Requires:   perl(File::Spec) = 0.84






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org