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.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Devel-CheckBin.new/perl-Devel-CheckBin.changes
2015-07-23 15:23:01.000000000 +0200
@@ -1,0 +2,13 @@
+Wed Jul 22 08:49:25 UTC 2015 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.m2tOcO/_new 2015-07-23 15:23:02.000000000 +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.000000000 +0200
+++ new/Devel-CheckBin-0.04/Changes 2015-07-22 09:35:24.000000000 +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.000000000 +0200
+++ new/Devel-CheckBin-0.04/META.json 2015-07-22 09:35:24.000000000 +0200
@@ -4,7 +4,7 @@
"tokuhirom <[email protected]>"
],
"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 <[email protected]>"
+ "Graham Knop <[email protected]>",
+ "Ed J <[email protected]>"
]
}
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.yml 2015-04-30 02:47:48.000000000 +0200
+++ new/Devel-CheckBin-0.04/META.yml 2015-07-22 09:35:24.000000000 +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 <[email protected]>'
+ - 'Ed J <[email protected]>'
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.000000000 +0200
+++ new/Devel-CheckBin-0.04/Makefile.PL 2015-07-22 09:35:24.000000000 +0200
@@ -3,18 +3,19 @@
# DO NOT EDIT DIRECTLY.
# =========================================================================
-use 5.008_001;
+use 5.006;
use strict;
-use ExtUtils::MakeMaker;
+use ExtUtils::MakeMaker 6.64;
my %WriteMakefileArgs = (
NAME => 'Devel::CheckBin',
DISTNAME => 'Devel-CheckBin',
- VERSION => '0.03',
+ VERSION => '0.04',
+ EXE_FILES => [glob('script/*'), glob('bin/*')],
CONFIGURE_REQUIRES => {
- "ExtUtils::MakeMaker" => 0
+ "ExtUtils::MakeMaker" => "6.64"
}
,
BUILD_REQUIRES => {}
@@ -33,30 +34,4 @@
,
);
-my $full_prereqs = {
- "Exporter" => 0,
- "ExtUtils::MakeMaker" => "6.52",
- "File::Temp" => 0,
- "Test::More" => "0.98",
- "parent" => 0,
- "perl" => "5.008001"
-}
-;
-
-unless (eval { ExtUtils::MakeMaker->VERSION(6.63_03) }) {
- delete $WriteMakefileArgs{TEST_REQUIRES};
- delete $WriteMakefileArgs{BUILD_REQUIRES};
- $WriteMakefileArgs{PREREQ_PM} = $full_prereqs;
-}
-
-unless (eval { ExtUtils::MakeMaker->VERSION(6.52) }) {
- delete $WriteMakefileArgs{CONFIGURE_REQUIRES};
-}
-
-unless (eval { ExtUtils::MakeMaker->VERSION(6.57_01) }) {
- use File::Copy;
- copy('META.yml', 'MYMETA.yml') or warn "META.yml: $!";
- copy('META.json', 'MYMETA.json') or warn "META.json: $!";
-}
-
WriteMakefile(%WriteMakefileArgs);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-CheckBin-0.03/lib/Devel/CheckBin.pm
new/Devel-CheckBin-0.04/lib/Devel/CheckBin.pm
--- old/Devel-CheckBin-0.03/lib/Devel/CheckBin.pm 2015-04-30
02:47:48.000000000 +0200
+++ new/Devel-CheckBin-0.04/lib/Devel/CheckBin.pm 2015-07-22
09:35:24.000000000 +0200
@@ -2,7 +2,7 @@
use strict;
use warnings;
use 5.008001;
-our $VERSION = "0.03";
+our $VERSION = "0.04";
use parent qw(Exporter);
our @EXPORT = qw(can_run check_bin);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-CheckBin-0.03/t/02_can_run.t
new/Devel-CheckBin-0.04/t/02_can_run.t
--- old/Devel-CheckBin-0.03/t/02_can_run.t 2015-04-30 02:47:48.000000000
+0200
+++ new/Devel-CheckBin-0.04/t/02_can_run.t 2015-07-22 09:35:24.000000000
+0200
@@ -5,16 +5,18 @@
use Devel::CheckBin;
use File::Temp;
+my $cmd = $^O eq 'MSWin32' ? "find" : "ls";
+
subtest 'ok' => sub {
- plan skip_all => 'no ls' unless can_run('ls');
+ plan skip_all => "no $cmd" unless can_run("$cmd");
my $out;
{
local *STDOUT;
open *STDOUT, '>', \$out;
- check_bin('ls');
+ check_bin("$cmd");
}
- like $out, qr{Locating bin:ls\.\.\. found at \S+};
+ like $out, qr{Locating bin:$cmd\.\.\. found at \S+};
pass "OK";
};
@@ -23,7 +25,7 @@
print {$fh} q{use Devel::CheckBin; check_bin( 'unknown_command_name_here'
); };
$fh->close;
- my $err = `$^X -Ilib $fh 2>&1`;
+ my $err = `"$^X" -Ilib $fh 2>&1`;
like ($err, qr/Please install 'unknown_command_name_here' seperately and
try again./ms,
"missing 'unknown_command_name_here'"
@@ -31,4 +33,3 @@
};
done_testing;
-