commit perl-Perl-PrereqScanner for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl-PrereqScanner for 
openSUSE:Factory checked in at 2015-04-15 16:23:23

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


Package is "perl-Perl-PrereqScanner"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Perl-PrereqScanner/perl-Perl-PrereqScanner.changes
  2014-07-21 22:34:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-PrereqScanner.new/perl-Perl-PrereqScanner.changes
 2015-04-15 16:23:24.0 +0200
@@ -1,0 +2,16 @@
+Mon Apr 13 18:24:43 UTC 2015 - co...@suse.com
+
+- updated to 1.023
+   see /usr/share/doc/packages/perl-Perl-PrereqScanner/Changes
+
+  1.023 2015-04-05 22:23:53-04:00 America/New_York
+- improve test reliability when path to perl has a space in it
+  
+  1.022 2014-12-23 21:11:27-05:00 America/New_York
+- do not crash when encountering arg-less "use aliased;"
+  
+  1.021 2014-11-06 21:08:49-05:00 America/New_York
+- instead of always trying to use lib, add a -I switch to scan-perl-prereqs
+- when finding files to scan, find files, not anything else
+
+---

Old:

  Perl-PrereqScanner-1.020.tar.gz

New:

  Perl-PrereqScanner-1.023.tar.gz



Other differences:
--
++ perl-Perl-PrereqScanner.spec ++
--- /var/tmp/diff_new_pack.kcpjHa/_old  2015-04-15 16:23:25.0 +0200
+++ /var/tmp/diff_new_pack.kcpjHa/_new  2015-04-15 16:23:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Perl-PrereqScanner
 #
-# 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,10 +17,10 @@
 
 
 Name:   perl-Perl-PrereqScanner
-Version:1.020
+Version:1.023
 Release:0
 %define cpan_name Perl-PrereqScanner
-Summary:A tool to scan your Perl code for its prerequisites
+Summary:a tool to scan your Perl code for its prerequisites
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Perl-PrereqScanner/
@@ -29,48 +29,27 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
-# for Test
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(PPI::Document)
-BuildRequires:  perl(Test::More) >= 0.96
-BuildRequires:  perl(Try::Tiny)
-#
-# Many thanks to 'DAGOLDEN' for switching amount of digits in version !!
-%if 0%{?suse_version} == 1220 || 0%{?suse_version} == 1230
-BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.124000
-%else
 BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.124
-%endif
-BuildRequires:  perl(File::Find)
-BuildRequires:  perl(File::Spec::Functions)
-BuildRequires:  perl(FindBin)
-BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(Getopt::Long::Descriptive)
 BuildRequires:  perl(List::MoreUtils)
-BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Module::Path)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(PPI) >= 1.215
+BuildRequires:  perl(PPI::Document)
 BuildRequires:  perl(Params::Util)
-BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(String::RewritePrefix) >= 0.005
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(namespace::autoclean)
-Requires:   perl(CPAN::Meta::Requirements) >= 2.120630
-Requires:   perl(File::Find)
-Requires:   perl(File::Spec::Functions)
-Requires:   perl(FindBin)
-Requires:   perl(Getopt::Long)
+Requires:   perl(CPAN::Meta::Requirements) >= 2.124
 Requires:   perl(Getopt::Long::Descriptive)
 Requires:   perl(List::MoreUtils)
-Requires:   perl(List::Util)
 Requires:   perl(Module::Path)
 Requires:   perl(Moose)
 Requires:   perl(Moose::Role)
 Requires:   perl(PPI) >= 1.215
 Requires:   perl(Params::Util)
-Requires:   perl(Scalar::Util)
 Requires:   perl(String::RewritePrefix) >= 0.005
 Requires:   perl(namespace::autoclean)
 %{perl_requires}

++ Perl-PrereqScanner-1.020.tar.gz -> Perl-PrereqScanner-1.023.tar.gz ++
 1818 lines of diff (skipped)




commit perl-Perl-PrereqScanner for openSUSE:Factory

2014-07-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl-PrereqScanner for 
openSUSE:Factory checked in at 2014-07-21 21:40:01

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


Package is "perl-Perl-PrereqScanner"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Perl-PrereqScanner/perl-Perl-PrereqScanner.changes
  2014-02-12 09:48:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-PrereqScanner.new/perl-Perl-PrereqScanner.changes
 2014-07-21 22:34:28.0 +0200
@@ -1,0 +2,8 @@
+Sat Jul 19 12:59:12 UTC 2014 - ch...@computersalat.de
+
+- update to 1.020
+  - update CPAN::Meta::Requirements version to match current formatting
+- fix deps
+  * Many thanks to DAGOLDEN for switching amount of digits in version !!
+
+---

Old:

  Perl-PrereqScanner-1.019.tar.gz

New:

  Perl-PrereqScanner-1.020.tar.gz



Other differences:
--
++ perl-Perl-PrereqScanner.spec ++
--- /var/tmp/diff_new_pack.YMnamy/_old  2014-07-21 22:34:28.0 +0200
+++ /var/tmp/diff_new_pack.YMnamy/_new  2014-07-21 22:34:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Perl-PrereqScanner
-Version:1.019
+Version:1.020
 Release:0
 %define cpan_name Perl-PrereqScanner
 Summary:A tool to scan your Perl code for its prerequisites
@@ -29,27 +29,48 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.120630
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+# for Test
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(PPI::Document)
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(Try::Tiny)
+#
+# Many thanks to 'DAGOLDEN' for switching amount of digits in version !!
+%if 0%{?suse_version} == 1220 || 0%{?suse_version} == 1230
+BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.124000
+%else
+BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.124
+%endif
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(Getopt::Long::Descriptive)
 BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Module::Path)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(PPI) >= 1.215
-BuildRequires:  perl(PPI::Document)
 BuildRequires:  perl(Params::Util)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(String::RewritePrefix) >= 0.005
