Hello community,
here is the log from the commit of package perl-ExtUtils-LibBuilder for
openSUSE:Factory checked in at 2015-10-14 16:40:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2014-09-20 15:49:12.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-ExtUtils-LibBuilder.new/perl-ExtUtils-LibBuilder.changes
2015-10-14 16:40:55.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Oct 2 09:03:39 UTC 2015 - [email protected]
+
+- updated to 0.07
+ see /usr/share/doc/packages/perl-ExtUtils-LibBuilder/Changes
+
+ 0.07 Mon Sep 28 14:53:40 WEST 2015
+ - Added minimum required Perl Version (kwalitee++).
+
+-------------------------------------------------------------------
Old:
----
ExtUtils-LibBuilder-0.06.tar.gz
New:
----
ExtUtils-LibBuilder-0.07.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-ExtUtils-LibBuilder.spec ++++++
--- /var/tmp/diff_new_pack.uKEfYt/_old 2015-10-14 16:40:56.000000000 +0200
+++ /var/tmp/diff_new_pack.uKEfYt/_new 2015-10-14 16:40:56.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-ExtUtils-LibBuilder
#
-# 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,20 +17,21 @@
Name: perl-ExtUtils-LibBuilder
-Version: 0.06
+Version: 0.07
Release: 0
%define cpan_name ExtUtils-LibBuilder
-Summary: A tool to build C libraries.
+Summary: Tool to Build C Libraries
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/ExtUtils-LibBuilder/
-Source:
http://www.cpan.org/authors/id/A/AM/AMBS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/A/AM/AMBS/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::CBuilder) >= 0.23
-BuildRequires: perl(Module::Build) >= 0.42
+BuildRequires: perl(Module::Build) >= 0.420000
%{perl_requires}
%description
++++++ ExtUtils-LibBuilder-0.06.tar.gz -> ExtUtils-LibBuilder-0.07.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.06/Build.PL
new/ExtUtils-LibBuilder-0.07/Build.PL
--- old/ExtUtils-LibBuilder-0.06/Build.PL 2014-08-31 22:02:55.000000000
+0200
+++ new/ExtUtils-LibBuilder-0.07/Build.PL 2015-09-28 15:55:20.000000000
+0200
@@ -7,6 +7,9 @@
license => 'perl',
dist_author => q{Alberto Simoes <[email protected]>},
dist_version_from => 'lib/ExtUtils/LibBuilder.pm',
+ requires => {
+ 'perl' => '5.006',
+ },
build_requires => {
'ExtUtils::CBuilder' => '0.23',
'File::Spec' => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.06/Changes
new/ExtUtils-LibBuilder-0.07/Changes
--- old/ExtUtils-LibBuilder-0.06/Changes 2014-08-31 22:02:55.000000000
+0200
+++ new/ExtUtils-LibBuilder-0.07/Changes 2015-09-28 15:55:20.000000000
+0200
@@ -1,5 +1,8 @@
Revision history for ExtUtils-LibBuilder
+0.07 Mon Sep 28 14:53:40 WEST 2015
+ - Added minimum required Perl Version (kwalitee++).
+
0.06 Sun Aug 31 21:02:44 WEST 2014
- Fixed metadata for metacpan (thanks to Gabor Szabo).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.06/META.json
new/ExtUtils-LibBuilder-0.07/META.json
--- old/ExtUtils-LibBuilder-0.06/META.json 2014-08-31 22:02:55.000000000
+0200
+++ new/ExtUtils-LibBuilder-0.07/META.json 2015-09-28 15:55:20.000000000
+0200
@@ -4,7 +4,7 @@
"Alberto Simoes <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "Module::Build version 0.4208",
+ "generated_by" : "Module::Build version 0.4214",
"license" : [
"perl_5"
],
@@ -26,12 +26,17 @@
"requires" : {
"Module::Build" : "0.42"
}
+ },
+ "runtime" : {
+ "requires" : {
+ "perl" : "5.006"
+ }
}
},
"provides" : {
"ExtUtils::LibBuilder" : {
"file" : "lib/ExtUtils/LibBuilder.pm",
- "version" : "0.06"
+ "version" : "0.07"
}
},
"release_status" : "stable",
@@ -43,5 +48,6 @@
"url" : "http://github.com/ambs/ExtUtils-LibBuilder"
}
},
- "version" : "0.06"
+ "version" : "0.07",
+ "x_serialization_backend" : "JSON::PP version 2.27300"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.06/META.yml
new/ExtUtils-LibBuilder-0.07/META.yml
--- old/ExtUtils-LibBuilder-0.06/META.yml 2014-08-31 22:02:55.000000000
+0200
+++ new/ExtUtils-LibBuilder-0.07/META.yml 2015-09-28 15:55:20.000000000
+0200
@@ -10,7 +10,7 @@
configure_requires:
Module::Build: '0.42'
dynamic_config: 1
-generated_by: 'Module::Build version 0.4208, CPAN::Meta::Converter version
2.142060'
+generated_by: 'Module::Build version 0.4214, CPAN::Meta::Converter version
2.150005'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,8 +19,11 @@
provides:
ExtUtils::LibBuilder:
file: lib/ExtUtils/LibBuilder.pm
- version: '0.06'
+ version: '0.07'
+requires:
+ perl: '5.006'
resources:
license: http://dev.perl.org/licenses/
repository: http://github.com/ambs/ExtUtils-LibBuilder
-version: '0.06'
+version: '0.07'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-LibBuilder-0.06/lib/ExtUtils/LibBuilder.pm
new/ExtUtils-LibBuilder-0.07/lib/ExtUtils/LibBuilder.pm
--- old/ExtUtils-LibBuilder-0.06/lib/ExtUtils/LibBuilder.pm 2014-08-31
22:02:55.000000000 +0200
+++ new/ExtUtils-LibBuilder-0.07/lib/ExtUtils/LibBuilder.pm 2015-09-28
15:55:20.000000000 +0200
@@ -3,7 +3,7 @@
use warnings;
use strict;
-our $VERSION = '0.06';
+our $VERSION = '0.07';
our $DEBUG = 0;
use base 'ExtUtils::CBuilder';
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module