Hello community, here is the log from the commit of package perl-Path-Router for openSUSE:Factory checked in at 2016-03-16 10:34:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Path-Router (Old) and /work/SRC/openSUSE:Factory/.perl-Path-Router.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Path-Router" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Path-Router/perl-Path-Router.changes 2016-02-17 12:20:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Path-Router.new/perl-Path-Router.changes 2016-03-16 10:34:05.000000000 +0100 @@ -1,0 +2,23 @@ +Tue Mar 8 10:47:48 UTC 2016 - [email protected] + +- updated to 0.15 + see /usr/share/doc/packages/perl-Path-Router/Changes + + 0.15 2016-03-01 NEILB + - Switched to Moo, done by FELLIOTT++. + - Added strict and warnings to Path::Router::Types - MANWAR++ + - Specified versions when use'ing any third-party modules. + - Added minimal doc for route_class() method in Path::Router, + and clone() method in Path::Router::Route. + - Updated Stevan's email address. + + 0.14_01 2015-07-03 + - Switched to Moo, done by FELLIOTT++. + - Specified versions when use'ing any third-party modules. + - Temporarily dropped NextRelease and Git::NextVersion from the @DOY + bundle, so I can specify a developer release version. + - Added minimal doc for route_class() method in Path::Router, + and clone() method in Path::Router::Route. + - Updated Stevan's email address. + +------------------------------------------------------------------- Old: ---- Path-Router-0.14.tar.gz New: ---- Path-Router-0.15.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Path-Router.spec ++++++ --- /var/tmp/diff_new_pack.bM5Zp1/_old 2016-03-16 10:34:06.000000000 +0100 +++ /var/tmp/diff_new_pack.bM5Zp1/_new 2016-03-16 10:34:06.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Path-Router # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,32 +17,51 @@ Name: perl-Path-Router -Version: 0.14 +Version: 0.15 Release: 0 %define cpan_name Path-Router -Summary: A tool for routing paths +Summary: Tool for Routing Paths License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Path-Router/ -Source: http://www.cpan.org/authors/id/S/ST/STEVAN/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Eval::Closure) >= 0.06 -BuildRequires: perl(Moose) >= 0.74 -BuildRequires: perl(MooseX::Clone) >= 0.04 -BuildRequires: perl(Sub::Exporter) -BuildRequires: perl(Test::Deep) -BuildRequires: perl(Test::Fatal) -BuildRequires: perl(Test::More) >= 0.88 -BuildRequires: perl(Try::Tiny) -Requires: perl(Eval::Closure) >= 0.06 -Requires: perl(Moose) >= 0.74 -Requires: perl(MooseX::Clone) >= 0.04 -Requires: perl(Sub::Exporter) -Requires: perl(Test::Deep) -Requires: perl(Try::Tiny) +BuildRequires: perl(Carp) >= 1.32 +BuildRequires: perl(Clone::PP) >= 1.04 +BuildRequires: perl(Data::Dumper) >= 2.154 +BuildRequires: perl(Eval::Closure) >= 0.13 +BuildRequires: perl(File::Spec::Unix) >= 3.40 +BuildRequires: perl(Moo) >= 2.000001 +BuildRequires: perl(Sub::Exporter) >= 0.981 +BuildRequires: perl(Term::ReadLine) >= 1.11 +BuildRequires: perl(Test::Builder) >= 1.001013 +BuildRequires: perl(Test::Deep) >= 0.113 +BuildRequires: perl(Test::Fatal) >= 0.012 +BuildRequires: perl(Test::More) >= 1.001013 +BuildRequires: perl(Try::Tiny) >= 0.19 +BuildRequires: perl(Type::Tiny) >= 1.000005 +BuildRequires: perl(Types::Standard) >= 1.000005 +BuildRequires: perl(constant) >= 1.24 +BuildRequires: perl(namespace::clean) >= 0.23 +Requires: perl(Carp) >= 1.32 +Requires: perl(Clone::PP) >= 1.04 +Requires: perl(Data::Dumper) >= 2.154 +Requires: perl(Eval::Closure) >= 0.13 +Requires: perl(File::Spec::Unix) >= 3.40 +Requires: perl(Moo) >= 2.000001 +Requires: perl(Sub::Exporter) >= 0.981 +Requires: perl(Term::ReadLine) >= 1.11 +Requires: perl(Test::Builder) >= 1.001013 +Requires: perl(Test::Deep) >= 0.113 +Requires: perl(Try::Tiny) >= 0.19 +Requires: perl(Type::Tiny) >= 1.000005 +Requires: perl(Types::Standard) >= 1.000005 +Requires: perl(constant) >= 1.24 +Requires: perl(namespace::clean) >= 0.23 %{perl_requires} %description ++++++ Path-Router-0.14.tar.gz -> Path-Router-0.15.tar.gz ++++++ ++++ 2462 lines of diff (skipped) ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #description: |- # override description from CPAN #summary: override summary from CPAN #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_build: |- # rm unused.files #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