-BuildRequires:  perl(Test::More) >= 0.96
-BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(namespace::autoclean)
 Requires:   perl(CPAN::Meta::Requirements) >= 2.120630
+Requires:   perl(File::Find)
+Requires:   perl(File::Spec::Functions)
+Requires:   perl(FindBin)
+Requires:   perl(Getopt::Long)
 Requires:   perl(Getopt::Long::Descriptive)
 Requires:   perl(List::MoreUtils)
+Requires:   perl(List::Util)
 Requires:   perl(Module::Path)
 Requires:   perl(Moose)
 Requires:   perl(Moose::Role)
 Requires:   perl(PPI) >= 1.215
 Requires:   perl(Params::Util)
+Requires:   perl(Scalar::Util)
 Requires:   perl(String::RewritePrefix) >= 0.005
 Requires:   perl(namespace::autoclean)
 %{perl_requires}

++ Perl-PrereqScanner-1.019.tar.gz -> Perl-PrereqScanner-1.020.tar.gz ++
 1662 lines of diff (skipped)

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



commit perl-Perl-PrereqScanner for openSUSE:Factory

2014-02-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl-PrereqScanner for 
openSUSE:Factory checked in at 2014-02-12 07:22:20

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


Package is "perl-Perl-PrereqScanner"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Perl-PrereqScanner/perl-Perl-PrereqScanner.changes
  2013-11-26 19:30:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-PrereqScanner.new/perl-Perl-PrereqScanner.changes
 2014-02-12 09:48:44.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb  9 13:31:42 UTC 2014 - co...@suse.com
+
+- updated to 1.019
+ - add a warning about PPI's unclear interpretation of strings
+
+---

Old:

  Perl-PrereqScanner-1.018.tar.gz

New:

  Perl-PrereqScanner-1.019.tar.gz



Other differences:
--
++ perl-Perl-PrereqScanner.spec ++
--- /var/tmp/diff_new_pack.dP7IpE/_old  2014-02-12 09:48:45.0 +0100
+++ /var/tmp/diff_new_pack.dP7IpE/_new  2014-02-12 09:48:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Perl-PrereqScanner
 #
-# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Perl-PrereqScanner
-Version:1.018
+Version:1.019
 Release:0
 %define cpan_name Perl-PrereqScanner
 Summary:A tool to scan your Perl code for its prerequisites
@@ -42,8 +42,6 @@
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(namespace::autoclean)
-#BuildRequires: perl(Perl::PrereqScanner)
-#BuildRequires: perl(Perl::PrereqScanner::Scanner)
 Requires:   perl(CPAN::Meta::Requirements) >= 2.120630
 Requires:   perl(Getopt::Long::Descriptive)
 Requires:   perl(List::MoreUtils)

++ Perl-PrereqScanner-1.018.tar.gz -> Perl-PrereqScanner-1.019.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.018/Changes 
new/Perl-PrereqScanner-1.019/Changes
--- old/Perl-PrereqScanner-1.018/Changes2013-11-04 03:53:50.0 
+0100
+++ new/Perl-PrereqScanner-1.019/Changes2014-01-08 01:37:44.0 
+0100
@@ -1,5 +1,8 @@
 Revision history for Perl-PrereqScanner
 
+1.019 2014-01-07 19:37:41-05:00 America/New_York
+  - add a warning about PPI's unclear interpretation of strings
+
 1.018 2013-11-03 21:53:46 America/New_York
   - make the scan-perl-prereqs program also scan .PL and .cgi files
   - also check for "Foo->VERSION(x)" after "require Foo"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.018/MANIFEST 
new/Perl-PrereqScanner-1.019/MANIFEST
--- old/Perl-PrereqScanner-1.018/MANIFEST   2013-11-04 03:53:50.0 
+0100
+++ new/Perl-PrereqScanner-1.019/MANIFEST   2014-01-08 01:37:44.0 
+0100
@@ -1,3 +1,4 @@
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.009.
 Changes
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.018/META.json 
new/Perl-PrereqScanner-1.019/META.json
--- old/Perl-PrereqScanner-1.018/META.json  2013-11-04 03:53:50.0 
+0100
+++ new/Perl-PrereqScanner-1.019/META.json  2014-01-08 01:37:44.0 
+0100
@@ -5,7 +5,7 @@
   "Ricardo Signes "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.005, CPAN::Meta::Converter version 
