commit perl-Algorithm-C3 for openSUSE:Factory
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.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Algorithm-C3.new/perl-Algorithm-C3.changes 2014-09-15 18:25:21.0 +0200 @@ -1,0 +2,6 @@ +Mon Sep 15 12:52:31 UTC 2014 - co...@suse.com + +- 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.0 +0200 +++ /var/tmp/diff_new_pack.mbE0oh/_new 2014-09-15 18:25:23.0 +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.0 +0100 +++ new/Algorithm-C3-0.10/Changes 2014-08-16 02:20:02.0 +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.0 +0100 +++ new/Algorithm-C3-0.10/META.json 2014-08-16 02:20:23.0 +0200 @@ -5,7 +5,7 @@ "Brandon L. Black " ], "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.0 +0100 +++ new/Algorithm-C3-0.10/META.yml 2014-08-16 02:20:23.0 +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.0 +0100 +++ new/Algorithm-C3-0.10/Makefile.PL 2014-08-04 09:42:38.0 +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.0 +0100 +++ new/Algorithm-C3-0.10/lib/Algorithm/C3.pm 2014-08-16 02:19:42.0 +0200 @@ -6,7 +6,7 @@ use Carp 'confess'; -our $VERSION =
commit perl-Algorithm-C3 for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Algorithm-C3 for openSUSE:Factory checked in at 2014-03-09 18:33:42 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 2011-11-17 11:04:59.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Algorithm-C3.new/perl-Algorithm-C3.changes 2014-03-09 18:33:43.0 +0100 @@ -1,0 +2,8 @@ +Fri Mar 7 06:48:31 UTC 2014 - co...@suse.com + +- updated to 0.09 +- convert to use ExtUtils::MakeMaker using distar +- include repo and bugtracker metadata +- regenerate spec file + +--- Old: Algorithm-C3-0.08.tar.gz New: Algorithm-C3-0.09.tar.gz Other differences: -- ++ perl-Algorithm-C3.spec ++ --- /var/tmp/diff_new_pack.StbIpa/_old 2014-03-09 18:33:44.0 +0100 +++ /var/tmp/diff_new_pack.StbIpa/_new 2014-03-09 18:33:44.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Algorithm-C3 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,33 +15,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - -%bcond_with pod Name: perl-Algorithm-C3 +Version:0.09 +Release:0 %define cpan_name Algorithm-C3 -Summary:Module for merging hierarchies using the C3 algorithm -Version:0.08 -Release:2 -License:GPL-1.0+ or Artistic-1.0 +Summary:A module for merging hierarchies using the C3 algorithm +License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Algorithm-C3/ -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Algorithm-C3-0.08.tar.gz +Source: http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl -BuildRequires: perl(Module::Build) BuildRequires: perl-macros -%if %{with pod} -BuildRequires: perl(Test::Pod) >= 1.14 -BuildRequires: perl(Test::Pod::Coverage) >= 1.04 -%endif -BuildRequires: perl(Test::More) >= 0.47 -# -BuildRequires: perl(Carp) >= 0.01 -Requires: perl(Carp) >= 0.01 +%{perl_requires} %description This module implements the C3 algorithm. I have broken this out into it's @@ -49,32 +37,29 @@ various needs. Most of the uses I have for C3 revolve around class building and metamodels, but it could also be used for things like dependency resolution as well since it tends to do such a nice job of preserving local -precendence orderings. +precedence orderings. -Authors: - -Stevan Little, -Brandon L. Black, +Below is a brief explanation of C3 taken from the the Class::C3 manpage +module. For more detailed information, see the the SEE ALSO manpage section +and the links there. %prep %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -./Build test +%{__make} test %install -./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 +%perl_make_install +%perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files -%defattr(-,root,root,-) +%defattr(-,root,root,755) %doc Changes README %changelog ++ Algorithm-C3-0.08.tar.gz -> Algorithm-C3-0.09.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Algorithm-C3-0.08/Build.PL new/Algorithm-C3-0.09/Build.PL --- old/Algorithm-C3-0.08/Build.PL 2009-05-28 00:50:20.0 +0200 +++ new/Algorithm-C3-0.09/Build.PL 1970-01-01 01:00:00.0 +0100 @@ -1,22 +0,0 @@ -use Module::Build; - -use strict; - -my $build = Module::Build->new( -module_name => 'Algorithm::C3', -license => 'perl', -requires => { -'Carp' => '0.01', -}, -optional => {}, -build_requires => { -'Test::More' => '0.47', -}, -recursive_test_files => 1, -add_to_cleanup => [ -'META.yml', '*.bak', '*.gz', 'Makefile.PL', -], -); - -$build->create_build_script; - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/A
commit perl-Algorithm-C3 for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Algorithm-C3 for openSUSE:Factory checked in at 2011-12-06 18:37:08 Comparing /work/SRC/openSUSE:Factory/perl-Algorithm-C3 (Old) and /work/SRC/openSUSE:Factory/.perl-Algorithm-C3.new (New) Package is "perl-Algorithm-C3", Maintainer is "" Changes: Other differences: -- ++ perl-Algorithm-C3.spec ++ --- /var/tmp/diff_new_pack.eWu3Ag/_old 2011-12-06 19:04:02.0 +0100 +++ /var/tmp/diff_new_pack.eWu3Ag/_new 2011-12-06 19:04:02.0 +0100 @@ -24,7 +24,7 @@ Summary:Module for merging hierarchies using the C3 algorithm Version:0.08 Release:2 -License:GPL+ or Artistic +License:GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Algorithm-C3/ Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Algorithm-C3-0.08.tar.gz -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit perl-Algorithm-C3 for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Algorithm-C3 for openSUSE:Factory checked in at 2011-11-17 11:04:57 Comparing /work/SRC/openSUSE:Factory/perl-Algorithm-C3 (Old) and /work/SRC/openSUSE:Factory/.perl-Algorithm-C3.new (New) Package is "perl-Algorithm-C3", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/perl-Algorithm-C3/perl-Algorithm-C3.changes 2011-09-23 12:35:55.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Algorithm-C3.new/perl-Algorithm-C3.changes 2011-11-17 11:04:59.0 +0100 @@ -1,0 +2,5 @@ +Thu Nov 17 08:48:27 UTC 2011 - co...@suse.com + +- use original tar + +--- Old: Algorithm-C3-0.08.tar.bz2 New: Algorithm-C3-0.08.tar.gz Other differences: -- ++ perl-Algorithm-C3.spec ++ --- /var/tmp/diff_new_pack.umD6IP/_old 2011-11-17 11:05:00.0 +0100 +++ /var/tmp/diff_new_pack.umD6IP/_new 2011-11-17 11:05:00.0 +0100 @@ -27,8 +27,7 @@ License:GPL+ or Artistic Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Algorithm-C3/ -#Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Algorithm-C3-0.08.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Algorithm-C3-0.08.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit perl-Algorithm-C3 for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Algorithm-C3 for openSUSE:Factory checked in at Mon Sep 19 17:56:54 CEST 2011. --- perl-Algorithm-C3/perl-Algorithm-C3.changes 2010-11-30 20:23:37.0 +0100 +++ perl-Algorithm-C3/perl-Algorithm-C3.changes 2011-09-16 13:39:20.0 +0200 @@ -1,0 +2,5 @@ +Fri Sep 16 11:39:08 UTC 2011 - co...@suse.com + +- reformat spec file + +--- calling whatdependson for head-i586 Other differences: -- ++ perl-Algorithm-C3.spec ++ --- /var/tmp/diff_new_pack.el1n0Z/_old 2011-09-19 17:56:49.0 +0200 +++ /var/tmp/diff_new_pack.el1n0Z/_new 2011-09-19 17:56:49.0 +0200 @@ -1,7 +1,7 @@ # -# spec file for package perl-Algorithm-C3 (Version 0.08) +# spec file for package perl-Algorithm-C3 # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org