Hello community,

here is the log from the commit of package perl-Package-DeprecationManager for 
openSUSE:Factory checked in at 2012-06-01 14:16:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Package-DeprecationManager (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Package-DeprecationManager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Package-DeprecationManager", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Package-DeprecationManager/perl-Package-DeprecationManager.changes
  2011-11-17 11:05:02.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-DeprecationManager.new/perl-Package-DeprecationManager.changes
     2012-06-01 14:16:30.000000000 +0200
@@ -1,0 +2,7 @@
+Tue May 29 13:46:21 UTC 2012 - co...@suse.com
+
+- updated to 0.13
+  - Fix dist.ini to not add Test::Spelling as a requirement. (Tomas Doran)
+  - Fix tests to pass with Carp 1.25. Reported by Andreas Koenig. RT#75520
+
+-------------------------------------------------------------------

Old:
----
  Package-DeprecationManager-0.11.tar.gz

New:
----
  Package-DeprecationManager-0.13.tar.gz

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

Other differences:
------------------
++++++ perl-Package-DeprecationManager.spec ++++++
--- /var/tmp/diff_new_pack.U8Kler/_old  2012-06-01 14:16:31.000000000 +0200
+++ /var/tmp/diff_new_pack.U8Kler/_new  2012-06-01 14:16:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Package-DeprecationManager
 #
-# 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
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           perl-Package-DeprecationManager
 %define cpan_name Package-DeprecationManager
 Summary:        Manage deprecation warnings for your distribution
-Version:        0.11
-Release:        1
 License:        Artistic-2.0
 Group:          Development/Libraries/Perl
+Version:        0.13
+Release:        0
 Url:            http://search.cpan.org/dist/Package-DeprecationManager/
 Source:         
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-%{version}.tar.gz
 Patch:          %{cpan_name}-0.10-Build_n_Test.patch
@@ -71,16 +69,9 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc Changes LICENSE README

++++++ Package-DeprecationManager-0.11.tar.gz -> 
Package-DeprecationManager-0.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-DeprecationManager-0.11/Changes 
new/Package-DeprecationManager-0.13/Changes
--- old/Package-DeprecationManager-0.11/Changes 2011-06-20 04:32:49.000000000 
+0200
+++ new/Package-DeprecationManager-0.13/Changes 2012-03-09 15:41:43.000000000 
+0100
@@ -1,3 +1,13 @@
+0.13     2012-03-09
+
+- Fix dist.ini to not add Test::Spelling as a requirement. (Tomas Doran)
+
+
+0.12     2012-03-04
+
+- Fix tests to pass with Carp 1.25. Reported by Andreas Koenig. RT #75520.
+
+
 0.11     2011-06-19
 
 - Allow an empty hash for the -deprecations parameter.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-DeprecationManager-0.11/LICENSE 
new/Package-DeprecationManager-0.13/LICENSE
--- old/Package-DeprecationManager-0.11/LICENSE 2011-06-20 04:32:49.000000000 
+0200
+++ new/Package-DeprecationManager-0.13/LICENSE 2012-03-09 15:41:43.000000000 
+0100
@@ -1,4 +1,4 @@
-This software is Copyright (c) 2011 by Dave Rolsky.
+This software is Copyright (c) 2012 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-DeprecationManager-0.11/MANIFEST 
new/Package-DeprecationManager-0.13/MANIFEST
--- old/Package-DeprecationManager-0.11/MANIFEST        2011-06-20 
04:32:49.000000000 +0200
+++ new/Package-DeprecationManager-0.13/MANIFEST        2012-03-09 
15:41:43.000000000 +0100
@@ -14,4 +14,7 @@
 t/release-eol.t
 t/release-no-tabs.t
 t/release-pod-coverage.t
+t/release-pod-linkcheck.t
+t/release-pod-no404s.t
+t/release-pod-spell.t
 t/release-pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-DeprecationManager-0.11/META.json 
new/Package-DeprecationManager-0.13/META.json
--- old/Package-DeprecationManager-0.11/META.json       2011-06-20 
04:32:49.000000000 +0200
+++ new/Package-DeprecationManager-0.13/META.json       2012-03-09 
15:41:43.000000000 +0100
@@ -4,7 +4,7 @@
       "Dave Rolsky <auta...@urth.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.200006, CPAN::Meta::Converter 
version 2.110930",
+   "generated_by" : "Dist::Zilla version 4.300009, CPAN::Meta::Converter 
version 2.120351",
    "license" : [
       "artistic_2"
    ],
@@ -21,17 +21,19 @@
       },
       "runtime" : {
          "requires" : {
-            "Carp" : 0,
-            "List::MoreUtils" : 0,
-            "Params::Util" : 0,
-            "Sub::Install" : 0
+            "Carp" : "0",
+            "List::MoreUtils" : "0",
+            "Params::Util" : "0",
+            "Sub::Install" : "0",
+            "strict" : "0",
+            "warnings" : "0"
          }
       },
       "test" : {
          "requires" : {
-            "Test::Fatal" : 0,
+            "Test::Fatal" : "0",
             "Test::More" : "0.88",
-            "Test::Requires" : 0
+            "Test::Requires" : "0"
          }
       }
    },