2.132830",
+   "generated_by" : "Dist::Zilla version 5.009, CPAN::Meta::Converter version 
2.133380",
"license" : [
   "perl_5"
],
@@ -72,131 +72,151 @@
   },
   "x_MailingList" : "http://www.listbox.com/subscribe/?list_id=139292";
},
-   "version" : "1.018",
+   "version" : "1.019",
"x_Dist_Zilla" : {
   "perl" : {
- "version" : "5.019005"
+ "version" : "5.018002"
   },
   "plugins" : [
  {
 "class" : "Dist::Zilla::Plugin::MetaResources",
 "name" : "MetaResources",
-"version" : "5.005"
+"version" : "5.009"
  },
  {
 "class" : "Dist::Zilla::Plugin::Git::GatherDir",
 "name" : "@RJBS/Git::GatherDir",
-"version" : "2.017"
+"version" : "2.019"
  },
  {
 "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
 "name

commit perl-Perl-PrereqScanner for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl-PrereqScanner for 
openSUSE:Factory checked in at 2013-11-26 19:30:12

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


Package is "perl-Perl-PrereqScanner"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Perl-PrereqScanner/perl-Perl-PrereqScanner.changes
  2013-08-01 15:59:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-PrereqScanner.new/perl-Perl-PrereqScanner.changes
 2013-11-26 19:30:14.0 +0100
@@ -1,0 +2,10 @@
+Mon Nov 25 07:36:03 UTC 2013 - co...@suse.com
+
+- updated to 1.018
+  - make the scan-perl-prereqs program also scan .PL and .cgi files
+  - also check for "Foo->VERSION(x)" after "require Foo"
+  - doc improvements from David Steinbrunner and Karen Etheridge
+  - eliminate testing of Carp for its prereqs, which *did* change from older
+5.8.8 installs
+
+---

Old:

  Perl-PrereqScanner-1.016.tar.gz

New:

  Perl-PrereqScanner-1.018.tar.gz



Other differences:
--
++ perl-Perl-PrereqScanner.spec ++
--- /var/tmp/diff_new_pack.YGNOps/_old  2013-11-26 19:30:17.0 +0100
+++ /var/tmp/diff_new_pack.YGNOps/_new  2013-11-26 19:30:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Perl-PrereqScanner
-Version:1.016
+Version:1.018
 Release:0
 %define cpan_name Perl-PrereqScanner
 Summary:A tool to scan your Perl code for its prerequisites

++ Perl-PrereqScanner-1.016.tar.gz -> Perl-PrereqScanner-1.018.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.016/Changes 
new/Perl-PrereqScanner-1.018/Changes
--- old/Perl-PrereqScanner-1.016/Changes2013-06-20 03:27:47.0 
+0200
+++ new/Perl-PrereqScanner-1.018/Changes2013-11-04 03:53:50.0 
+0100
@@ -1,5 +1,14 @@
 Revision history for Perl-PrereqScanner
 
+1.018 2013-11-03 21:53:46 America/New_York
+  - make the scan-perl-prereqs program also scan .PL and .cgi files
+  - also check for "Foo->VERSION(x)" after "require Foo"
+  - doc improvements from David Steinbrunner and Karen Etheridge
+
+1.017 2013-10-07 17:56:34 America/New_York
+  - eliminate testing of Carp for its prereqs, which *did* change from older
+5.8.8 installs
+
 1.016 2013-06-19 21:27:44 America/New_York
   - new executable is bundled, scan-perl-prereqs, to take the plae of
 scan_prereqs;  it has cpanm-friendly output by default, but supports
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.016/MANIFEST 
new/Perl-PrereqScanner-1.018/MANIFEST
--- old/Perl-PrereqScanner-1.016/MANIFEST   2013-06-20 03:27:47.0 
+0200
+++ new/Perl-PrereqScanner-1.018/MANIFEST   2013-11-04 03:53:50.0 
+0100
@@ -18,10 +18,9 @@
 lib/Perl/PrereqScanner/Scanner/Perl5.pm
 lib/Perl/PrereqScanner/Scanner/Superclass.pm
 lib/Perl/PrereqScanner/Scanner/TestMore.pm
-t/00-compile.t
 t/000-report-versions-tiny.t
 t/autoprereq.t
 t/scan-module.t
-t/scan_prereqs.t
+t/scan-prereqs.t
 xt/release/changes_has_content.t
 xt/release/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.016/META.json 
new/Perl-PrereqScanner-1.018/META.json
--- old/Perl-PrereqScanner-1.016/META.json  2013-06-20 03:27:47.0 
+0200
+++ new/Perl-PrereqScanner-1.018/META.json  2013-11-04 03:53:50.0 
+0100
@@ -5,7 +5,7 @@
   "Ricardo Signes "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300034, CPAN::Meta::Converter 
version 2.131560",
+   "generated_by" : "Dist::Zilla version 5.005, CPAN::Meta::Converter version 
2.132830",
"license" : [
   "perl_5"
],
@@ -62,31 +62,31 @@
"release_status" : "stable",
"resources" : {
   "bugtracker" : {
- "web" : "https://github.com/rjbs/perl-prereqscanner/issues";
+ "web" : "https://github.com/rjbs/Perl-PrereqScanner/issues";
   },
-  "homepage" : "https://github.com/rjbs/perl-prereqscanner";,
+  "homepage" : "https://github.com/rjbs/Perl-PrereqScanner";,
   "repository" : {
  "type" : "git",
- "url" : "https://github.com/rjbs/perl-prereqscanner.git";,
- "web" : "https://github.com/rjbs/perl-prereqscanner";
+ "url" : "https://github.com/rjbs/Perl-PrereqScanner.git";,
+ "web" : "https://github.com/rjbs/Perl-PrereqScanner";
   },
   "x_MailingList" : "http://www.listbox.com/subscribe/?list_id=139292";
},
-   "version" : "1.01

commit perl-Perl-PrereqScanner for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl-PrereqScanner for 
openSUSE:Factory checked in at 2013-08-01 15:59:10

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


Package is "perl-Perl-PrereqScanner"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Perl-PrereqScanner/perl-Perl-PrereqScanner.changes
  2013-06-13 20:06:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-PrereqScanner.new/perl-Perl-PrereqScanner.changes
 2013-08-01 15:59:11.0 +0200
@@ -1,0 +2,15 @@
+Fri Jul 26 18:36:34 UTC 2013 - co...@suse.com
+
+- updated to 1.016
+   - new executable is bundled, scan-perl-prereqs, to take the plae of
+ scan_prereqs;  it has cpanm-friendly output by default, but supports
+ --pretty and --by-file (thanks to John SJ Anderson for some of the work on
+ this!)
+ 
+   - add Superclass scanner for superclass.pm (thanks, David Golden!)
+   - make scan_prereqs scan .t files (thanks, David Golden!)
+   - add scan_module method (thanks, Neil Bowers!)
+   - lib.pm is now indexed in 02packages; stop skipping it (thanks, Kevin
+ Dawson!)
+
+---

Old:

  Perl-PrereqScanner-1.015.tar.gz

New:

  Perl-PrereqScanner-1.016.tar.gz



Other differences:
--
++ perl-Perl-PrereqScanner.spec ++
--- /var/tmp/diff_new_pack.BClRrd/_old  2013-08-01 15:59:11.0 +0200
+++ /var/tmp/diff_new_pack.BClRrd/_new  2013-08-01 15:59:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Perl-PrereqScanner
-Version:1.015
+Version:1.016
 Release:0
 %define cpan_name Perl-PrereqScanner
 Summary:A tool to scan your Perl code for its prerequisites
@@ -30,7 +30,9 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.120630
+BuildRequires:  perl(Getopt::Long::Descriptive)
 BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(Module::Path)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(PPI) >= 1.215
@@ -43,7 +45,9 @@
 #BuildRequires: perl(Perl::PrereqScanner)
 #BuildRequires: perl(Perl::PrereqScanner::Scanner)
 Requires:   perl(CPAN::Meta::Requirements) >= 2.120630
+Requires:   perl(Getopt::Long::Descriptive)
 Requires:   perl(List::MoreUtils)
+Requires:   perl(Module::Path)
 Requires:   perl(Moose)
 Requires:   perl(Moose::Role)
 Requires:   perl(PPI) >= 1.215

++ Perl-PrereqScanner-1.015.tar.gz -> Perl-PrereqScanner-1.016.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.015/Changes 
new/Perl-PrereqScanner-1.016/Changes
--- old/Perl-PrereqScanner-1.015/Changes2012-12-15 04:07:58.0 
+0100
+++ new/Perl-PrereqScanner-1.016/Changes2013-06-20 03:27:47.0 
+0200
@@ -1,5 +1,17 @@
 Revision history for Perl-PrereqScanner
 
+1.016 2013-06-19 21:27:44 America/New_York
+  - new executable is bundled, scan-perl-prereqs, to take the plae of
+scan_prereqs;  it has cpanm-friendly output by default, but supports
+--pretty and --by-file (thanks to John SJ Anderson for some of the work on
+this!)
+
+  - add Superclass scanner for superclass.pm (thanks, David Golden!)
+  - make scan_prereqs scan .t files (thanks, David Golden!)
+  - add scan_module method (thanks, Neil Bowers!)
+  - lib.pm is now indexed in 02packages; stop skipping it (thanks, Kevin
+Dawson!)
+
 1.015 2012-12-14 22:07:55 America/New_York
   - document that "no Module" also works (thanks for the report, Toby Inkster)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.015/MANIFEST 
new/Perl-PrereqScanner-1.016/MANIFEST
--- old/Perl-PrereqScanner-1.015/MANIFEST   2012-12-15 04:07:58.0 
+0100
+++ new/Perl-PrereqScanner-1.016/MANIFEST   2013-06-20 03:27:47.0 
+0200
@@ -5,6 +5,7 @@
 META.yml
 Makefile.PL
 README
+bin/scan-perl-prereqs
 bin/scan_prereqs
 corpus/scan/bar.pl
 corpus/scan/foo.pl
@@ -15,10 +16,12 @@
 lib/Perl/PrereqScanner/Scanner/Moose.pm
 lib/Perl/PrereqScanner/Scanner/POE.pm
 lib/Perl/PrereqScanner/Scanner/Perl5.pm
+lib/Perl/PrereqScanner/Scanner/Superclass.pm
 lib/Perl/PrereqScanner/Scanner/TestMore.pm
 t/00-compile.t
 t/000-report-versions-tiny.t
 t/autoprereq.t
+t/scan-module.t
 t/scan_prereqs.t
 xt/release/changes_has_content.t
 xt/release/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.015/META.json 
new/Perl-PrereqScanner-1.016/META.json
--- old/Pe

commit perl-Perl-PrereqScanner for openSUSE:Factory

2013-06-13 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl-PrereqScanner for 
openSUSE:Factory checked in at 2013-06-13 20:06:41

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


Package is "perl-Perl-PrereqScanner"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Perl-PrereqScanner/perl-Perl-PrereqScanner.changes
  2012-05-29 10:34:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-PrereqScanner.new/perl-Perl-PrereqScanner.changes
 2013-06-13 20:06:43.0 +0200
@@ -1,0 +2,17 @@
+Sun Jun  9 14:59:03 UTC 2013 - co...@suse.com
+
+- updated to 1.015
+   - document that "no Module" also works (thanks for the report, Toby Inkster)
+ 
+   - require a more recent PPI for various bugfixes that broke tests
+ (thanks for the report, Salve J. Nilsen)
+ 
+  - make scan_prereqs scan directories recursively (thanks, Jakob Voss)
+ 
+  - if PPI parsing fails, include PPI::Document->errstr in error message
+(Christopher J. Madsen)
+
+   - fix "with (...)" where spaces occur between with and parenthesized list
+ (thanks to celogeek for the failing test)
+
+---

Old:

  Perl-PrereqScanner-1.011.tar.gz

New:

  Perl-PrereqScanner-1.015.tar.gz



Other differences:
--
++ perl-Perl-PrereqScanner.spec ++
--- /var/tmp/diff_new_pack.WWIC19/_old  2013-06-13 20:06:44.0 +0200
+++ /var/tmp/diff_new_pack.WWIC19/_new  2013-06-13 20:06:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Perl-PrereqScanner
 #
-# 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,14 +17,14 @@
 
 
 Name:   perl-Perl-PrereqScanner
-Version:1.011
+Version:1.015
 Release:0
 %define cpan_name Perl-PrereqScanner
 Summary:A tool to scan your Perl code for its prerequisites
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Perl-PrereqScanner/
-Source: 
http://www.cpan.org/authors/id/J/JQ/JQUELIN/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -33,7 +33,7 @@
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Role)
-BuildRequires:  perl(PPI) >= 1.205
+BuildRequires:  perl(PPI) >= 1.215
 BuildRequires:  perl(PPI::Document)
 BuildRequires:  perl(Params::Util)
 BuildRequires:  perl(String::RewritePrefix) >= 0.005
@@ -46,7 +46,7 @@
 Requires:   perl(List::MoreUtils)
 Requires:   perl(Moose)
 Requires:   perl(Moose::Role)
-Requires:   perl(PPI) >= 1.205
+Requires:   perl(PPI) >= 1.215
 Requires:   perl(Params::Util)
 Requires:   perl(String::RewritePrefix) >= 0.005
 Requires:   perl(namespace::autoclean)

++ Perl-PrereqScanner-1.011.tar.gz -> Perl-PrereqScanner-1.015.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.011/Changes 
new/Perl-PrereqScanner-1.015/Changes
--- old/Perl-PrereqScanner-1.011/Changes2012-03-07 13:08:53.0 
+0100
+++ new/Perl-PrereqScanner-1.015/Changes2012-12-15 04:07:58.0 
+0100
@@ -1,5 +1,22 @@
 Revision history for Perl-PrereqScanner
 
+1.015 2012-12-14 22:07:55 America/New_York
+  - document that "no Module" also works (thanks for the report, Toby Inkster)
+
+1.014 2012-07-26 13:22:02 America/New_York
+  - require a more recent PPI for various bugfixes that broke tests
+(thanks for the report, Salve J. Nilsen)
+
+1.013 2012-07-01 17:21:25 America/New_York
+ - make scan_prereqs scan directories recursively (thanks, Jakob Voss)
+
+ - if PPI parsing fails, include PPI::Document->errstr in error message
+   (Christopher J. Madsen)
+
+1.012 2012-06-27 16:17:28 America/New_York
+  - fix "with (...)" where spaces occur between with and parenthesized list
+(thanks to celogeek for the failing test)
+
 1.011 2012-03-07 13:08:49 Europe/Paris
   - require CPAN::Meta::Requirements 2.120630 and fix tests to reflect
 its v-string normalizing behavior
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.011/Changes~ 
new/Perl-PrereqScanner-1.015/Changes~
--- old/Perl-Prereq

commit perl-Perl-PrereqScanner for openSUSE:Factory

2012-05-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl-PrereqScanner for 
openSUSE:Factory checked in at 2012-05-29 10:34:38

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


Package is "perl-Perl-PrereqScanner", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Perl-PrereqScanner/perl-Perl-PrereqScanner.changes
  2012-02-23 15:34:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-PrereqScanner.new/perl-Perl-PrereqScanner.changes
 2012-05-29 10:34:40.0 +0200
@@ -1,0 +2,7 @@
+Sat May 26 17:55:35 UTC 2012 - frank.lichtenh...@sophos.com
+
+- updated to 1.011
+  * require CPAN::Meta::Requirements 2.120630 and fix tests to reflect
+its v-string normalizing behavior
+
+---

Old:

  Perl-PrereqScanner-1.010.tar.gz

New:

  Perl-PrereqScanner-1.011.tar.gz



Other differences:
--
++ perl-Perl-PrereqScanner.spec ++
--- /var/tmp/diff_new_pack.YRWMBo/_old  2012-05-29 10:34:41.0 +0200
+++ /var/tmp/diff_new_pack.YRWMBo/_new  2012-05-29 10:34:41.0 +0200
@@ -17,19 +17,19 @@
 
 
 Name:   perl-Perl-PrereqScanner
-Version:1.010
+Version:1.011
 Release:0
 %define cpan_name Perl-PrereqScanner
-Summary:a tool to scan your Perl code for its prerequisites
+Summary:A tool to scan your Perl code for its prerequisites
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Perl-PrereqScanner/
-Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/J/JQ/JQUELIN/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta::Requirements)
+BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.120630
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Role)
@@ -42,7 +42,7 @@
 BuildRequires:  perl(namespace::autoclean)
 #BuildRequires: perl(Perl::PrereqScanner)
 #BuildRequires: perl(Perl::PrereqScanner::Scanner)
