commit perl-Test-CheckDeps for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-CheckDeps for 
openSUSE:Factory checked in at 2013-11-26 19:32:23

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


Package is perl-Test-CheckDeps

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-CheckDeps/perl-Test-CheckDeps.changes  
2013-10-06 14:31:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CheckDeps.new/perl-Test-CheckDeps.changes 
2013-11-26 19:32:25.0 +0100
@@ -1,0 +2,10 @@
+Mon Nov 25 07:38:54 UTC 2013 - co...@suse.com
+
+- updated to 0.010
+ - Revert adding conventional [Test::CheckDeps] test, to avoid 
circular dependency
+ - Added Synopsis
+ - $Test::Builder::Level increased, so failing tests appear to come
+   from the .t file rather than Test/CheckDeps.pm
+ - also test 'develop' prereqs when AUTHOR_TESTING
+
+---

Old:

  Test-CheckDeps-0.008.tar.gz

New:

  Test-CheckDeps-0.010.tar.gz



Other differences:
--
++ perl-Test-CheckDeps.spec ++
--- /var/tmp/diff_new_pack.fO3BIi/_old  2013-11-26 19:32:25.0 +0100
+++ /var/tmp/diff_new_pack.fO3BIi/_new  2013-11-26 19:32:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-CheckDeps
-Version:0.008
+Version:0.010
 Release:0
 %define cpan_name Test-CheckDeps
 Summary:Check for presence of dependencies

++ Test-CheckDeps-0.008.tar.gz - Test-CheckDeps-0.010.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.008/Changes 
new/Test-CheckDeps-0.010/Changes
--- old/Test-CheckDeps-0.008/Changes2013-09-25 13:50:51.0 +0200
+++ new/Test-CheckDeps-0.010/Changes2013-10-09 18:10:57.0 +0200
@@ -1,5 +1,14 @@
 Revision history for Test-CheckDeps
 
+0.010 2013-10-09 18:10:39 Europe/Amsterdam
+  - Revert adding conventional [Test::CheckDeps] test, to avoid 
circular dependency
+
+0.009 2013-10-09 15:39:01 Europe/Amsterdam
+  - Added Synopsis
+  - $Test::Builder::Level increased, so failing tests appear to come
+from the .t file rather than Test/CheckDeps.pm
+  - also test 'develop' prereqs when AUTHOR_TESTING
+
 0.008 2013-09-25 13:49:59 Europe/Amsterdam
   - Switch to MakeMaker to fix bootstrapping issues
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.008/META.json 
new/Test-CheckDeps-0.010/META.json
--- old/Test-CheckDeps-0.008/META.json  2013-09-25 13:50:51.0 +0200
+++ new/Test-CheckDeps-0.010/META.json  2013-10-09 18:10:57.0 +0200
@@ -47,6 +47,12 @@
  }
   }
},
+   provides : {
+  Test::CheckDeps : {
+ file : lib/Test/CheckDeps.pm,
+ version : 0.010
+  }
+   },
release_status : stable,
resources : {
   bugtracker : {
@@ -59,7 +65,7 @@
  web : https://github.com/Leont/test-checkdeps;
   }
},
-   version : 0.008,
+   version : 0.010,
x_contributors : [
   Karen Etheridge et...@cpan.org,
   Leon Timmermans faw...@gmail.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.008/META.yml 
new/Test-CheckDeps-0.010/META.yml
--- old/Test-CheckDeps-0.008/META.yml   2013-09-25 13:50:51.0 +0200
+++ new/Test-CheckDeps-0.010/META.yml   2013-10-09 18:10:57.0 +0200
@@ -16,6 +16,10 @@
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
 name: Test-CheckDeps
+provides:
+  Test::CheckDeps:
+file: lib/Test/CheckDeps.pm
+version: 0.010
 requires:
   CPAN::Meta: 2.120920
   CPAN::Meta::Check: 0.007
@@ -28,7 +32,7 @@
 resources:
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Test-CheckDeps
   repository: git://github.com/Leont/test-checkdeps.git
-version: 0.008
+version: 0.010
 x_contributors:
   - 'Karen Etheridge et...@cpan.org'
   - 'Leon Timmermans faw...@gmail.com'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.008/Makefile.PL 
new/Test-CheckDeps-0.010/Makefile.PL
--- old/Test-CheckDeps-0.008/Makefile.PL2013-09-25 13:50:51.0 
+0200
+++ new/Test-CheckDeps-0.010/Makefile.PL2013-10-09 18:10:57.0 
+0200
@@ -34,7 +34,7 @@
 IPC::Open3 = 0,
 Test::More = 0.88
   },
