Hello community,
here is the log from the commit of package perl-ExtUtils-LibBuilder for
openSUSE:Factory checked in at 2015-10-28 17:17:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-LibBuilder (Old)
and /work/SRC/openSUSE:Factory/.perl-ExtUtils-LibBuilder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-ExtUtils-LibBuilder"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-ExtUtils-LibBuilder/perl-ExtUtils-LibBuilder.changes
2015-10-14 16:40:55.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-ExtUtils-LibBuilder.new/perl-ExtUtils-LibBuilder.changes
2015-10-28 17:18:00.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Oct 21 08:55:01 UTC 2015 - [email protected]
+
+- updated to 0.08
+ see /usr/share/doc/packages/perl-ExtUtils-LibBuilder/Changes
+
+ 0.08 Mon Oct 19 17:46:02 WEST 2015
+ - Minor spelling fix (thanks to Gregor Herrmann,
+ from Debian community).
+
+-------------------------------------------------------------------
Old:
----
ExtUtils-LibBuilder-0.07.tar.gz
New:
----
ExtUtils-LibBuilder-0.08.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-ExtUtils-LibBuilder.spec ++++++
--- /var/tmp/diff_new_pack.57Msxz/_old 2015-10-28 17:18:01.000000000 +0100
+++ /var/tmp/diff_new_pack.57Msxz/_new 2015-10-28 17:18:01.000000000 +0100
@@ -17,7 +17,7 @@
Name: perl-ExtUtils-LibBuilder
-Version: 0.07
+Version: 0.08
Release: 0
%define cpan_name ExtUtils-LibBuilder
Summary: Tool to Build C Libraries
++++++ ExtUtils-LibBuilder-0.07.tar.gz -> ExtUtils-LibBuilder-0.08.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.07/Changes
new/ExtUtils-LibBuilder-0.08/Changes
--- old/ExtUtils-LibBuilder-0.07/Changes 2015-09-28 15:55:20.000000000
+0200
+++ new/ExtUtils-LibBuilder-0.08/Changes 2015-10-19 18:57:18.000000000
+0200
@@ -1,5 +1,9 @@
Revision history for ExtUtils-LibBuilder
+0.08 Mon Oct 19 17:46:02 WEST 2015
+ - Minor spelling fix (thanks to Gregor Herrmann,
+ from Debian community).
+
0.07 Mon Sep 28 14:53:40 WEST 2015
- Added minimum required Perl Version (kwalitee++).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.07/META.json
new/ExtUtils-LibBuilder-0.08/META.json
--- old/ExtUtils-LibBuilder-0.07/META.json 2015-09-28 15:55:20.000000000
+0200
+++ new/ExtUtils-LibBuilder-0.08/META.json 2015-10-19 18:57:18.000000000
+0200
@@ -36,7 +36,7 @@
"provides" : {
"ExtUtils::LibBuilder" : {
"file" : "lib/ExtUtils/LibBuilder.pm",
- "version" : "0.07"
+ "version" : "0.08"
}
},
"release_status" : "stable",
@@ -48,6 +48,6 @@
"url" : "http://github.com/ambs/ExtUtils-LibBuilder"
}
},
- "version" : "0.07",
+ "version" : "0.08",
"x_serialization_backend" : "JSON::PP version 2.27300"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.07/META.yml
new/ExtUtils-LibBuilder-0.08/META.yml
--- old/ExtUtils-LibBuilder-0.07/META.yml 2015-09-28 15:55:20.000000000
+0200
+++ new/ExtUtils-LibBuilder-0.08/META.yml 2015-10-19 18:57:18.000000000
+0200
@@ -19,11 +19,11 @@
provides:
ExtUtils::LibBuilder:
file: lib/ExtUtils/LibBuilder.pm
- version: '0.07'
+ version: '0.08'
requires:
perl: '5.006'
resources:
license: http://dev.perl.org/licenses/
repository: http://github.com/ambs/ExtUtils-LibBuilder
-version: '0.07'
+version: '0.08'
x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.07/lib/ExtUtils/LibBuilder.pm
new/ExtUtils-LibBuilder-0.08/lib/ExtUtils/LibBuilder.pm
--- old/ExtUtils-LibBuilder-0.07/lib/ExtUtils/LibBuilder.pm 2015-09-28
15:55:20.000000000 +0200
+++ new/ExtUtils-LibBuilder-0.08/lib/ExtUtils/LibBuilder.pm 2015-10-19
18:57:18.000000000 +0200
@@ -3,7 +3,7 @@
use warnings;
use strict;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
our $DEBUG = 0;
use base 'ExtUtils::CBuilder';
@@ -29,7 +29,7 @@
This method creates a new ExtUtils::LibBuilder object. While it
supports all C<ExtUtils::CBuilder> methods some might work slightly
-differently (namely the two bellow).
+differently (namely the two below).
You can supply to the constructor any option recognized by
C<ExtUtils::CBuilder> constructor. None of them will be used by