-Requires:   perl(CPAN::Meta::Requirements)
+Requires:   perl(CPAN::Meta::Requirements) >= 2.120630
 Requires:   perl(List::MoreUtils)
 Requires:   perl(Moose)
 Requires:   perl(Moose::Role)

++ Perl-PrereqScanner-1.010.tar.gz -> Perl-PrereqScanner-1.011.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.010/Changes 
new/Perl-PrereqScanner-1.011/Changes
--- old/Perl-PrereqScanner-1.010/Changes2012-02-22 16:08:08.0 
+0100
+++ new/Perl-PrereqScanner-1.011/Changes2012-03-07 13:08:53.0 
+0100
@@ -1,5 +1,9 @@
 Revision history for Perl-PrereqScanner
 
+1.011 2012-03-07 13:08:49 Europe/Paris
+  - require CPAN::Meta::Requirements 2.120630 and fix tests to reflect
+its v-string normalizing behavior
+
 1.010 2012-02-22 10:07:46 America/New_York
   - fix documentation bug (thanks to Marius Olsthoorn for the report)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.010/Changes~ 
new/Perl-PrereqScanner-1.011/Changes~
--- old/Perl-PrereqScanner-1.010/Changes~   1970-01-01 01:00:00.0 
+0100
+++ new/Perl-PrereqScanner-1.011/Changes~   2012-03-07 13:08:53.0 
+0100
@@ -0,0 +1,86 @@
+Revision history for Perl-PrereqScanner
+
+{{$NEXT}}
+
+1.006 2011-08-20 14:03:24 Europe/Paris
+  - add the POE scanner for POE components (David Golden)
+
+1.005 2011-08-17 18:39:22 America/New_York
+  - stop stripping "always core" prereqs like strict and warnings
+
+  - add the Aliased scanner for aliased.pm (thanks, David Golden)
+
+1.004 2011-05-30 21:02:52 America/New_York
+  - avoid calling a method on undef (i.e., cope with PPI doing surprising
+things)
+
+1.003 2011-05-16 15:46:02 America/New_York
+  - fix a bug that caused things like "within" and "trextends" to trigger
+the Moose scanner
+
+1.002 2011-02-02 10:21:55 Europe/Paris
+ - fix rt#61608 - missing description in whatisentry for TestMore.pm
+
+1.001 2011-01-05 16:35:26 Europe/Paris
+ - fix bin/prereqs (randy stauner)
+
+1.000 2010-12-06 17:54:20 Europe/Paris
+ - fix rt#59016 - support for moose 1.03 version declarations (apocalypse)
+
+0.101892  2010-12-03 17:15:25 Europe/Paris
+ - throw an exception if PPI fails to parse code (vyacheslav matjukhin)
+
+0.101891  2010-09-05 15:31:49 

