commit perl-CPANPLUS for openSUSE:Factory

2012-05-09 Thread h_root
Hello community,

here is the log from the commit of package perl-CPANPLUS for openSUSE:Factory 
checked in at 2012-05-09 18:19:43

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


Package is perl-CPANPLUS, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPANPLUS/perl-CPANPLUS.changes  
2012-03-06 13:40:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CPANPLUS.new/perl-CPANPLUS.changes 
2012-05-09 18:32:46.0 +0200
@@ -1,0 +2,12 @@
+Sat Apr 28 22:17:19 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 0.9128; cumulated changes from 0.9120:
+  * silenced annoying warnings related to older perls and the progress
+indicators
+  * speed enhancements to module indexing
+  * save the history between invocations of the shell
+  * added support for adding blib/script to PATH
+  * don't spawn a process to check whether perl version prereqs are satisfied
+  * resolved a regression with dev '_' version numbers since 0.9109
+
+---

Old:

  CPANPLUS-0.9120.tar.gz

New:

  CPANPLUS-0.9128.tar.gz



Other differences:
--
++ perl-CPANPLUS.spec ++
--- /var/tmp/diff_new_pack.54uUSI/_old  2012-05-09 18:32:48.0 +0200
+++ /var/tmp/diff_new_pack.54uUSI/_new  2012-05-09 18:32:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPANPLUS
-Version:0.9120
+Version:0.9128
 Release:0
 %define cpan_name CPANPLUS
 Summary:API  CLI access to the CPAN mirrors

++ CPANPLUS-0.9120.tar.gz - CPANPLUS-0.9128.tar.gz ++
 2999 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-CPANPLUS for openSUSE:Factory

2012-03-06 Thread h_root
Hello community,

here is the log from the commit of package perl-CPANPLUS for openSUSE:Factory 
checked in at 2012-03-06 13:40:46

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


Package is perl-CPANPLUS, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPANPLUS/perl-CPANPLUS.changes  
2012-02-24 12:06:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CPANPLUS.new/perl-CPANPLUS.changes 
2012-03-06 13:40:48.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar  6 07:27:35 UTC 2012 - co...@suse.com
+
+- updated to 0.9120
+ * Resolved a regression with NA test reports
+
+---

Old:

  CPANPLUS-0.9119.tar.gz

New:

  CPANPLUS-0.9120.tar.gz



Other differences:
--
++ perl-CPANPLUS.spec ++
--- /var/tmp/diff_new_pack.PCO7Ch/_old  2012-03-06 13:40:49.0 +0100
+++ /var/tmp/diff_new_pack.PCO7Ch/_new  2012-03-06 13:40:49.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPANPLUS
-Version:0.9119
+Version:0.9120
 Release:0
 %define cpan_name CPANPLUS
 Summary:API  CLI access to the CPAN mirrors

++ CPANPLUS-0.9119.tar.gz - CPANPLUS-0.9120.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9119/ChangeLog 
new/CPANPLUS-0.9120/ChangeLog
--- old/CPANPLUS-0.9119/ChangeLog   2012-02-23 21:57:50.0 +0100
+++ new/CPANPLUS-0.9120/ChangeLog   2012-03-04 13:13:59.0 +0100
@@ -1,3 +1,7 @@
+Changes for 0.9120  Sun Mar  4 12:12:52 2012
+
+* Resolved a regression with NA test reports
+
 Changes for 0.9119  Thu Feb 23 20:54:53 2012
 
 * Added progress indicators for indexing when
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9119/META.yml new/CPANPLUS-0.9120/META.yml
--- old/CPANPLUS-0.9119/META.yml2012-02-23 21:52:00.0 +0100
+++ new/CPANPLUS-0.9120/META.yml2012-03-04 12:26:28.0 +0100
@@ -18,4 +18,4 @@
   license: http://dev.perl.org/licenses/
   homepage: http://github.com/jib/cpanplus-devel
   repository: http://github.com/jib/cpanplus-devel
