Hello community,

here is the log from the commit of package perl-Test-Pod for openSUSE:Factory
checked in at Thu Mar 31 15:44:22 CEST 2011.



--------
--- perl-Test-Pod/perl-Test-Pod.changes 2011-03-18 19:41:04.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-Test-Pod/perl-Test-Pod.changes    
2011-03-31 14:39:39.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Mar 31 12:33:48 UTC 2011 - co...@novell.com
+
+- update to 1.45
+ * Removed Module::Build from `build_requires`, since it does nothing
+   out-of-the ordinary, and this keeps it out of the `Makefile.PL`'s
+   `PM_PREREQ`. Per gripe from Peter Scott.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  Test-Pod-1.44.tar.gz

New:
----
  Test-Pod-1.45.tar.gz

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

Other differences:
------------------
++++++ perl-Test-Pod.spec ++++++
--- /var/tmp/diff_new_pack.8uT1SD/_old  2011-03-31 15:43:15.000000000 +0200
+++ /var/tmp/diff_new_pack.8uT1SD/_new  2011-03-31 15:43:15.000000000 +0200
@@ -15,40 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           perl-Test-Pod
-%define cpan_name Test-Pod
-Summary:        Check for POD errors in files
-Version:        1.44
-Release:        7
+Version:        1.45
+Release:        1
 License:        Artistic 2.0 or GPLv2
-Group:          Development/Libraries/Perl
+%define cpan_name Test-Pod
+Summary:        check for POD errors in files
 Url:            http://search.cpan.org/dist/Test-Pod/
-Source:         
http://www.cpan.org/modules/by-module/Test/Test-Pod-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+Group:          Development/Libraries/Perl
+#Source:         
http://www.cpan.org/authors/id/D/DW/DWHEELER/Test-Pod-%{version}.tar.gz
+Source:         %{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl-macros
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Pod::Simple) >= 3.05
-BuildRequires:  perl(Test::More) >= 0.62
-#
 Requires:       perl(File::Spec)
-Requires:       perl(Pod::Simple) >= 3.05
-Requires:       perl(Test::Builder::Tester) >= 1.02
-Requires:       perl(Test::More) >= 0.62
+%{perl_requires}
 
 %description
-Check POD files for errors or warnings in a test file, using Pod::Simple to
-do the heavy lifting.
-
-Authors:
---------
-    David E. Wheeler, <da...@justatheory.com>
+Check POD files for errors or warnings in a test file, using 'Pod::Simple'
+to do the heavy lifting.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -61,14 +51,14 @@
 ./Build test
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(644,root,root,755)
 %doc Changes README
 
 %changelog

++++++ Test-Pod-1.44.tar.gz -> Test-Pod-1.45.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Pod-1.44/Build.PL new/Test-Pod-1.45/Build.PL
--- old/Test-Pod-1.44/Build.PL  2010-04-26 19:32:34.000000000 +0200
+++ new/Test-Pod-1.45/Build.PL  2011-03-09 21:01:14.000000000 +0100
@@ -8,7 +8,6 @@
     configure_requires => { 'Module::Build' => '0.30', },
     create_makefile_pl => 'traditional',
     build_requires     => {
-        'Module::Build' => '0.30',
         'File::Spec'    => 0,
         'Pod::Simple'   => '3.05',
         'Test::More'    => '0.62',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Pod-1.44/Changes new/Test-Pod-1.45/Changes
--- old/Test-Pod-1.44/Changes   2010-04-26 19:32:34.000000000 +0200
+++ new/Test-Pod-1.45/Changes   2011-03-09 21:01:14.000000000 +0100
@@ -1,5 +1,10 @@
 Change log for Test::Pod
 
+1.45 2011-03-09T20:00:59
+    * Removed Module::Build from `build_requires`, since it does nothing
+      out-of-the ordinary, and this keeps it out of the `Makefile.PL`'s
+      `PM_PREREQ`. Per gripe from Peter Scott.
+
 1.44 2010-04-26T17:33:02
     * Restored the `Makefile.PL` by using Module::Build::Compat's
       "traditional" configuration.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Pod-1.44/MANIFEST new/Test-Pod-1.45/MANIFEST
--- old/Test-Pod-1.44/MANIFEST  2010-04-26 19:32:34.000000000 +0200
+++ new/Test-Pod-1.45/MANIFEST  2011-03-09 21:01:14.000000000 +0100
@@ -25,3 +25,4 @@
 t/spaced-directives.t
 t/unknown-directive.pod
 t/unknown-directive.t
+META.json
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Pod-1.44/META.json new/Test-Pod-1.45/META.json
--- old/Test-Pod-1.44/META.json 1970-01-01 01:00:00.000000000 +0100
+++ new/Test-Pod-1.45/META.json 2011-03-09 21:01:14.000000000 +0100
@@ -0,0 +1,58 @@
+{
+   "abstract" : "check for POD errors in files",
+   "author" : [
+      "Currently maintained by David E. Wheeler, C<< <da...@justatheory.com> 
>>."
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "Module::Build version 0.3706, CPAN::Meta::Converter 
version 2.110550",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : "2"
+   },
+   "name" : "Test-Pod",
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "File::Spec" : 0,
+            "Pod::Simple" : "3.05",
+            "Test::More" : "0.62"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "Module::Build" : "0.30"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "File::Spec" : 0,
+            "Pod::Simple" : "3.05",
+            "Test::Builder::Tester" : "1.02",
+            "Test::More" : "0.62"
+         }
+      }
+   },
+   "provides" : {
+      "Test::Pod" : {
+         "file" : "lib/Test/Pod.pm",
+         "version" : "1.45"
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "http://github.com/theory/test-pod/issues/";
+      },
+      "homepage" : "http://search.cpan.org/dist/Test-Pod/";,
+      "license" : [
+         "http://dev.perl.org/licenses/";
+      ],
+      "repository" : {
+         "url" : "http://github.com/theory/test-pod/tree/";
+      }
+   },
+   "version" : "1.45"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Pod-1.44/META.yml new/Test-Pod-1.45/META.yml
--- old/Test-Pod-1.44/META.yml  2010-04-26 19:32:34.000000000 +0200
+++ new/Test-Pod-1.45/META.yml  2011-03-09 21:01:14.000000000 +0100
@@ -4,12 +4,12 @@
   - 'Currently maintained by David E. Wheeler, C<< <da...@justatheory.com> >>.'
 build_requires:
   File::Spec: 0