commit perl-Perl-PrereqScanner for openSUSE:Factory

2012-02-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl-PrereqScanner for 
openSUSE:Factory checked in at 2012-02-23 15:33:59

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


Package is "perl-Perl-PrereqScanner", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Perl-PrereqScanner/perl-Perl-PrereqScanner.changes
  2012-02-16 16:22:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-PrereqScanner.new/perl-Perl-PrereqScanner.changes
 2012-02-23 15:34:01.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 23 09:56:10 UTC 2012 - co...@suse.com
+
+- updated to 1.010
+  - fix documentation bug (thanks to Marius Olsthoorn for the report)
+  - add a test case to prove someone wrong on the internet
+
+---

Old:

  Perl-PrereqScanner-1.009.tar.gz

New:

  Perl-PrereqScanner-1.010.tar.gz



Other differences:
--
++ perl-Perl-PrereqScanner.spec ++
--- /var/tmp/diff_new_pack.QImfQ2/_old  2012-02-23 15:34:02.0 +0100
+++ /var/tmp/diff_new_pack.QImfQ2/_new  2012-02-23 15:34:02.0 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   perl-Perl-PrereqScanner
-Version:1.009
+Version:1.010
 Release:0
 %define cpan_name Perl-PrereqScanner
-Summary:Scan your Perl code for its prerequisites
+Summary:a tool to scan your Perl code for its prerequisites
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Perl-PrereqScanner/
@@ -46,10 +46,10 @@
 Requires:   perl(List::MoreUtils)
 Requires:   perl(Moose)
 Requires:   perl(Moose::Role)
