Hello community,
here is the log from the commit of package perl-Devel-CheckLib for
openSUSE:Factory checked in at 2015-02-08 11:42:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-CheckLib (Old)
and /work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-CheckLib"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Devel-CheckLib/perl-Devel-CheckLib.changes
2014-03-25 13:19:36.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Devel-CheckLib.new/perl-Devel-CheckLib.changes
2015-02-08 11:42:42.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Feb 7 07:21:42 UTC 2015 - [email protected]
+
+- updated to 1.03
+ * Fix possible crash bug on windows.
+ Remove .exe when it run on cygwin.
+
+-------------------------------------------------------------------
Old:
----
Devel-CheckLib-1.01.tar.gz
New:
----
Devel-CheckLib-1.03.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Devel-CheckLib.spec ++++++
--- /var/tmp/diff_new_pack.rz4DKv/_old 2015-02-08 11:42:42.000000000 +0100
+++ /var/tmp/diff_new_pack.rz4DKv/_new 2015-02-08 11:42:42.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Devel-CheckLib
#
-# 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,7 +17,7 @@
Name: perl-Devel-CheckLib
-Version: 1.01
+Version: 1.03
Release: 0
%define cpan_name Devel-CheckLib
Summary: check that a library is available
++++++ Devel-CheckLib-1.01.tar.gz -> Devel-CheckLib-1.03.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-CheckLib-1.01/CHANGES
new/Devel-CheckLib-1.03/CHANGES
--- old/Devel-CheckLib-1.01/CHANGES 2013-07-26 11:55:33.000000000 +0200
+++ new/Devel-CheckLib-1.03/CHANGES 2015-01-04 03:10:19.000000000 +0100
@@ -1,3 +1,8 @@
+1.03 2015-01-04 Update travis.yml
+ Fix possible crash bug on windows.
+
+1.02 2014-08-30 Remove .exe when it run on cygwin.
+
1.01 2013-07-26 Correct version
1.00 2013-07-26 Deprecate use-devel-checklib script.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-CheckLib-1.01/META.json
new/Devel-CheckLib-1.03/META.json
--- old/Devel-CheckLib-1.01/META.json 2013-07-26 11:55:59.000000000 +0200
+++ new/Devel-CheckLib-1.03/META.json 2015-01-04 03:10:46.000000000 +0100
@@ -4,7 +4,7 @@
"unknown"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter
version 2.120351",
+ "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter
version 2.142690",
"license" : [
"perl_5"
],
@@ -46,5 +46,5 @@
"url" : "http://github.com/mattn/p5-Devel-CheckLib"
}
},
- "version" : "1.01"
+ "version" : "1.03"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-CheckLib-1.01/META.yml
new/Devel-CheckLib-1.03/META.yml
--- old/Devel-CheckLib-1.01/META.yml 2013-07-26 11:55:59.000000000 +0200
+++ new/Devel-CheckLib-1.03/META.yml 2015-01-04 03:10:46.000000000 +0100
@@ -3,26 +3,26 @@
author:
- unknown
build_requires:
- IO::CaptureOutput: 1.0801
- Test::More: 0.62
+ IO::CaptureOutput: '1.0801'
+ Test::More: '0.62'
configure_requires:
- ExtUtils::MakeMaker: 0
+ ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version
2.120351'
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version
2.142690'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
+ version: '1.4'
name: Devel-CheckLib
no_index:
directory:
- t
- inc
requires:
- Exporter: 0
- File::Spec: 0
- File::Temp: 0.16
- perl: 5.00405
+ Exporter: '0'
+ File::Spec: '0'
+ File::Temp: '0.16'
+ perl: '5.00405'
resources:
repository: http://github.com/mattn/p5-Devel-CheckLib
-version: 1.01
+version: '1.03'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-CheckLib-1.01/lib/Devel/CheckLib.pm
new/Devel-CheckLib-1.03/lib/Devel/CheckLib.pm
--- old/Devel-CheckLib-1.01/lib/Devel/CheckLib.pm 2013-07-26
11:54:27.000000000 +0200
+++ new/Devel-CheckLib-1.03/lib/Devel/CheckLib.pm 2015-01-04
03:08:55.000000000 +0100
@@ -5,7 +5,7 @@
use 5.00405; #postfix foreach
use strict;
use vars qw($VERSION @ISA @EXPORT);
-$VERSION = '1.01';
+$VERSION = '1.03';
use Config qw(%Config);
use Text::ParseWords 'quotewords';
@@ -109,7 +109,7 @@
=item LIBS
-a C<ExtUtils::MakeMaker>-style space-seperated list of
+a C<ExtUtils::MakeMaker>-style space-separated list of
libraries (each preceded by '-l') and directories (preceded by '-L').
This can also be supplied on the command-line.
@@ -137,7 +137,7 @@
=item INC
-a C<ExtUtils::MakeMaker>-style space-seperated list of
+a C<ExtUtils::MakeMaker>-style space-separated list of
incpaths, each preceded by '-I'.
This can also be supplied on the command-line.
@@ -365,7 +365,7 @@
# Need to use $keep=1 to work with MSWin32 backslashes and quotes
my $Config_ccflags = $Config{ccflags}; # use copy so ASPerl will compile
my @Config_ldflags = ();
- for my $config_val ( @Config{qw(ldflags perllibs)} ){
+ for my $config_val ( @Config{qw(ldflags)} ){
push @Config_ldflags, $config_val if ( $config_val =~ /\S/ );
}
my @ccflags = grep { length } quotewords('\s+', 1, $Config_ccflags||'');
@@ -374,7 +374,11 @@
my @cc = split(/\s+/, $Config{cc});
return ( [ @cc, @ccflags ], \@ldflags ) if -x $cc[0];
foreach my $path (@paths) {
- my $compiler = File::Spec->catfile($path, $cc[0]) . $Config{_exe};
+ my $compiler = File::Spec->catfile($path, $cc[0]) . ($^O eq 'cygwin' ?
'' : $Config{_exe});
+ return ([ $compiler, @cc[1 .. $#cc], @ccflags ], \@ldflags)
+ if -x $compiler;
+ next if ! length $Config{_exe};
+ $compiler = File::Spec->catfile($path, $cc[0]);
return ([ $compiler, @cc[1 .. $#cc], @ccflags ], \@ldflags)
if -x $compiler;
}
@@ -417,7 +421,7 @@
You must have a C compiler installed. We check for C<$Config{cc}>,
both literally as it is in Config.pm and also in the $PATH.
-It has been tested with varying degrees on rigourousness on:
+It has been tested with varying degrees of rigorousness on:
=over
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]