-version: 0.9119
+version: 0.9120
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9119/inc/bundle/Archive/Tar/Constant.pm 
new/CPANPLUS-0.9120/inc/bundle/Archive/Tar/Constant.pm
--- old/CPANPLUS-0.9119/inc/bundle/Archive/Tar/Constant.pm  2012-02-10 
13:31:49.0 +0100
+++ new/CPANPLUS-0.9120/inc/bundle/Archive/Tar/Constant.pm  2012-03-04 
12:25:52.0 +0100
@@ -3,7 +3,7 @@
 BEGIN {
 require Exporter;
 
-$VERSION= '1.82';
+$VERSION= '1.84';
 @ISA= qw[Exporter];
 
 require Time::Local if $^O eq MacOS;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9119/inc/bundle/Archive/Tar/File.pm 
new/CPANPLUS-0.9120/inc/bundle/Archive/Tar/File.pm
--- old/CPANPLUS-0.9119/inc/bundle/Archive/Tar/File.pm  2012-02-10 
13:31:49.0 +0100
+++ new/CPANPLUS-0.9120/inc/bundle/Archive/Tar/File.pm  2012-03-04 
12:25:52.0 +0100
@@ -13,7 +13,7 @@
 
 use vars qw[@ISA $VERSION];
 #@ISA= qw[Archive::Tar];
-$VERSION= '1.82';
+$VERSION= '1.84';
 
 ### set value to 1 to oct() it during the unpack ###
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9119/inc/bundle/Archive/Tar.pm 
new/CPANPLUS-0.9120/inc/bundle/Archive/Tar.pm
--- old/CPANPLUS-0.9119/inc/bundle/Archive/Tar.pm   2012-02-10 
13:31:49.0 +0100
+++ new/CPANPLUS-0.9120/inc/bundle/Archive/Tar.pm   2012-03-04 
12:25:52.0 +0100
@@ -31,7 +31,7 @@
 $DEBUG  = 0;
 $WARN   = 1;
 $FOLLOW_SYMLINK = 0;
-$VERSION= 1.82;
+$VERSION= 1.84;
 $CHOWN  = 1;
 $CHMOD  = 1;
 $SAME_PERMISSIONS   = $ == 0 ? 1 : 0;
@@ -1451,6 +1451,12 @@
 next;
 }
 