-Requires:   perl(namespace::autoclean)
-Requires:   perl(Params::Util)
 Requires:   perl(PPI) >= 1.205
+Requires:   perl(Params::Util)
 Requires:   perl(String::RewritePrefix) >= 0.005
+Requires:   perl(namespace::autoclean)
 %{perl_requires}
 
 %description

++ Perl-PrereqScanner-1.009.tar.gz -> Perl-PrereqScanner-1.010.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.009/Changes 
new/Perl-PrereqScanner-1.010/Changes
--- old/Perl-PrereqScanner-1.009/Changes2012-01-02 05:12:06.0 
+0100
+++ new/Perl-PrereqScanner-1.010/Changes2012-02-22 16:08:08.0 
+0100
@@ -1,5 +1,10 @@
 Revision history for Perl-PrereqScanner
 
+1.010 2012-02-22 10:07:46 America/New_York
+  - fix documentation bug (thanks to Marius Olsthoorn for the report)
+
+  - add a test case to prove someone wrong on the internet
+
 1.009 2012-01-01 23:11:51 America/New_York
  - switch from Version::Requirements to CPAN::Meta::Requirements
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.009/META.json 
new/Perl-PrereqScanner-1.010/META.json
--- old/Perl-PrereqScanner-1.009/META.json  2012-01-02 05:12:06.0 
+0100
+++ new/Perl-PrereqScanner-1.010/META.json  2012-02-22 16:08:08.0 
+0100
@@ -5,7 +5,7 @@
   "Ricardo Signes "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.35, CPAN::Meta::Converter 
version 2.113640",
+   "generated_by" : "Dist::Zilla version 4.37, CPAN::Meta::Converter 
version 2.120351",
"license" : [
   "perl_5"
],
@@ -22,29 +22,29 @@
   },
   "runtime" : {
  "requires" : {
-"CPAN::Meta::Requirements" : 0,
-"File::Spec::Functions" : 0,
-"FindBin" : 0,
-"Getopt::Long" : 0,
-"List::MoreUtils" : 0,
-"List::Util" : 0,
-"Moose" : 0,
-"Moose::Role" : 0,
+"CPAN::Meta::Requirements" : "0",
+"File::Spec::Functions" : "0",
+"FindBin" : "0",
+"Getopt::Long" : "0",
+"List::MoreUtils" : "0",
+"List::Util" : "0",
+"Moose" : "0",
+"Moose::Role" : "0",
 "PPI" : "1.205",
-"Params::Util" : 0,
+"Params::Util" : "0",
 "String::RewritePrefix" : "0.005",
-"namespace::autoclean" : 0,
+"namespace::autoclean" : "0",
 "perl" : "5.008",
-"strict" : 0,
-"warnings" : 0
+"strict" : "0",
+"warnings" : "0"
  }
   },
   "test" : {
  "requires" : {
-"File::Temp" : 0,
-"PPI::Document" : 0,
+"File::Temp" : "0",
+"PPI::Document" : "0",
 "Test::More" : "0.96",
-"Try::Tiny" : 0
+   

commit perl-Perl-PrereqScanner for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl-PrereqScanner for 
openSUSE:Factory checked in at 2012-02-16 16:22:24

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


Package is "perl-Perl-PrereqScanner", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Perl-PrereqScanner/perl-Perl-PrereqScanner.changes
  2011-11-02 12:15:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-PrereqScanner.new/perl-Perl-PrereqScanner.changes
 2012-02-16 16:22:25.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 15 12:06:18 UTC 2012 - co...@suse.com
+
+- updated to 1.009
+  - switch from Version::Requirements to CPAN::Meta::Requirements
+
+---

Old:

  Perl-PrereqScanner-1.008.tar.gz

New:

  Perl-PrereqScanner-1.009.tar.gz



Other differences:
--
++ perl-Perl-PrereqScanner.spec ++
--- /var/tmp/diff_new_pack.sTtZkv/_old  2012-02-16 16:22:26.0 +0100
+++ /var/tmp/diff_new_pack.sTtZkv/_new  2012-02-16 16:22:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Perl-PrereqScanner
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,31 +16,33 @@
 #
 
 
-
 Name:   perl-Perl-PrereqScanner
-Version:1.008
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.009
+Release:0
 %define cpan_name Perl-PrereqScanner
 Summary:Scan your Perl code for its prerequisites
-Url:http://search.cpan.org/dist/Perl-PrereqScanner/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/J/JQ/JQUELIN/Perl-PrereqScanner-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Perl-PrereqScanner/
+Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(CPAN::Meta::Requirements)
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Role)
-BuildRequires:  perl(namespace::autoclean)
-BuildRequires:  perl(Params::Util)
 BuildRequires:  perl(PPI) >= 1.205
 BuildRequires:  perl(PPI::Document)
+BuildRequires:  perl(Params::Util)
 BuildRequires:  perl(String::RewritePrefix) >= 0.005
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Try::Tiny)
-BuildRequires:  perl(Version::Requirements) >= 0.100630
+BuildRequires:  perl(namespace::autoclean)
+#BuildRequires: perl(Perl::PrereqScanner)
+#BuildRequires: perl(Perl::PrereqScanner::Scanner)
+Requires:   perl(CPAN::Meta::Requirements)
 Requires:   perl(List::MoreUtils)
 Requires:   perl(Moose)
 Requires:   perl(Moose::Role)