@@ -47,6 +49,6 @@
          "web" : 
"http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Package-DeprecationManager.git;a=summary";
       }
    },
-   "version" : "0.11"
+   "version" : "0.13"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-DeprecationManager-0.11/META.yml 
new/Package-DeprecationManager-0.13/META.yml
--- old/Package-DeprecationManager-0.11/META.yml        2011-06-20 
04:32:49.000000000 +0200
+++ new/Package-DeprecationManager-0.13/META.yml        2012-03-09 
15:41:43.000000000 +0100
@@ -9,7 +9,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.30
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.200006, CPAN::Meta::Converter version 
2.110930'
+generated_by: 'Dist::Zilla version 4.300009, CPAN::Meta::Converter version 
2.120351'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -20,7 +20,9 @@
   List::MoreUtils: 0
   Params::Util: 0
   Sub::Install: 0
+  strict: 0
+  warnings: 0
 resources:
   bugtracker: 
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Package-DeprecationManager
   repository: git://git.moose.perl.org/Package-DeprecationManager.git
-version: 0.11
+version: 0.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-DeprecationManager-0.11/Makefile.PL 
new/Package-DeprecationManager-0.13/Makefile.PL
--- old/Package-DeprecationManager-0.11/Makefile.PL     2011-06-20 
04:32:49.000000000 +0200
+++ new/Package-DeprecationManager-0.13/Makefile.PL     2012-03-09 
15:41:43.000000000 +0100
@@ -9,29 +9,31 @@
 
 
 my %WriteMakefileArgs = (
-  'ABSTRACT' => 'Manage deprecation warnings for your distribution',
-  'AUTHOR' => 'Dave Rolsky <auta...@urth.org>',
-  'BUILD_REQUIRES' => {
-    'Test::Fatal' => '0',
-    'Test::More' => '0.88',
-    'Test::Requires' => '0'
+  "ABSTRACT" => "Manage deprecation warnings for your distribution",
+  "AUTHOR" => "Dave Rolsky <autarch\@urth.org>",
+  "BUILD_REQUIRES" => {
+    "Test::Fatal" => 0,
+    "Test::More" => "0.88",
+    "Test::Requires" => 0
   },
-  'CONFIGURE_REQUIRES' => {
-    'ExtUtils::MakeMaker' => '6.30'
+  "CONFIGURE_REQUIRES" => {
+    "ExtUtils::MakeMaker" => "6.30"
   },
-  'DISTNAME' => 'Package-DeprecationManager',
-  'EXE_FILES' => [],
-  'LICENSE' => 'artistic_2',
-  'NAME' => 'Package::DeprecationManager',
-  'PREREQ_PM' => {
-    'Carp' => '0',
-    'List::MoreUtils' => '0',
-    'Params::Util' => '0',
-    'Sub::Install' => '0'
+  "DISTNAME" => "Package-DeprecationManager",
+  "EXE_FILES" => [],
+  "LICENSE" => "artistic_2",
+  "NAME" => "Package::DeprecationManager",
+  "PREREQ_PM" => {
+    "Carp" => 0,
+    "List::MoreUtils" => 0,
+    "Params::Util" => 0,
+    "Sub::Install" => 0,
+    "strict" => 0,
+    "warnings" => 0
   },
-  'VERSION' => '0.11',
-  'test' => {
-    'TESTS' => 't/*.t'
+  "VERSION" => "0.13",
+  "test" => {
+    "TESTS" => "t/*.t"
   }
 );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-DeprecationManager-0.11/README 
new/Package-DeprecationManager-0.13/README
--- old/Package-DeprecationManager-0.11/README  2011-06-20 04:32:49.000000000 
+0200
+++ new/Package-DeprecationManager-0.13/README  2012-03-09 15:41:43.000000000 
+0100
@@ -1,11 +1,11 @@
 
 
 This archive contains the distribution Package-DeprecationManager,
-version 0.11:
+version 0.13:
 
   Manage deprecation warnings for your distribution
 
-This software is Copyright (c) 2011 by Dave Rolsky.
+This software is Copyright (c) 2012 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-DeprecationManager-0.11/dist.ini 
new/Package-DeprecationManager-0.13/dist.ini
--- old/Package-DeprecationManager-0.11/dist.ini        2011-06-20 
04:32:49.000000000 +0200
+++ new/Package-DeprecationManager-0.13/dist.ini        2012-03-09 
15:41:43.000000000 +0100
@@ -3,7 +3,7 @@
 license = Artistic_2_0
 copyright_holder = Dave Rolsky
 
-version = 0.11
+version = 0.13
 
 [NextRelease]
 format = %-8v %{yyyy-MM-dd}d
@@ -20,27 +20,21 @@
 repository.web    = 
http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Package-DeprecationManager.git;a=summary
 repository.type   = git
 
-[PodWeaver]
+[SurgicalPodWeaver]
 
 [PkgVersion]
 
-[PodSyntaxTests]
-[PodCoverageTests]
-[NoTabsTests]
 [EOLTests]
+[NoTabsTests]
+[PodCoverageTests]
+[PodSyntaxTests]
 [Test::CPAN::Changes]
+[Test::Pod::LinkCheck]
+[Test::Pod::No404s]
 
-[CheckChangeLog]
+[AutoPrereqs]
+skip = ^Test::Spelling$
 
-[Prereqs]
-Carp            = 0
-List::MoreUtils = 0
-Params::Util    = 0
-Sub::Install    = 0
-
-[Prereqs / TestRequires]
-Test::Fatal     = 0
-Test::More      = 0.88
-Test::Requires  = 0
+[CheckPrereqsIndexed]
 
 [@Git]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Package-DeprecationManager-0.11/lib/Package/DeprecationManager.pm 
new/Package-DeprecationManager-0.13/lib/Package/DeprecationManager.pm
--- old/Package-DeprecationManager-0.11/lib/Package/DeprecationManager.pm       
2011-06-20 04:32:49.000000000 +0200
+++ new/Package-DeprecationManager-0.13/lib/Package/DeprecationManager.pm       
2012-03-09 15:41:43.000000000 +0100
@@ -1,6 +1,6 @@
 package Package::DeprecationManager;
-BEGIN {
-  $Package::DeprecationManager::VERSION = '0.11';
+{
+  $Package::DeprecationManager::VERSION = '0.13';
 }
 
 use strict;
@@ -137,7 +137,7 @@
 
 =head1 VERSION
 
-version 0.11
+version 0.13
 
 =head1 SYNOPSIS
 
@@ -178,7 +178,7 @@
 
   My::Class->new()->foo(); # warns
   My::Class->new()->bar(); # does not warn
-  My::Class->new()->far(); # does not warn again
+  My::Class->new()->bar(); # does not warn again
 
 =head1 DESCRIPTION
 
@@ -224,8 +224,8 @@
 
 A given deprecation warning is only issued once for a given package. This
 module tracks this based on both the feature name I<and> the error message
-itself. This means that if you provide severaldifferent error messages for the
-same feature, all of those errors will appear.
+itself. This means that if you provide several different error messages for
+the same feature, all of those errors will appear.
 
 =head1 BUGS
 
@@ -263,7 +263,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2011 by Dave Rolsky.
+This software is Copyright (c) 2012 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-DeprecationManager-0.11/t/basic.t 
new/Package-DeprecationManager-0.13/t/basic.t
--- old/Package-DeprecationManager-0.11/t/basic.t       2011-06-20 
04:32:49.000000000 +0200
+++ new/Package-DeprecationManager-0.13/t/basic.t       2012-03-09 
15:41:43.000000000 +0100
@@ -1,8 +1,8 @@
 use strict;
 use warnings;
 
-use Test::More;
 use Test::Fatal;
+use Test::More 0.88;
 
 use Test::Requires {
     'Test::Output' => '0.16',
@@ -187,7 +187,7 @@
     package My::Baz;
 
     ::stderr_like{ My::Package2::foo() }
-        qr/^foo is deprecated at t.basic\.t line \d+\s+My::Baz/,
+        qr/^foo is deprecated at t.basic\.t line \d+\.?\s+My::Baz/,
         'deprecation warning for call to My::Package2::foo() and mentions 
My::Baz but not My::Package[12]';
 
     ::stderr_is{ My::Package2::foo() }
@@ -199,7 +199,7 @@
         'no deprecation warning for call to My::Package1::foo()';
 
     ::stderr_like{ My::Package2::bar() }
-        qr/^bar is deprecated at t.basic\.t line \d+\s+My::Baz/,
+        qr/^bar is deprecated at t.basic\.t line \d+\.?\s+My::Baz/,
         'deprecation warning for call to My::Package2::foo() and mentions 
My::Baz but not My::Package[12]';
 
     ::stderr_is{ My::Package2::bar() }
@@ -211,7 +211,7 @@
     package My::Quux;
 
     ::stderr_like{ My::Package1::foo() }
-        qr/^foo is deprecated at t.basic\.t line \d+\s+My::Quux/,
+        qr/^foo is deprecated at t.basic\.t line \d+\.?\s+My::Quux/,
         'deprecation warning for call to My::Package1::foo() and mentions 
My::Quux but not My::Package[12]';
 
     ::stderr_is{ My::Package1::foo() }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-DeprecationManager-0.11/t/compile.t 
new/Package-DeprecationManager-0.13/t/compile.t
--- old/Package-DeprecationManager-0.11/t/compile.t     2011-06-20 
04:32:49.000000000 +0200
+++ new/Package-DeprecationManager-0.13/t/compile.t     2012-03-09 
15:41:43.000000000 +0100
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More;
+use Test::More 0.88;
 
 eval "require Package::DeprecationManager";
 ok( ! $@, 'no errors loading require Package::DeprecationManager' );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Package-DeprecationManager-0.11/t/release-pod-linkcheck.t 
new/Package-DeprecationManager-0.13/t/release-pod-linkcheck.t
--- old/Package-DeprecationManager-0.11/t/release-pod-linkcheck.t       
1970-01-01 01:00:00.000000000 +0100
+++ new/Package-DeprecationManager-0.13/t/release-pod-linkcheck.t       
2012-03-09 15:41:43.000000000 +0100
@@ -0,0 +1,28 @@
+#!perl
+
+BEGIN {
+  unless ($ENV{RELEASE_TESTING}) {
+    require Test::More;
+    Test::More::plan(skip_all => 'these tests are for release candidate 
testing');
+  }
+}
+
+
+use strict;
+use warnings;
+use Test::More;
+
+foreach my $env_skip ( qw(
+  SKIP_POD_LINKCHECK
+) ){
+  plan skip_all => "\$ENV{$env_skip} is set, skipping"
+    if $ENV{$env_skip};
+}
+
+eval "use Test::Pod::LinkCheck";
+if ( $@ ) {
+  plan skip_all => 'Test::Pod::LinkCheck required for testing POD';
+}
+else {
+  Test::Pod::LinkCheck->new->all_pod_ok;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Package-DeprecationManager-0.11/t/release-pod-no404s.t 
new/Package-DeprecationManager-0.13/t/release-pod-no404s.t
--- old/Package-DeprecationManager-0.11/t/release-pod-no404s.t  1970-01-01 
01:00:00.000000000 +0100
+++ new/Package-DeprecationManager-0.13/t/release-pod-no404s.t  2012-03-09 
15:41:43.000000000 +0100
@@ -0,0 +1,29 @@
+#!perl
+
+BEGIN {
+  unless ($ENV{RELEASE_TESTING}) {
+    require Test::More;
+    Test::More::plan(skip_all => 'these tests are for release candidate 
testing');
+  }
+}
+
+
+use strict;
+use warnings;
+use Test::More;
+
+foreach my $env_skip ( qw(
+  SKIP_POD_NO404S
+  AUTOMATED_TESTING
+) ){
+  plan skip_all => "\$ENV{$env_skip} is set, skipping"
+    if $ENV{$env_skip};
+}
+
+eval "use Test::Pod::No404s";
+if ( $@ ) {
+  plan skip_all => 'Test::Pod::No404s required for testing POD';
+}
+else {
+  all_pod_files_ok();
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Package-DeprecationManager-0.11/t/release-pod-spell.t 
new/Package-DeprecationManager-0.13/t/release-pod-spell.t
--- old/Package-DeprecationManager-0.11/t/release-pod-spell.t   1970-01-01 
01:00:00.000000000 +0100
+++ new/Package-DeprecationManager-0.13/t/release-pod-spell.t   2012-03-09 
15:41:43.000000000 +0100
@@ -0,0 +1,33 @@
+
+BEGIN {
+  unless ($ENV{RELEASE_TESTING}) {
+    require Test::More;
+    Test::More::plan(skip_all => 'these tests are for release candidate 
testing');
+  }
+}
+
+use strict;
+use warnings;
+
+use Test::Spelling;
+
+my @stopwords;
+for (<DATA>) {
+    chomp;
+    push @stopwords, $_
+        unless /\A (?: \# | \s* \z)/msx;    # skip comments, whitespace
+}
+
+add_stopwords(@stopwords);
+set_spell_cmd('aspell list -l en');
+
+# This prevents a weird segfault from the aspell command - see
+# https://bugs.launchpad.net/ubuntu/+source/aspell/+bug/71322
+local $ENV{LC_ALL} = 'C';
+all_pod_files_spelling_ok;
+
+__DATA__
+Goro
+PayPal
+Rolsky
+api

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

Reply via email to