+eval {
+if( utf8::is_utf8( $file )) {
+  utf8::encode( $file );
+}
+};
+
 unless( -e $file || -l $file ) {
 $self-_error( qq[No such file: '$file'] );
 next;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9119/lib/CPANPLUS/Internals/Report.pm 
new/CPANPLUS-0.9120/lib/CPANPLUS/Internals/Report.pm
--- old/CPANPLUS-0.9119/lib/CPANPLUS/Internals/Report.pm2012-02-12 

commit perl-CPANPLUS for openSUSE:Factory

2012-02-24 Thread h_root
Hello community,

here is the log from the commit of package perl-CPANPLUS for openSUSE:Factory 
checked in at 2012-02-24 12:06:26

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


Package is perl-CPANPLUS, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPANPLUS/perl-CPANPLUS.changes  
2012-02-20 16:15:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CPANPLUS.new/perl-CPANPLUS.changes 
2012-02-24 12:06:27.0 +0100
@@ -1,0 +2,8 @@
+Fri Feb 24 08:27:17 UTC 2012 - co...@suse.com
+
+- updated to 0.9119
+ * Added progress indicators for indexing when
+   'verbose' is set, [RT#75233], contributed by
+   reisub
+
+---

Old:

  CPANPLUS-0.9118.tar.gz

New:

  CPANPLUS-0.9119.tar.gz



Other differences:
--
++ perl-CPANPLUS.spec ++
--- /var/tmp/diff_new_pack.zN3XAs/_old  2012-02-24 12:06:28.0 +0100
+++ /var/tmp/diff_new_pack.zN3XAs/_new  2012-02-24 12:06:28.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPANPLUS
-Version:0.9118
+Version:0.9119
 Release:0
 %define cpan_name CPANPLUS
 Summary:API  CLI access to the CPAN mirrors

++ CPANPLUS-0.9118.tar.gz - CPANPLUS-0.9119.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9118/ChangeLog 
new/CPANPLUS-0.9119/ChangeLog
--- old/CPANPLUS-0.9118/ChangeLog   2012-02-13 23:30:29.0 +0100
+++ new/CPANPLUS-0.9119/ChangeLog   2012-02-23 21:57:50.0 +0100
@@ -1,3 +1,9 @@
+Changes for 0.9119  Thu Feb 23 20:54:53 2012
+
+* Added progress indicators for indexing when
+  'verbose' is set, [rt #75233], contributed by
+  reisub
+
 Changes for 0.9118  Mon Feb 13 22:29:33 2012
 
 * Test reporting enhancements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9118/META.yml new/CPANPLUS-0.9119/META.yml
--- old/CPANPLUS-0.9118/META.yml2012-02-13 23:31:03.0 +0100
+++ new/CPANPLUS-0.9119/META.yml2012-02-23 21:52:00.0 +0100
@@ -18,4 +18,4 @@
   license: http://dev.perl.org/licenses/
   homepage: http://github.com/jib/cpanplus-devel
   repository: http://github.com/jib/cpanplus-devel
-version: 0.9118
+version: 0.9119
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9118/inc/bundle/Archive/Extract.pm 
new/CPANPLUS-0.9119/inc/bundle/Archive/Extract.pm
--- old/CPANPLUS-0.9118/inc/bundle/Archive/Extract.pm   2012-02-10 
13:31:49.0 +0100
+++ new/CPANPLUS-0.9119/inc/bundle/Archive/Extract.pm   2012-02-23 
21:48:00.0 +0100
@@ -17,6 +17,7 @@
 use constant ON_SOLARIS = $^O eq 'solaris' ? 1 : 0;
 use constant ON_NETBSD  = $^O eq 'netbsd' ? 1 : 0;
 use constant ON_FREEBSD = $^O eq 'freebsd' ? 1 : 0;
+use constant ON_LINUX   = $^O eq 'linux' ? 1 : 0;
 use constant FILE_EXISTS= sub { -e $_[0] ? 1 : 0 };
 
 ### VMS may require quoting upper case command options
@@ -45,7 +46,7 @@
 $_ALLOW_BIN $_ALLOW_PURE_PERL $_ALLOW_TAR_ITER
  ];
 
-$VERSION= '0.58';
+$VERSION= '0.60';
 $PREFER_BIN = 0;
 $WARN   = 1;
 $DEBUG  = 0;
@@ -126,12 +127,18 @@
 
 ### see what /bin/programs are available ###
 $PROGRAMS = {};
-for my $pgm (qw[tar unzip gzip bunzip2 uncompress unlzma unxz]) {
+CMD: for my $pgm (qw[tar unzip gzip bunzip2 uncompress unlzma unxz]) {
 if ( $pgm eq 'unzip' and ( ON_NETBSD or ON_FREEBSD ) ) {
   local $IPC::Cmd::INSTANCES = 1;
-  my @possibles = can_run($pgm);
   ($PROGRAMS-{$pgm}) = grep { ON_NETBSD ? m!/usr/pkg/! : m!/usr/local! } 
can_run($pgm);
-  next;
+  next CMD;
+}
+if ( $pgm eq 'unzip' and ON_LINUX ) {
+  # Check if 'unzip' is busybox masquerading
+  local $IPC::Cmd::INSTANCES = 1;
+  my $opt = ON_VMS ? '-Z' : '-Z';
+  ($PROGRAMS-{$pgm}) = grep { scalar run(command= [ $_, $opt, '-1' ]) } 
can_run($pgm);
+  next CMD;
 }
 $PROGRAMS-{$pgm} = can_run($pgm);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9118/inc/bundle/HTTP/Tiny.pm 
new/CPANPLUS-0.9119/inc/bundle/HTTP/Tiny.pm
--- old/CPANPLUS-0.9118/inc/bundle/HTTP/Tiny.pm 2012-02-10 13:31:49.0 
+0100
+++ new/CPANPLUS-0.9119/inc/bundle/HTTP/Tiny.pm 2012-02-23 21:48:08.0 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 # ABSTRACT: A small, simple, correct HTTP/1.1 client
-our $VERSION = '0.016'; # 

commit perl-CPANPLUS for openSUSE:Factory

2012-02-20 Thread h_root
Hello community,

here is the log from the commit of package perl-CPANPLUS for openSUSE:Factory 
checked in at 2012-02-20 16:15:57

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


Package is perl-CPANPLUS, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPANPLUS/perl-CPANPLUS.changes  
2012-02-17 12:07:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CPANPLUS.new/perl-CPANPLUS.changes 
2012-02-20 16:15:58.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb 20 10:48:49 UTC 2012 - co...@suse.com
+
+- updated to 0.9118
+  * Test reporting enhancements
+
+---

Old:

  CPANPLUS-0.9116.tar.gz

New:

  CPANPLUS-0.9118.tar.gz



Other differences:
--
++ perl-CPANPLUS.spec ++
--- /var/tmp/diff_new_pack.TSTgU5/_old  2012-02-20 16:15:59.0 +0100
+++ /var/tmp/diff_new_pack.TSTgU5/_new  2012-02-20 16:15:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPANPLUS
-Version:0.9116
+Version:0.9118
 Release:0
 %define cpan_name CPANPLUS
 Summary:API  CLI access to the CPAN mirrors
@@ -25,8 +25,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/CPANPLUS/
 Source: 
http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
-# MANUAL
-Patch1: perl-CPANPLUS-cpanp-run-perl-add_missing_shebang.patch
+Patch0: perl-CPANPLUS-cpanp-run-perl-add_missing_shebang.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -139,7 +138,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch1
+%patch0
 find . -type f -print0 | xargs -0 chmod 644
 
 %build

++ CPANPLUS-0.9116.tar.gz - CPANPLUS-0.9118.tar.gz ++
 1819 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-CPANPLUS for openSUSE:Factory

2012-02-17 Thread h_root
Hello community,

here is the log from the commit of package perl-CPANPLUS for openSUSE:Factory 
checked in at 2012-02-17 12:07:20

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


Package is perl-CPANPLUS, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPANPLUS/perl-CPANPLUS.changes  
2012-01-09 11:16:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CPANPLUS.new/perl-CPANPLUS.changes 
2012-02-17 12:07:23.0 +0100
@@ -1,0 +2,8 @@
+Sat Feb 11 18:47:10 UTC 2012 - co...@suse.com
+
+- updated to 0.9116
+  * add NAME headings in modules with POD, Debian
+Lintian fixes, http://bugs.debian.org/65045
+  * Implement reload command in the shell
+
+---

Old:

  CPANPLUS-0.9115.tar.gz

New:

  CPANPLUS-0.9116.tar.gz



Other differences:
--
++ perl-CPANPLUS.spec ++
--- /var/tmp/diff_new_pack.Mrp9HE/_old  2012-02-17 12:07:26.0 +0100
+++ /var/tmp/diff_new_pack.Mrp9HE/_new  2012-02-17 12:07:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CPANPLUS
 #
-# 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,16 +16,16 @@
 #
 
 
-
 Name:   perl-CPANPLUS
-Version:0.9115
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.9116
+Release:0
 %define cpan_name CPANPLUS
 Summary:API  CLI access to the CPAN mirrors
-Url:http://search.cpan.org/dist/CPANPLUS/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/CPANPLUS/
 Source: 
http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
+# MANUAL
 Patch1: perl-CPANPLUS-cpanp-run-perl-add_missing_shebang.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,7 +33,7 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Archive::Extract) = 0.16
 BuildRequires:  perl(Archive::Tar) = 1.23
-BuildRequires:  perl(CPANPLUS::Dist::Build) = 0.24
+BuildRequires:  perl(CPANPLUS::Dist::Build) = 0.60
 BuildRequires:  perl(Digest::SHA) = 0.0
 BuildRequires:  perl(ExtUtils::Install) = 1.42
 BuildRequires:  perl(File::Fetch) = 0.15_02
@@ -53,9 +53,6 @@
 BuildRequires:  perl(Term::UI) = 0.18
 BuildRequires:  perl(Test::Harness) = 2.62
 BuildRequires:  perl(version) = 0.77
-BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(DBD::SQLite)
-BuildRequires:  perl(DBIx::Simple)
 #BuildRequires: perl(Archive::Tar::Constant)
 #BuildRequires: perl(Archive::Tar::File)
 #BuildRequires: perl(Compress::Zlib)
@@ -114,7 +111,7 @@
 #BuildRequires: perl(YAML)
 Requires:   perl(Archive::Extract) = 0.16
 Requires:   perl(Archive::Tar) = 1.23
-Requires:   perl(CPANPLUS::Dist::Build) = 0.24
+Requires:   perl(CPANPLUS::Dist::Build) = 0.60
 Requires:   perl(Digest::SHA) = 0.0
 Requires:   perl(ExtUtils::Install) = 1.42
 Requires:   perl(File::Fetch) = 0.15_02
@@ -134,9 +131,6 @@
 Requires:   perl(Term::UI) = 0.18
 Requires:   perl(Test::Harness) = 2.62
 Requires:   perl(version) = 0.77
-Recommends: perl(Data::Dumper)
-Recommends: perl(DBD::SQLite)
-Recommends: perl(DBIx::Simple)
 %{perl_requires}
 
 %description
@@ -146,7 +140,6 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %patch1
-
 find . -type f -print0 | xargs -0 chmod 644
 
 %build

++ CPANPLUS-0.9115.tar.gz - CPANPLUS-0.9116.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9115/ChangeLog 
new/CPANPLUS-0.9116/ChangeLog
--- old/CPANPLUS-0.9115/ChangeLog   2011-12-20 22:11:29.0 +0100
+++ new/CPANPLUS-0.9116/ChangeLog   2012-01-05 23:51:48.0 +0100
@@ -1,3 +1,9 @@
+Changes for 0.9116  Thu Jan  5 22:45:06 2012
+
+* add NAME headings in modules with POD, Debian
+  Lintian fixes, http://bugs.debian.org/65045
+* Implement reload command in the shell
+
 Changes for 0.9115  Tue Dec 20 21:10:24 2011
 
 * Added new config option 'allow_unknown_prereqs'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPANPLUS-0.9115/MANIFEST new/CPANPLUS-0.9116/MANIFEST
--- old/CPANPLUS-0.9115/MANIFEST2011-12-19 15:43:29.0 +0100
+++ new/CPANPLUS-0.9116/MANIFEST2012-01-05 

commit perl-CPANPLUS for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package perl-CPANPLUS for openSUSE:Factory 
checked in at 2012-01-09 11:16:17

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


Package is perl-CPANPLUS, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPANPLUS/perl-CPANPLUS.changes  
2011-11-18 15:47:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CPANPLUS.new/perl-CPANPLUS.changes 
2012-01-09 11:16:19.0 +0100
@@ -1,0 +2,12 @@
+Thu Dec 22 01:06:38 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 0.9115: only build related changes (also in 0.9114)
+
+---
+Fri Dec  9 20:04:48 UTC 2011 - pascal.ble...@opensuse.org
+
+- add recommends for optional SQLite backend
+- update to 0.9113:
+  * add more detail and reason for NA to NA reports
+
+---

Old:

  CPANPLUS-0.9112.tar.gz

New:

  CPANPLUS-0.9115.tar.gz



Other differences:
--
++ perl-CPANPLUS.spec ++
--- /var/tmp/diff_new_pack.UDlQVH/_old  2012-01-09 11:16:20.0 +0100
+++ /var/tmp/diff_new_pack.UDlQVH/_new  2012-01-09 11:16:20.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   perl-CPANPLUS
-Version:0.9112
+Version:0.9115
 Release:1
 License:GPL-1.0+ or Artistic-1.0
 %define cpan_name CPANPLUS
@@ -53,6 +53,9 @@
 BuildRequires:  perl(Term::UI) = 0.18
 BuildRequires:  perl(Test::Harness) = 2.62
 BuildRequires:  perl(version) = 0.77
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(DBD::SQLite)
+BuildRequires:  perl(DBIx::Simple)
 #BuildRequires: perl(Archive::Tar::Constant)
 #BuildRequires: perl(Archive::Tar::File)
 #BuildRequires: perl(Compress::Zlib)
@@ -131,6 +134,9 @@
 Requires:   perl(Term::UI) = 0.18
 Requires:   perl(Test::Harness) = 2.62
 Requires:   perl(version) = 0.77
+Recommends: perl(Data::Dumper)
+Recommends: perl(DBD::SQLite)
+Recommends: perl(DBIx::Simple)
 %{perl_requires}
 
 %description

++ CPANPLUS-0.9112.tar.gz - CPANPLUS-0.9115.tar.gz ++
 3212 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-CPANPLUS for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-CPANPLUS for openSUSE:Factory 
checked in at 2011-12-06 18:39:25

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


Package is perl-CPANPLUS, Maintainer is 

Changes:




Other differences:
--
++ perl-CPANPLUS.spec ++
--- /var/tmp/diff_new_pack.fvAX9U/_old  2011-12-06 19:04:38.0 +0100
+++ /var/tmp/diff_new_pack.fvAX9U/_new  2011-12-06 19:04:38.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-CPANPLUS
 Version:0.9112
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name CPANPLUS
 Summary:API  CLI access to the CPAN mirrors
 Url:http://search.cpan.org/dist/CPANPLUS/

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



commit perl-CPANPLUS for openSUSE:Factory

2011-11-18 Thread h_root
Hello community,

here is the log from the commit of package perl-CPANPLUS for openSUSE:Factory 
checked in at 2011-11-18 15:46:30

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


Package is perl-CPANPLUS, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPANPLUS/perl-CPANPLUS.changes  
2011-09-23 12:36:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CPANPLUS.new/perl-CPANPLUS.changes 
2011-11-18 15:47:16.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov 11 14:49:39 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 0.9112:
+  * the 'perlwrapper' is no longer required
+
+---

Old:

  CPANPLUS-0.9111.tar.gz

New:

  CPANPLUS-0.9112.tar.gz
  perl-CPANPLUS-cpanp-run-perl-add_missing_shebang.patch



Other differences:
--
++ perl-CPANPLUS.spec ++
--- /var/tmp/diff_new_pack.2skIXx/_old  2011-11-18 15:47:17.0 +0100
+++ /var/tmp/diff_new_pack.2skIXx/_new  2011-11-18 15:47:17.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   perl-CPANPLUS
-Version:0.9111
+Version:0.9112
 Release:1
 License:GPL+ or Artistic
 %define cpan_name CPANPLUS
@@ -26,6 +26,7 @@
 Url:http://search.cpan.org/dist/CPANPLUS/
 Group:  Development/Libraries/Perl
 Source: 
http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
+Patch1: perl-CPANPLUS-cpanp-run-perl-add_missing_shebang.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -138,6 +139,8 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch1
+
 find . -type f -print0 | xargs -0 chmod 644
 
 %build

++ CPANPLUS-0.9111.tar.gz - CPANPLUS-0.9112.tar.gz ++
 3013 lines of diff (skipped)

++ perl-CPANPLUS-cpanp-run-perl-add_missing_shebang.patch ++
--- bin/cpanp-run-perl.orig 2011-11-11 16:09:11.791000857 +0100
+++ bin/cpanp-run-perl  2011-11-11 16:09:20.957000856 +0100
@@ -1,3 +1,4 @@
+#!/usr/bin/perl
 use strict;
 BEGIN {
 my $old = select STDERR; $|++;  # turn on autoflush
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-CPANPLUS for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package perl-CPANPLUS for openSUSE:Factory
checked in at Mon Sep 19 21:38:06 CEST 2011.




--- perl-CPANPLUS/perl-CPANPLUS.changes 2011-05-31 16:32:15.0 +0200
+++ /mounts/work_src_done/STABLE/perl-CPANPLUS/perl-CPANPLUS.changes
2011-09-19 10:35:48.0 +0200
@@ -1,0 +2,19 @@
+Mon Sep 19 08:31:59 UTC 2011 - co...@suse.com
+
+- updated to 0.9111
+ * Enhance CPANPLUS::Dist::MM Makefile/Makefile.PL
+   age checking code to resolve some issues.
+ * CPANPLUS::Dist::MM now ensures that Makefile.PL
+   is older than any generated Makefile
+ * When resolving dependencies ignore any @INC-hook
+   when finding installed modules
+ * Updated the META.yml in the dist to specify
+   'dynamic_config' as true.
+ * Fix support for v-strings and x.y.z versions with v5.8.4
+ * Add support for v-strings and x.y.z versions, using the version module.
+ * Resolve [rt.cpan.org #69420] type checking for CPANPLUS::Backend::RV::new 
is incorrect
+ * Resolve [rt.cpan.org #69203] custom sources ignores timeout config option
+ * synchronisation with blead to remove profanity
+   from the source. No other changes.
+
+---

calling whatdependson for head-i586


Old:

  CPANPLUS-0.9105.tar.gz

New:

  CPANPLUS-0.9111.tar.gz



Other differences:
--
++ perl-CPANPLUS.spec ++
--- /var/tmp/diff_new_pack.rLOEE1/_old  2011-09-19 21:38:01.0 +0200
+++ /var/tmp/diff_new_pack.rLOEE1/_new  2011-09-19 21:38:01.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   perl-CPANPLUS
-Version:0.9105
+Version:0.9111
 Release:1
 License:GPL+ or Artistic
 %define cpan_name CPANPLUS
@@ -51,7 +51,63 @@
 BuildRequires:  perl(Parse::CPAN::Meta) = 1.4200
 BuildRequires:  perl(Term::UI) = 0.18
 BuildRequires:  perl(Test::Harness) = 2.62
-BuildRequires:  perl(version) = 0.73
+BuildRequires:  perl(version) = 0.77
+#BuildRequires: perl(Archive::Tar::Constant)
+#BuildRequires: perl(Archive::Tar::File)
+#BuildRequires: perl(Compress::Zlib)
+#BuildRequires: perl(CPAN::Meta::YAML)
+#BuildRequires: perl(CPANPLUS)
+#BuildRequires: perl(CPANPLUS::Backend)
+#BuildRequires: perl(CPANPLUS::Backend::RV)
+#BuildRequires: perl(CPANPLUS::Config)
+#BuildRequires: perl(CPANPLUS::Configure)
+#BuildRequires: perl(CPANPLUS::Configure::Setup)
+#BuildRequires: perl(CPANPLUS::Dist)
+#BuildRequires: perl(CPANPLUS::Dist::Base)
+#BuildRequires: perl(CPANPLUS::Dist::MM)
+#BuildRequires: perl(CPANPLUS::Error)
+#BuildRequires: perl(CPANPLUS::Internals)
+#BuildRequires: perl(CPANPLUS::Internals::Constants)
+#BuildRequires: perl(CPANPLUS::Internals::Constants::Report)
+#BuildRequires: perl(CPANPLUS::Internals::Extract)
+#BuildRequires: perl(CPANPLUS::Internals::Fetch)
+#BuildRequires: perl(CPANPLUS::Internals::Report)
+#BuildRequires: perl(CPANPLUS::Internals::Search)
+#BuildRequires: perl(CPANPLUS::Internals::Source)
+#BuildRequires: perl(CPANPLUS::Internals::Source::SQLite::Tie)
+#BuildRequires: perl(CPANPLUS::Internals::Utils)
+#BuildRequires: perl(CPANPLUS::Module)
+#BuildRequires: perl(CPANPLUS::Module::Author)
+#BuildRequires: perl(CPANPLUS::Module::Author::Fake)
+#BuildRequires: perl(CPANPLUS::Module::Checksums)
+#BuildRequires: perl(CPANPLUS::Module::Fake)
+#BuildRequires: perl(CPANPLUS::Module::Signature)
+#BuildRequires: perl(CPANPLUS::Selfupdate)
+#BuildRequires: perl(CPANPLUS::Shell)
+#BuildRequires: perl(DBD::SQLite)
+#BuildRequires: perl(DBIx::Simple)
+#BuildRequires: perl(Devel::InnerPackage)
+#BuildRequires: perl(inc::Module::Install)
+#BuildRequires: perl(IO::Compress::Bzip2)
+#BuildRequires: perl(IO::String)
+#BuildRequires: perl(IO::Uncompress::Bunzip2)
+#BuildRequires: perl(JSON::PP)
+#BuildRequires: perl(Locale::Maketext::Lexicon)
+#BuildRequires: perl(Log::Message::Config)
+#BuildRequires: perl(Log::Message::Handlers)
+#BuildRequires: perl(Log::Message::Item)
+#BuildRequires: perl(Log::Message::Simple)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(Mac::Files)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(Module::Pluggable::Object)
+#BuildRequires: perl(Module::ThirdParty)
+#BuildRequires: perl(Term::UI::History)
+#BuildRequires: perl(Tie::StdScalar)
+#BuildRequires: perl(VMS::Feature)
+#BuildRequires: perl(Win32API::File)
+#BuildRequires: perl(YAML)
 Requires:   perl(Archive::Extract) = 0.16
 Requires:   perl(Archive::Tar) = 1.23
 Requires:   perl(CPANPLUS::Dist::Build) = 0.24
@@ -73,7 +129,7 @@
 Requires:   perl(Parse::CPAN::Meta) = 1.4200
 Requires:   perl(Term::UI) = 0.18
 Requires:   perl(Test::Harness) = 2.62
-Requires:   perl(version) = 0.73
+Requires:   perl(version) = 0.77
 %{perl_requires}
 
 %description
@@ -96,9 +152,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} 

commit perl-CPANPLUS for openSUSE:Factory

2011-06-20 Thread h_root

Hello community,

here is the log from the commit of package perl-CPANPLUS for openSUSE:Factory
checked in at Mon Jun 20 13:45:50 CEST 2011.




--- perl-CPANPLUS/perl-CPANPLUS.changes 2011-04-08 21:20:44.0 +0200
+++ /mounts/work_src_done/STABLE/perl-CPANPLUS/perl-CPANPLUS.changes
2011-05-31 16:32:15.0 +0200
@@ -1,0 +2,19 @@
+Tue May 31 14:30:22 UTC 2011 - co...@novell.com
+
+- updated to 0.9105
+  * remove any pointers to the sourceforge mailing list
+  * point to the github repo instead
+  * Only enable custom sources in the tests where it is actually
+required for testing
+  * Added support to parse_module() for 'Module/Type.pm' parsing
+
+---
+Thu Apr 21 05:12:59 UTC 2011 - co...@opensuse.org
+
+- updated to 0.9104
+ * Force Parse::CPAN::Meta to use a sane default for JSON backend
+ * Make sure that test failures aren't reported twice to the terminal
+ * Fixed the logic not sending NA reports when
+   'perl' is expressed as a prereq
+
+---

calling whatdependson for head-i586


Old:

  CPANPLUS-0.9103.tar.gz

New:

  CPANPLUS-0.9105.tar.gz



Other differences:
--
++ perl-CPANPLUS.spec ++
--- /var/tmp/diff_new_pack.cuH77m/_old  2011-06-20 13:03:35.0 +0200
+++ /var/tmp/diff_new_pack.cuH77m/_new  2011-06-20 13:03:35.0 +0200
@@ -18,20 +18,62 @@
 
 
 Name:   perl-CPANPLUS
-Version:0.9103
+Version:0.9105
 Release:1
 License:GPL+ or Artistic
 %define cpan_name CPANPLUS
 Summary:API  CLI access to the CPAN mirrors
 Url:http://search.cpan.org/dist/CPANPLUS/
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/B/BI/BINGOS/CPANPLUS-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Archive::Extract) = 0.16
+BuildRequires:  perl(Archive::Tar) = 1.23
+BuildRequires:  perl(CPANPLUS::Dist::Build) = 0.24
+BuildRequires:  perl(Digest::SHA) = 0.0
+BuildRequires:  perl(ExtUtils::Install) = 1.42
+BuildRequires:  perl(File::Fetch) = 0.15_02
+BuildRequires:  perl(IO::Zlib) = 1.04
+BuildRequires:  perl(IPC::Cmd) = 0.36
+BuildRequires:  perl(Locale::Maketext::Simple) = 0.01
+BuildRequires:  perl(Log::Message) = 0.01
+BuildRequires:  perl(Module::CoreList) = 2.22
+BuildRequires:  perl(Module::Load) = 0.10
+BuildRequires:  perl(Module::Load::Conditional) = 0.38
+BuildRequires:  perl(Module::Loaded) = 0.01
+BuildRequires:  perl(Module::Pluggable) = 2.4
+BuildRequires:  perl(Object::Accessor) = 0.34
+BuildRequires:  perl(Package::Constants) = 0.01
+BuildRequires:  perl(Params::Check) = 0.22
+BuildRequires:  perl(Parse::CPAN::Meta) = 1.4200
+BuildRequires:  perl(Term::UI) = 0.18
+BuildRequires:  perl(Test::Harness) = 2.62
+BuildRequires:  perl(version) = 0.73
+Requires:   perl(Archive::Extract) = 0.16
+Requires:   perl(Archive::Tar) = 1.23
+Requires:   perl(CPANPLUS::Dist::Build) = 0.24
+Requires:   perl(Digest::SHA) = 0.0
+Requires:   perl(ExtUtils::Install) = 1.42
+Requires:   perl(File::Fetch) = 0.15_02
+Requires:   perl(IO::Zlib) = 1.04
+Requires:   perl(IPC::Cmd) = 0.36
+Requires:   perl(Locale::Maketext::Simple) = 0.01
+Requires:   perl(Log::Message) = 0.01
+Requires:   perl(Module::CoreList) = 2.22
+Requires:   perl(Module::Load) = 0.10
+Requires:   perl(Module::Load::Conditional) = 0.38
+Requires:   perl(Module::Loaded) = 0.01
+Requires:   perl(Module::Pluggable) = 2.4
+Requires:   perl(Object::Accessor) = 0.34
+Requires:   perl(Package::Constants) = 0.01
+Requires:   perl(Params::Check) = 0.22
+Requires:   perl(Parse::CPAN::Meta) = 1.4200
+Requires:   perl(Term::UI) = 0.18
+Requires:   perl(Test::Harness) = 2.62
+Requires:   perl(version) = 0.73
 %{perl_requires}
 
 %description
@@ -40,6 +82,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -58,6 +101,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc %attr(644,-,-) ChangeLog README
+%doc ChangeLog README
 
 %changelog

++ CPANPLUS-0.9103.tar.gz - CPANPLUS-0.9105.tar.gz ++
 19426 lines of diff (skipped)






Remember to have fun...

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