-  VERSION = 0.008,
+  VERSION = 0.010,
   test = {
 TESTS = t/*.t
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-Test-CheckDeps for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-CheckDeps for 
openSUSE:Factory checked in at 2013-10-06 14:31:55

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


Package is perl-Test-CheckDeps

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-CheckDeps/perl-Test-CheckDeps.changes  
2013-08-01 16:00:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CheckDeps.new/perl-Test-CheckDeps.changes 
2013-10-06 14:31:56.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  4 09:15:17 UTC 2013 - co...@suse.com
+
+- updated to 0.008
+  - Switch to MakeMaker to fix bootstrapping issues
+  - bump prereq on CPAN::Meta::Check to latest (0.007), for conflicts
+fixes
+
+---

Old:

  Test-CheckDeps-0.006.tar.gz

New:

  Test-CheckDeps-0.008.tar.gz



Other differences:
--
++ perl-Test-CheckDeps.spec ++
--- /var/tmp/diff_new_pack.J5VgxA/_old  2013-10-06 14:32:02.0 +0200
+++ /var/tmp/diff_new_pack.J5VgxA/_new  2013-10-06 14:32:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-CheckDeps
-Version:0.006
+Version:0.008
 Release:0
 %define cpan_name Test-CheckDeps
 Summary:Check for presence of dependencies
@@ -30,12 +30,11 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(CPAN::Meta) = 2.120920
-BuildRequires:  perl(CPAN::Meta::Check) = 0.004
-BuildRequires:  perl(Module::Build::Tiny) = 0.021
+BuildRequires:  perl(CPAN::Meta::Check) = 0.007
 BuildRequires:  perl(Test::More) = 0.88
 #BuildRequires: perl(Test::CheckDeps)
 Requires:   perl(CPAN::Meta) = 2.120920
-Requires:   perl(CPAN::Meta::Check) = 0.004
+Requires:   perl(CPAN::Meta::Check) = 0.007
 %{perl_requires}
 
 %description
@@ -46,14 +45,15 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL --installdirs=vendor
-./Build build --flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install --destdir=%{buildroot} --create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files

++ Test-CheckDeps-0.006.tar.gz - Test-CheckDeps-0.008.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.006/Build.PL 
new/Test-CheckDeps-0.008/Build.PL
--- old/Test-CheckDeps-0.006/Build.PL   2013-06-21 19:15:30.0 +0200
+++ new/Test-CheckDeps-0.008/Build.PL   1970-01-01 01:00:00.0 +0100
@@ -1,3 +0,0 @@
-use 5.006;
-use Module::Build::Tiny 0.021;
-Build_PL();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.006/Changes 
new/Test-CheckDeps-0.008/Changes
--- old/Test-CheckDeps-0.006/Changes2013-06-21 19:15:30.0 +0200
+++ new/Test-CheckDeps-0.008/Changes2013-09-25 13:50:51.0 +0200
@@ -1,23 +1,30 @@
 Revision history for Test-CheckDeps
 
+0.008 2013-09-25 13:49:59 Europe/Amsterdam
+  - Switch to MakeMaker to fix bootstrapping issues
+
+0.007 2013-09-18 23:42:21 Europe/Amsterdam
+  - bump prereq on CPAN::Meta::Check to latest (0.007), for conflicts
+fixes
+
 0.006 2013-06-21 19:15:24 Europe/Amsterdam
-  Explicitly require CPAN::Meta 2.120920
-  Switch to Module::Build::Tiny
+  - Explicitly require CPAN::Meta 2.120920
+  - Switch to Module::Build::Tiny
 
 0.005 2013-06-21 18:55:09 Europe/Amsterdam
-  Require CPAN::Meta::Check 0.004
+  - Require CPAN::Meta::Check 0.004
 
 0.004 2013-05-15 00:04:46 Europe/Amsterdam
-  Reinstate loading of CPAN::Meta
+  - Reinstate loading of CPAN::Meta
 
 0.003 2013-05-14 23:16:36 Europe/Amsterdam
-  Sort dependencies before displaying them
-  check_dependencies() can now optionally also test recommended and
-  suggested prerequisites
+  - Sort dependencies before displaying them
+  - check_dependencies() can now optionally also test recommended and
+suggested prerequisites
 
 0.002 2012-04-01 12:58:10 Europe/Amsterdam
-  Converted to using Test::Builder directly
-  Refactored most non-test code into a new dist, CPAN-Meta-Check
+  - Converted to using Test::Builder directly
+  - Refactored most non-test code into a new dist, CPAN-Meta-Check
 
 0.001 2011-10-16 13:15:04 Europe/Amsterdam
-  Initial release
+  - Initial release
diff -urN '--exclude=CVS' 

commit perl-Test-CheckDeps for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-CheckDeps for 
openSUSE:Factory checked in at 2013-08-01 16:00:24

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


Package is perl-Test-CheckDeps

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-CheckDeps/perl-Test-CheckDeps.changes  
2013-06-06 13:29:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CheckDeps.new/perl-Test-CheckDeps.changes 
2013-08-01 16:00:25.0 +0200
@@ -1,0 +2,8 @@
+Sat Jul 27 09:14:11 UTC 2013 - co...@suse.com
+
+- updated to 0.006
+  Explicitly require CPAN::Meta 2.120920
+  Switch to Module::Build::Tiny
+  Require CPAN::Meta::Check 0.004
+
+---

Old:

  Test-CheckDeps-0.004.tar.gz

New:

  Test-CheckDeps-0.006.tar.gz



Other differences:
--
++ perl-Test-CheckDeps.spec ++
--- /var/tmp/diff_new_pack.sQ8KgT/_old  2013-08-01 16:00:26.0 +0200
+++ /var/tmp/diff_new_pack.sQ8KgT/_new  2013-08-01 16:00:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-CheckDeps
-Version:0.004
+Version:0.006
 Release:0
 %define cpan_name Test-CheckDeps
 Summary:Check for presence of dependencies
@@ -29,12 +29,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(CPAN::Meta::Check)
+BuildRequires:  perl(CPAN::Meta) = 2.120920
+BuildRequires:  perl(CPAN::Meta::Check) = 0.004
+BuildRequires:  perl(Module::Build::Tiny) = 0.021
 BuildRequires:  perl(Test::More) = 0.88
 #BuildRequires: perl(Test::CheckDeps)
-Requires:   perl(CPAN::Meta)
-Requires:   perl(CPAN::Meta::Check)
+Requires:   perl(CPAN::Meta) = 2.120920
+Requires:   perl(CPAN::Meta::Check) = 0.004
 %{perl_requires}
 
 %description
@@ -45,15 +46,14 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files

++ Test-CheckDeps-0.004.tar.gz - Test-CheckDeps-0.006.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.004/Build.PL 
new/Test-CheckDeps-0.006/Build.PL
--- old/Test-CheckDeps-0.004/Build.PL   1970-01-01 01:00:00.0 +0100
+++ new/Test-CheckDeps-0.006/Build.PL   2013-06-21 19:15:30.0 +0200
@@ -0,0 +1,3 @@
+use 5.006;
+use Module::Build::Tiny 0.021;
+Build_PL();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.004/Changes 
new/Test-CheckDeps-0.006/Changes
--- old/Test-CheckDeps-0.004/Changes2013-05-15 00:05:11.0 +0200
+++ new/Test-CheckDeps-0.006/Changes2013-06-21 19:15:30.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Test-CheckDeps
 
+0.006 2013-06-21 19:15:24 Europe/Amsterdam
+  Explicitly require CPAN::Meta 2.120920
+  Switch to Module::Build::Tiny
+
+0.005 2013-06-21 18:55:09 Europe/Amsterdam
+  Require CPAN::Meta::Check 0.004
+
 0.004 2013-05-15 00:04:46 Europe/Amsterdam
   Reinstate loading of CPAN::Meta
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.004/INSTALL 
new/Test-CheckDeps-0.006/INSTALL
--- old/Test-CheckDeps-0.004/INSTALL2013-05-15 00:05:11.0 +0200
+++ new/Test-CheckDeps-0.006/INSTALL2013-06-21 19:15:30.0 +0200
@@ -25,16 +25,16 @@
 As a last resort, you can manually install it. Download the tarball, untar it,
 then build it:
 
-% perl Makefile.PL
-% make  make test
+% perl Build.PL
+% ./Build  ./Build test
 
 Then install it:
 
-% make install
+% ./Build install
 
 If you are installing into a system-wide directory, you may need to run:
 
-% sudo make install
+% sudo ./Build install
 
 ## Documentation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.004/MANIFEST 
new/Test-CheckDeps-0.006/MANIFEST
--- old/Test-CheckDeps-0.004/MANIFEST   2013-05-15 00:05:11.0 +0200
+++ new/Test-CheckDeps-0.006/MANIFEST   2013-06-21 19:15:30.0 +0200
@@ -1,10 +1,10 @@
+Build.PL
 Changes
 INSTALL
 LICENSE
 MANIFEST
 META.json
 META.yml
-Makefile.PL
 README
 dist.ini
 lib/Test/CheckDeps.pm
diff -urN 

commit perl-Test-CheckDeps for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-CheckDeps for 
openSUSE:Factory checked in at 2013-06-06 13:29:36

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


Package is perl-Test-CheckDeps

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-CheckDeps/perl-Test-CheckDeps.changes  
2012-06-06 16:09:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CheckDeps.new/perl-Test-CheckDeps.changes 
2013-06-06 13:29:36.0 +0200
@@ -1,0 +2,9 @@
+Tue Jun  4 14:59:24 UTC 2013 - co...@suse.com
+
+- updated to 0.004
+Reinstate loading of CPAN::Meta
+Sort dependencies before displaying them
+check_dependencies() can now optionally also test recommended and
+suggested prerequisites
+
+---

Old:

  Test-CheckDeps-0.002.tar.gz

New:

  Test-CheckDeps-0.004.tar.gz



Other differences:
--
++ perl-Test-CheckDeps.spec ++
--- /var/tmp/diff_new_pack.OjXVK3/_old  2013-06-06 13:29:37.0 +0200
+++ /var/tmp/diff_new_pack.OjXVK3/_new  2013-06-06 13:29:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-CheckDeps
 #
-# 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,7 +17,7 @@
 
 
 Name:   perl-Test-CheckDeps
-Version:0.002
+Version:0.004
 Release:0
 %define cpan_name Test-CheckDeps
 Summary:Check for presence of dependencies
@@ -31,12 +31,10 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(CPAN::Meta)
 BuildRequires:  perl(CPAN::Meta::Check)
-BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Test::More) = 0.88
 #BuildRequires: perl(Test::CheckDeps)
 Requires:   perl(CPAN::Meta)
 Requires:   perl(CPAN::Meta::Check)
-Requires:   perl(Module::Metadata)
 %{perl_requires}
 
 %description

++ Test-CheckDeps-0.002.tar.gz - Test-CheckDeps-0.004.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.002/Changes 
new/Test-CheckDeps-0.004/Changes
--- old/Test-CheckDeps-0.002/Changes2012-04-01 12:58:15.0 +0200
+++ new/Test-CheckDeps-0.004/Changes2013-05-15 00:05:11.0 +0200
@@ -1,5 +1,13 @@
 Revision history for Test-CheckDeps
 
+0.004 2013-05-15 00:04:46 Europe/Amsterdam
+  Reinstate loading of CPAN::Meta
+
+0.003 2013-05-14 23:16:36 Europe/Amsterdam
+  Sort dependencies before displaying them
+  check_dependencies() can now optionally also test recommended and
+  suggested prerequisites
+
 0.002 2012-04-01 12:58:10 Europe/Amsterdam
   Converted to using Test::Builder directly
   Refactored most non-test code into a new dist, CPAN-Meta-Check
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.002/MANIFEST 
new/Test-CheckDeps-0.004/MANIFEST
--- old/Test-CheckDeps-0.002/MANIFEST   2012-04-01 12:58:15.0 +0200
+++ new/Test-CheckDeps-0.004/MANIFEST   2013-05-15 00:05:11.0 +0200
@@ -10,6 +10,5 @@
 lib/Test/CheckDeps.pm
 t/00-compile.t
 t/10-basics.t
-t/release-kwalitee.t
 t/release-pod-coverage.t
 t/release-pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.002/META.json 
new/Test-CheckDeps-0.004/META.json
--- old/Test-CheckDeps-0.002/META.json  2012-04-01 12:58:15.0 +0200
+++ new/Test-CheckDeps-0.004/META.json  2013-05-15 00:05:11.0 +0200
@@ -4,7 +4,7 @@
   Leon Timmermans le...@cpan.org
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 4.36, CPAN::Meta::Converter 
version 2.120920,
+   generated_by : Dist::Zilla version 4.300033, CPAN::Meta::Converter 
version 2.130880,
license : [
   perl_5
],
@@ -19,13 +19,19 @@
 ExtUtils::MakeMaker : 6.30
  }
   },
+  develop : {
+ requires : {
+Pod::Coverage::TrustPod : 0,
+Test::Pod : 1.41,
+Test::Pod::Coverage : 1.08
+ }
+  },
   runtime : {
  requires : {
 CPAN::Meta : 0,
 CPAN::Meta::Check : 0,
 Exporter : 5.57,
 List::Util : 0,
-Module::Metadata : 0,
 Test::Builder : 0,
 perl : 5.006,
 strict : 0,
@@ -52,6 +58,6 @@
  web :