-  Module::Build: 0.30
   Pod::Simple: 3.05
   Test::More: 0.62
 configure_requires:
   Module::Build: 0.30
-generated_by: 'Module::Build version 0.3607'
+dynamic_config: 1
+generated_by: 'Module::Build version 0.3706, CPAN::Meta::Converter version 
2.110550'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -18,7 +18,7 @@
 provides:
   Test::Pod:
     file: lib/Test/Pod.pm
-    version: 1.44
+    version: 1.45
 requires:
   File::Spec: 0
   Pod::Simple: 3.05
@@ -29,4 +29,4 @@
   homepage: http://search.cpan.org/dist/Test-Pod/
   license: http://dev.perl.org/licenses/
   repository: http://github.com/theory/test-pod/tree/
-version: 1.44
+version: 1.45
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Pod-1.44/Makefile.PL 
new/Test-Pod-1.45/Makefile.PL
--- old/Test-Pod-1.44/Makefile.PL       2010-04-26 19:32:34.000000000 +0200
+++ new/Test-Pod-1.45/Makefile.PL       2011-03-09 21:01:14.000000000 +0100
@@ -1,18 +1,17 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.3607
+# Note: this file was auto-generated by Module::Build::Compat version 0.37_06
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
-          'NAME' => 'Test::Pod',
-          'VERSION_FROM' => 'lib/Test/Pod.pm',
-          'PREREQ_PM' => {
-                           'File::Spec' => 0,
-                           'Module::Build' => '0.30',
-                           'Pod::Simple' => '3.05',
-                           'Test::Builder::Tester' => '1.02',
-                           'Test::More' => '0.62'
-                         },
-          'INSTALLDIRS' => 'site',
-          'EXE_FILES' => [],
-          'PL_FILES' => {}
-        )
+  'NAME' => 'Test::Pod',
+  'VERSION_FROM' => 'lib/Test/Pod.pm',
+  'PREREQ_PM' => {
+                   'File::Spec' => 0,
+                   'Pod::Simple' => '3.05',
+                   'Test::Builder::Tester' => '1.02',
+                   'Test::More' => '0.62'
+                 },
+  'INSTALLDIRS' => 'site',
+  'EXE_FILES' => [],
+  'PL_FILES' => {}
+)
 ;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Pod-1.44/README new/Test-Pod-1.45/README
--- old/Test-Pod-1.44/README    2010-04-26 19:32:34.000000000 +0200
+++ new/Test-Pod-1.45/README    2011-03-09 21:01:14.000000000 +0100
@@ -1,4 +1,4 @@
-Test/Pod version 1.44
+Test/Pod version 1.45
 =====================
 
 This library's module, Test::Pod, provides an interface for validating POD in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Pod-1.44/lib/Test/Pod.pm 
new/Test-Pod-1.45/lib/Test/Pod.pm
--- old/Test-Pod-1.44/lib/Test/Pod.pm   2010-04-26 19:32:34.000000000 +0200
+++ new/Test-Pod-1.45/lib/Test/Pod.pm   2011-03-09 21:01:14.000000000 +0100
@@ -8,11 +8,11 @@
 
 =head1 VERSION
 
-Version 1.44
+Version 1.45
 
 =cut
 
-our $VERSION = '1.44';
+our $VERSION = '1.45';
 
 =head1 SYNOPSIS
 


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



Remember to have fun...

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

Reply via email to