Hello community,
here is the log from the commit of package perl-ExtUtils-CppGuess for
openSUSE:Factory checked in at 2018-01-09 14:50:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-CppGuess (Old)
and /work/SRC/openSUSE:Factory/.perl-ExtUtils-CppGuess.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-ExtUtils-CppGuess"
Tue Jan 9 14:50:35 2018 rev:6 rq:554838 version:0.12
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-ExtUtils-CppGuess/perl-ExtUtils-CppGuess.changes
2015-09-17 09:21:33.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-ExtUtils-CppGuess.new/perl-ExtUtils-CppGuess.changes
2018-01-09 14:51:09.673517966 +0100
@@ -1,0 +2,9 @@
+Thu Nov 9 06:18:00 UTC 2017 - [email protected]
+
+- updated to 0.12
+ see /usr/share/doc/packages/perl-ExtUtils-CppGuess/Changes
+
+ 0.12 Sat Oct 21 18:12:51 BST 2017
+ - Fix tests on 5.26 without '.' in @INC (kentfredric)
+
+-------------------------------------------------------------------
Old:
----
ExtUtils-CppGuess-0.11.tar.gz
New:
----
ExtUtils-CppGuess-0.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-ExtUtils-CppGuess.spec ++++++
--- /var/tmp/diff_new_pack.veuddU/_old 2018-01-09 14:51:10.133496400 +0100
+++ /var/tmp/diff_new_pack.veuddU/_new 2018-01-09 14:51:10.137496213 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-ExtUtils-CppGuess
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,14 +17,14 @@
Name: perl-ExtUtils-CppGuess
-Version: 0.11
+Version: 0.12
Release: 0
%define cpan_name ExtUtils-CppGuess
Summary: Guess C++ Compiler and Flags
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/ExtUtils-CppGuess/
-Source0:
http://www.cpan.org/authors/id/D/DA/DAVIDO/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETJ/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -41,9 +41,8 @@
'ExtUtils::CppGuess' attempts to guess the system's C++ compiler that is
compatible with the C compiler that your perl was built with.
-It can generate the necessary options to the the Module::Build manpage
-constructor or to the ExtUtils::MakeMaker manpage's 'WriteMakefile'
-function.
+It can generate the necessary options to the Module::Build constructor or
+to ExtUtils::MakeMaker's 'WriteMakefile' function.
%prep
%setup -q -n %{cpan_name}-%{version}
++++++ ExtUtils-CppGuess-0.11.tar.gz -> ExtUtils-CppGuess-0.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-CppGuess-0.11/Changes
new/ExtUtils-CppGuess-0.12/Changes
--- old/ExtUtils-CppGuess-0.11/Changes 2015-09-10 21:13:15.000000000 +0200
+++ new/ExtUtils-CppGuess-0.12/Changes 2017-10-21 19:13:08.000000000 +0200
@@ -1,5 +1,8 @@
Revision history for Perl extension ExtUtils::CppGuess.
+0.12 Sat Oct 21 18:12:51 BST 2017
+ - Fix tests on 5.26 without '.' in @INC (kentfredric)
+
0.11 Thu Sep 10 13:12:17 MDT 2015
- Add leading whitespace to $cflags in _get_cflags (bulk88)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-CppGuess-0.11/META.json
new/ExtUtils-CppGuess-0.12/META.json
--- old/ExtUtils-CppGuess-0.11/META.json 2015-09-10 21:13:48.000000000
+0200
+++ new/ExtUtils-CppGuess-0.12/META.json 2017-10-21 19:14:54.000000000
+0200
@@ -4,13 +4,13 @@
"unknown"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter
version 2.150001",
+ "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter
version 2.150001",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "ExtUtils-CppGuess",
"no_index" : {
@@ -58,5 +58,5 @@
"web" : "https://github.com/tsee/extutils-cppguess"
}
},
- "version" : "0.11"
+ "version" : "0.12"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-CppGuess-0.11/META.yml
new/ExtUtils-CppGuess-0.12/META.yml
--- old/ExtUtils-CppGuess-0.11/META.yml 2015-09-10 21:13:47.000000000 +0200
+++ new/ExtUtils-CppGuess-0.12/META.yml 2017-10-21 19:14:54.000000000 +0200
@@ -15,7 +15,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter
version 2.150001'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version
2.150001'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -30,4 +30,4 @@
File::Basename: '0'
resources:
repository: git://github.com/tsee/extutils-cppguess
-version: '0.11'
+version: '0.12'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-CppGuess-0.11/lib/ExtUtils/CppGuess.pm
new/ExtUtils-CppGuess-0.12/lib/ExtUtils/CppGuess.pm
--- old/ExtUtils-CppGuess-0.11/lib/ExtUtils/CppGuess.pm 2015-09-10
21:10:29.000000000 +0200
+++ new/ExtUtils-CppGuess-0.12/lib/ExtUtils/CppGuess.pm 2017-10-21
19:12:42.000000000 +0200
@@ -111,7 +111,7 @@
use File::Basename qw();
use Capture::Tiny 'capture_merged';
-our $VERSION = '0.11';
+our $VERSION = '0.12';
sub new {
my( $class, %args ) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-CppGuess-0.11/t/010_module_build.t
new/ExtUtils-CppGuess-0.12/t/010_module_build.t
--- old/ExtUtils-CppGuess-0.11/t/010_module_build.t 2015-09-10
21:08:29.000000000 +0200
+++ new/ExtUtils-CppGuess-0.12/t/010_module_build.t 2017-10-21
19:10:34.000000000 +0200
@@ -2,7 +2,8 @@
use strict;
use Test::More tests => 1;
-use t::lib::TestUtils;
+use lib 't/lib';
+use TestUtils;
my $separator = ( '=' x 40 . "\n" );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-CppGuess-0.11/t/011_makemaker.t
new/ExtUtils-CppGuess-0.12/t/011_makemaker.t
--- old/ExtUtils-CppGuess-0.11/t/011_makemaker.t 2015-09-10
21:08:29.000000000 +0200
+++ new/ExtUtils-CppGuess-0.12/t/011_makemaker.t 2017-10-21
19:10:34.000000000 +0200
@@ -2,7 +2,8 @@
use strict;
use Test::More tests => 1;
-use t::lib::TestUtils;
+use lib 't/lib';
+use TestUtils;
my $separator = ( '=' x 40 . "\n" );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-CppGuess-0.11/t/lib/TestUtils.pm
new/ExtUtils-CppGuess-0.12/t/lib/TestUtils.pm
--- old/ExtUtils-CppGuess-0.11/t/lib/TestUtils.pm 2015-09-10
21:08:29.000000000 +0200
+++ new/ExtUtils-CppGuess-0.12/t/lib/TestUtils.pm 2017-10-21
19:10:34.000000000 +0200
@@ -1,4 +1,5 @@
-package t::lib::TestUtils;
+package # hide
+ TestUtils;
use strict;