commit perl-Devel-CheckBin for openSUSE:Factory

2015-07-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-CheckBin for 
openSUSE:Factory checked in at 2015-07-23 15:22:50

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


Package is perl-Devel-CheckBin

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-CheckBin/perl-Devel-CheckBin.changes  
2015-05-02 17:45:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-CheckBin.new/perl-Devel-CheckBin.changes 
2015-07-23 15:23:01.0 +0200
@@ -1,0 +2,13 @@
+Wed Jul 22 08:49:25 UTC 2015 - co...@suse.com
+
+- updated to 0.04
+   see /usr/share/doc/packages/perl-Devel-CheckBin/Changes
+
+  0.04 2015-07-22T07:35:08Z
+  
+  - Test case fix.
+* win32 fix.
+* added quotes for perl installed into a path with spaces in it
+(mohawk2++)
+
+---

Old:

  Devel-CheckBin-0.03.tar.gz

New:

  Devel-CheckBin-0.04.tar.gz



Other differences:
--
++ perl-Devel-CheckBin.spec ++
--- /var/tmp/diff_new_pack.m2tOcO/_old  2015-07-23 15:23:02.0 +0200
+++ /var/tmp/diff_new_pack.m2tOcO/_new  2015-07-23 15:23:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-CheckBin
-Version:0.03
+Version:0.04
 Release:0
 %define cpan_name Devel-CheckBin
 Summary:Check That a Command Is Available

++ Devel-CheckBin-0.03.tar.gz - Devel-CheckBin-0.04.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckBin-0.03/Changes 
new/Devel-CheckBin-0.04/Changes
--- old/Devel-CheckBin-0.03/Changes 2015-04-30 02:47:48.0 +0200
+++ new/Devel-CheckBin-0.04/Changes 2015-07-22 09:35:24.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Perl extension Devel-CheckBin
 
+0.04 2015-07-22T07:35:08Z
+
+- Test case fix.
+  * win32 fix.
+  * added quotes for perl installed into a path with spaces in it
+  (mohawk2++)
+
 0.03 2015-04-30T00:47:41Z
 
 - re-packaging with EU::MM
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckBin-0.03/META.json 
new/Devel-CheckBin-0.04/META.json
--- old/Devel-CheckBin-0.03/META.json   2015-04-30 02:47:48.0 +0200
+++ new/Devel-CheckBin-0.04/META.json   2015-07-22 09:35:24.0 +0200
@@ -4,7 +4,7 @@
   tokuhirom tokuhi...@gmail.com
],
dynamic_config : 0,
-   generated_by : Minilla/v2.4.0,
+   generated_by : Minilla/v2.4.3,
license : [
   perl_5
],
@@ -28,7 +28,7 @@
prereqs : {
   configure : {
  requires : {
-ExtUtils::MakeMaker : 0
+ExtUtils::MakeMaker : 6.64
  }
   },
   develop : {
@@ -58,7 +58,7 @@
provides : {
   Devel::CheckBin : {
  file : lib/Devel/CheckBin.pm,
- version : 0.03
+ version : 0.04
   }
},
release_status : stable,
@@ -72,8 +72,9 @@
  web : https://github.com/tokuhirom/Devel-CheckBin;
   }
},
-   version : 0.03,
+   version : 0.04,
x_contributors : [
-  Graham Knop ha...@haarg.org
+  Graham Knop ha...@haarg.org,
+  Ed J moha...@users.noreply.github.com
]
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckBin-0.03/META.yml 
new/Devel-CheckBin-0.04/META.yml
--- old/Devel-CheckBin-0.03/META.yml2015-04-30 02:47:48.0 +0200
+++ new/Devel-CheckBin-0.04/META.yml2015-07-22 09:35:24.0 +0200
@@ -6,9 +6,9 @@
   File::Temp: '0'
   Test::More: '0.98'
 configure_requires:
-  ExtUtils::MakeMaker: '0'
+  ExtUtils::MakeMaker: '6.64'
 dynamic_config: 0
-generated_by: 'Minilla/v2.4.0, CPAN::Meta::Converter version 2.141520'
+generated_by: 'Minilla/v2.4.3, CPAN::Meta::Converter version 2.150001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,7 +27,7 @@
 provides:
   Devel::CheckBin:
 file: lib/Devel/CheckBin.pm
-version: '0.03'
+version: '0.04'
 requires:
   Exporter: '0'
   ExtUtils::MakeMaker: '6.52'