@@ -48,13 +50,36 @@
 Requires:   perl(Params::Util)
 Requires:   perl(PPI) >= 1.205
 Requires:   perl(String::RewritePrefix) >= 0.005
-Requires:   perl(Version::Requirements) >= 0.100630
 %{perl_requires}
 
 %description
 The scanner will extract loosely your distribution prerequisites from your
 files.
 
+The extraction may not be perfect but tries to do its best. It will
+currently find the following prereqs:
+
+* *
+
+  plain lines beginning with 'use' or 'require' in your perl modules and
+  scripts, including minimum perl version
+
+* *
+
+  regular inheritance declared with the 'base' and 'parent' pragmata
+
+* *
+
+  the Moose manpage inheritance declared with the 'extends' keyword
+
+* *
+
+  the Moose manpage roles included with the 'with' keyword
+
+* *
+
+  OO namespace aliasing using the 'aliased' module
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -70,9 +95,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes LICENSE README

++ Perl-PrereqScanner-1.008.tar.gz -> Perl-PrereqScanner-1.009.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.008/Changes 
new/Perl-PrereqScanner-1.009/Changes
--- old/Perl-PrereqScanner-1.008/Changes2011-11-01 10:35:51.0 
+0100
+++ new/Perl-PrereqScanner-1.009/Changes2012-01-02 05:12:06.0 
+0100
@@ -1,5 +1,8 @@
 Revision history for Perl-PrereqScanner
 
+1.009 2012-01-01 23:11:51 America/New_York
+ - swit

commit perl-Perl-PrereqScanner for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

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

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


Package is "perl-Perl-PrereqScanner", Maintainer is ""

Changes:




Other differences:
--
++ perl-Perl-PrereqScanner.spec ++
--- /var/tmp/diff_new_pack.DqLgRg/_old  2011-12-06 19:16:10.0 +0100
+++ /var/tmp/diff_new_pack.DqLgRg/_new  2011-12-06 19:16:10.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Perl-PrereqScanner
 Version:1.008
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name Perl-PrereqScanner
 Summary:Scan your Perl code for its prerequisites
 Url:http://search.cpan.org/dist/Perl-PrereqScanner/

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



commit perl-Perl-PrereqScanner for openSUSE:Factory

2011-11-02 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl-PrereqScanner for 
openSUSE:Factory checked in at 2011-11-02 12:15:03

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


Package is "perl-Perl-PrereqScanner", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Perl-PrereqScanner/perl-Perl-PrereqScanner.changes
  2011-09-23 12:38:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-PrereqScanner.new/perl-Perl-PrereqScanner.changes
 2011-11-02 12:15:05.0 +0100
@@ -1,0 +2,13 @@
+Tue Nov 01 11:55:55 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.008:
+  * fix rt#72062 - look for "require Module; Module->VERSION(min);"
+- changes from 1.007:
+  * new option --combine for scan_prereqs script
+- changes from 1.006:
+  * add the POE scanner for POE components
+- changes from 1.005:
+  * stop stripping "always core" prereqs like strict and warnings
+  * add the Aliased scanner for aliased.pm
+
+---

Old:

  Perl-PrereqScanner-1.004.tar.gz

New:

  Perl-PrereqScanner-1.008.tar.gz



Other differences:
--
++ perl-Perl-PrereqScanner.spec ++
--- /var/tmp/diff_new_pack.4F3tW0/_old  2011-11-02 12:15:06.0 +0100
+++ /var/tmp/diff_new_pack.4F3tW0/_new  2011-11-02 12:15:06.0 +0100
@@ -18,14 +18,14 @@
 
 
 Name:   perl-Perl-PrereqScanner
-Version:1.004
+Version:1.008
 Release:1
 License:GPL+ or Artistic
 %define cpan_name Perl-PrereqScanner
-Summary:a tool to scan your Perl code for its prerequisites
+Summary:Scan your Perl code for its prerequisites
 Url:http://search.cpan.org/dist/Perl-PrereqScanner/
 Group:  Development/Libraries/Perl
-Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source: 
http://search.cpan.org/CPAN/authors/id/J/JQ/JQUELIN/Perl-PrereqScanner-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -55,30 +55,6 @@
 The scanner will extract loosely your distribution prerequisites from your
 files.
 
-The extraction may not be perfect but tries to do its best. It will
-currently find the following prereqs:
-
-* *
-
-  plain lines beginning with 'use' or 'require' in your perl modules and
-  scripts, including minimum perl version
-
-* *
-
-  regular inheritance declared with the 'base' and 'parent' pragmata
-
-* *
-
-  the Moose manpage inheritance declared with the 'extends' keyword
-
-* *
-
-  the Moose manpage roles included with the 'with' keyword
-
-It will trim the following pragamata: 'strict', 'warnings', and 'lib'.
-'base' is trimmed unless a specific version is required. 'parent' is kept,
-since it's only recently become a core library.
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 

++ Perl-PrereqScanner-1.004.tar.gz -> Perl-PrereqScanner-1.008.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.004/Changes 
new/Perl-PrereqScanner-1.008/Changes
--- old/Perl-PrereqScanner-1.004/Changes2011-05-31 03:02:58.0 
+0200
+++ new/Perl-PrereqScanner-1.008/Changes2011-11-01 10:35:51.0 
+0100
@@ -1,5 +1,20 @@
 Revision history for Perl-PrereqScanner
 
+1.008 2011-11-01 10:35:46 Europe/Paris
+ - fix rt#72062 - look for "require Module; Module->VERSION(min);"
+   (Christopher J. Madsen)
+
+1.007 2011-08-31 09:22:12 Europe/Paris
+ - new option --combine for scan_prereqs script (randy stauner)
+
+1.006 2011-08-20 14:03:24 Europe/Paris
+  - add the POE scanner for POE components (David Golden)
+
+1.005 2011-08-17 18:39:22 America/New_York
+  - stop stripping "always core" prereqs like strict and warnings
+
+  - add the Aliased scanner for aliased.pm (thanks, David Golden)
+
 1.004 2011-05-30 21:02:52 America/New_York
   - avoid calling a method on undef (i.e., cope with PPI doing surprising
 things)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.004/Changes~ 
new/Perl-PrereqScanner-1.008/Changes~
--- old/Perl-PrereqScanner-1.004/Changes~   1970-01-01 01:00:00.0 
+0100
+++ new/Perl-PrereqScanner-1.008/Changes~   2011-11-01 10:35:51.0 
+0100
@@ -0,0 +1,86 @@
+Revision history for Perl-PrereqScanner
+
+{{$NEXT}}
+
+1.006 2011-08-20 14:03:24 Europe/Paris
+  - add the POE scanner for POE components (David Golden)
+
+1.005 2011-08-17 18:39:22 America/New_York
+  - stop stripping "always core" prereqs like strict and w

commit perl-Perl-PrereqScanner for openSUSE:Factory

2011-08-08 Thread h_root

Hello community,

here is the log from the commit of package perl-Perl-PrereqScanner for 
openSUSE:Factory
checked in at Mon Aug 8 15:53:22 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Perl-PrereqScanner/perl-Perl-PrereqScanner.changes
2011-06-01 09:30:01.0 +0200
@@ -0,0 +1,16 @@
+---
+Wed Jun  1 07:28:10 UTC 2011 - co...@novell.com
+
+- updated to 1.004
+  - avoid calling a method on undef (i.e., cope with PPI doing surprising
+things)
+  - fix a bug that caused things like "within" and "trextends" to trigger
+the Moose scanner
+  - fix rt#61608 - missing description in whatisentry for TestMore.pm
+
+---
+Mon Jan 17 20:23:12 UTC 2011 - co...@novell.com
+
+- initial package 1.001
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  Perl-PrereqScanner-1.004.tar.gz
  perl-Perl-PrereqScanner.changes
  perl-Perl-PrereqScanner.spec



Other differences:
--
++ perl-Perl-PrereqScanner.spec ++
#
# spec file for package perl-Perl-PrereqScanner
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   perl-Perl-PrereqScanner
Version:1.004
Release:1
License:GPL+ or Artistic
%define cpan_name Perl-PrereqScanner
Summary:a tool to scan your Perl code for its prerequisites
Url:http://search.cpan.org/dist/Perl-PrereqScanner/
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(List::MoreUtils)
BuildRequires:  perl(Moose)
BuildRequires:  perl(Moose::Role)
BuildRequires:  perl(namespace::autoclean)
BuildRequires:  perl(Params::Util)
BuildRequires:  perl(PPI) >= 1.205
BuildRequires:  perl(PPI::Document)
BuildRequires:  perl(String::RewritePrefix) >= 0.005
BuildRequires:  perl(Test::More) >= 0.96
BuildRequires:  perl(Try::Tiny)
BuildRequires:  perl(Version::Requirements) >= 0.100630
Requires:   perl(List::MoreUtils)
Requires:   perl(Moose)
Requires:   perl(Moose::Role)
Requires:   perl(namespace::autoclean)
Requires:   perl(Params::Util)
Requires:   perl(PPI) >= 1.205
Requires:   perl(String::RewritePrefix) >= 0.005
Requires:   perl(Version::Requirements) >= 0.100630
%{perl_requires}

%description
The scanner will extract loosely your distribution prerequisites from your
files.

The extraction may not be perfect but tries to do its best. It will
currently find the following prereqs:

* *

  plain lines beginning with 'use' or 'require' in your perl modules and
  scripts, including minimum perl version

* *

  regular inheritance declared with the 'base' and 'parent' pragmata

* *

  the Moose manpage inheritance declared with the 'extends' keyword

* *

  the Moose manpage roles included with the 'with' keyword

It will trim the following pragamata: 'strict', 'warnings', and 'lib'.
'base' is trimmed unless a specific version is required. 'parent' is kept,
since it's only recently become a core library.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README

%changelog





Remember to have fun...

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