Hello community, here is the log from the commit of package perl-Algorithm-C3 for openSUSE:Factory checked in at 2014-09-15 17:41:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Algorithm-C3 (Old) and /work/SRC/openSUSE:Factory/.perl-Algorithm-C3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Algorithm-C3" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Algorithm-C3/perl-Algorithm-C3.changes 2014-03-09 18:33:43.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Algorithm-C3.new/perl-Algorithm-C3.changes 2014-09-15 18:25:21.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Sep 15 12:52:31 UTC 2014 - [email protected] + +- updated to 0.10 + - declare minimum version of perl as 5.6 in metadata + +------------------------------------------------------------------- Old: ---- Algorithm-C3-0.09.tar.gz New: ---- Algorithm-C3-0.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Algorithm-C3.spec ++++++ --- /var/tmp/diff_new_pack.mbE0oh/_old 2014-09-15 18:25:23.000000000 +0200 +++ /var/tmp/diff_new_pack.mbE0oh/_new 2014-09-15 18:25:23.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Algorithm-C3 -Version: 0.09 +Version: 0.10 Release: 0 %define cpan_name Algorithm-C3 Summary: A module for merging hierarchies using the C3 algorithm ++++++ Algorithm-C3-0.09.tar.gz -> Algorithm-C3-0.10.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Algorithm-C3-0.09/Changes new/Algorithm-C3-0.10/Changes --- old/Algorithm-C3-0.09/Changes 2014-03-02 00:02:57.000000000 +0100 +++ new/Algorithm-C3-0.10/Changes 2014-08-16 02:20:02.000000000 +0200 @@ -1,5 +1,8 @@ Revision history for Perl extension Algorithm-C3. +0.10 - 2014-08-15 + - declare minimum version of perl as 5.6 in metadata + 0.09 - 2014-03-01 - convert to use ExtUtils::MakeMaker using distar - include repo and bugtracker metadata diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Algorithm-C3-0.09/META.json new/Algorithm-C3-0.10/META.json --- old/Algorithm-C3-0.09/META.json 2014-03-02 00:03:08.000000000 +0100 +++ new/Algorithm-C3-0.10/META.json 2014-08-16 02:20:23.000000000 +0200 @@ -5,7 +5,7 @@ "Brandon L. Black <[email protected]>" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.88, CPAN::Meta::Converter version 2.133380", + "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.141520", "license" : [ "perl_5" ], @@ -33,7 +33,8 @@ }, "runtime" : { "requires" : { - "Carp" : "0.01" + "Carp" : "0.01", + "perl" : "5.006" } } }, @@ -49,5 +50,5 @@ "web" : "http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Algorithm-C3.git" } }, - "version" : "0.09" + "version" : "0.10" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Algorithm-C3-0.09/META.yml new/Algorithm-C3-0.10/META.yml --- old/Algorithm-C3-0.09/META.yml 2014-03-02 00:03:08.000000000 +0100 +++ new/Algorithm-C3-0.10/META.yml 2014-08-16 02:20:23.000000000 +0200 @@ -8,7 +8,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.88, CPAN::Meta::Converter version 2.133380' +generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.141520' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -20,7 +20,8 @@ - inc requires: Carp: '0.01' + perl: '5.006' resources: bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Algorithm-C3 repository: git://git.shadowcat.co.uk/gitmo/Algorithm-C3.git -version: '0.09' +version: '0.10' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Algorithm-C3-0.09/Makefile.PL new/Algorithm-C3-0.10/Makefile.PL --- old/Algorithm-C3-0.09/Makefile.PL 2014-03-02 00:01:25.000000000 +0100 +++ new/Algorithm-C3-0.10/Makefile.PL 2014-08-04 09:42:38.000000000 +0200 @@ -19,6 +19,7 @@ 'Carp' => 0.01, ($mymeta_works ? () : (%BUILD_DEPS)), }, + MIN_PERL_VERSION => 5.006, $mymeta_works ? (BUILD_REQUIRES => \%BUILD_DEPS) : (), ($mymeta && !$mymeta_works ? (NO_MYMETA => 1) : ()), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Algorithm-C3-0.09/lib/Algorithm/C3.pm new/Algorithm-C3-0.10/lib/Algorithm/C3.pm --- old/Algorithm-C3-0.09/lib/Algorithm/C3.pm 2014-03-02 00:01:25.000000000 +0100 +++ new/Algorithm-C3-0.10/lib/Algorithm/C3.pm 2014-08-16 02:19:42.000000000 +0200 @@ -6,7 +6,7 @@ use Carp 'confess'; -our $VERSION = '0.09'; +our $VERSION = '0.10'; sub merge { my ($root, $parent_fetcher, $cache) = @_; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