@@ -37,6 +37,7 @@
   bugtracker: https://github.com/tokuhirom/Devel-CheckBin/issues
   homepage: https://github.com/tokuhirom/Devel-CheckBin
   repository: git://github.com/tokuhirom/Devel-CheckBin.git
-version: '0.03'
+version: '0.04'
 x_contributors:
   - 'Graham Knop ha...@haarg.org'
+  - 'Ed J moha...@users.noreply.github.com'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckBin-0.03/Makefile.PL 
new/Devel-CheckBin-0.04/Makefile.PL
--- old/Devel-CheckBin-0.03/Makefile.PL 2015-04-30 02:47:48.0 +0200

commit perl-Devel-CheckBin for openSUSE:Factory

2015-05-02 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-CheckBin for 
openSUSE:Factory checked in at 2015-05-02 17:45:27

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


Package is perl-Devel-CheckBin

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-CheckBin/perl-Devel-CheckBin.changes  
2014-09-30 19:42:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-CheckBin.new/perl-Devel-CheckBin.changes 
2015-05-02 17:45:28.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr 30 05:49:02 UTC 2015 - co...@suse.com
+
+- updated to 0.03
+   see /usr/share/doc/packages/perl-Devel-CheckBin/Changes
+
+  0.03 2015-04-30T00:47:41Z
+  
+  - re-packaging with EU::MM
+
+---

Old:

  Devel-CheckBin-0.02.tar.gz

New:

  Devel-CheckBin-0.03.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Devel-CheckBin.spec ++
--- /var/tmp/diff_new_pack.7kO5mm/_old  2015-05-02 17:45:30.0 +0200
+++ /var/tmp/diff_new_pack.7kO5mm/_new  2015-05-02 17:45:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-CheckBin
 #
-# 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,22 +17,20 @@
 
 
 Name:   perl-Devel-CheckBin
-Version:0.02
+Version:0.03
 Release:0
 %define cpan_name Devel-CheckBin
-Summary:Check that a command is available
+Summary:Check That a Command Is Available
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-CheckBin/
-Source: 
http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(CPAN::Meta::Prereqs)
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.52
-BuildRequires:  perl(Module::Build) = 0.38
 BuildRequires:  perl(Test::More) = 0.98
 BuildRequires:  perl(parent)
 Requires:   perl(ExtUtils::MakeMaker) = 6.52
@@ -47,18 +45,19 @@
 %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
 %defattr(-,root,root,755)
-%doc Changes cpanfile LICENSE README.md
+%doc Changes LICENSE minil.toml README.md
 
 %changelog

++ Devel-CheckBin-0.02.tar.gz - Devel-CheckBin-0.03.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-CheckBin-0.02/Build.PL 
new/Devel-CheckBin-0.03/Build.PL
--- old/Devel-CheckBin-0.02/Build.PL2013-08-14 05:17:09.0 +0200
+++ new/Devel-CheckBin-0.03/Build.PL1970-01-01 01:00:00.0 +0100
@@ -1,69 +0,0 @@
-# =
-# THIS FILE IS AUTOMATICALLY GENERATED BY MINILLA.
-# DO NOT EDIT DIRECTLY.
-# =
-
-use 5.008_001;
-
-use strict;
-use warnings;
-use utf8;
-
-use Module::Build;
-use File::Basename;
-use File::Spec;
-use CPAN::Meta;
-use CPAN::Meta::Prereqs;
-
-my %args = (
-license  = 'perl',
-dynamic_config   = 0,
-
-configure_requires = {
-'Module::Build' = 0.38,
-},
-
-name= 'Devel-CheckBin',
-module_name = 'Devel::CheckBin',
-allow_pureperl = 0,
-
-script_files = [glob('script/*'), glob('bin/*')],
-c_source = [qw()],
-
-test_files   = ((-d '.git' || $ENV{RELEASE_TESTING})  -d 'xt') 
? 't/ xt/' : 't/',
-recursive_test_files = 1,
-);
-if (-d 'share') {
-$args{share_dir} = 'share';
-}
-
-my $builder = Module::Build-subclass(
-class = 'MyBuilder',
-code = q{
-sub ACTION_distmeta {
-die Do not run distmeta. Install Minilla and `minil install` 
instead.\n;
-}
-sub ACTION_installdeps {
-die Do not run installdeps. Run `cpanm --installdeps .` 
instead.\n;
-}
-}