Hello community, here is the log from the commit of package perl-Mouse for openSUSE:Factory checked in at 2014-11-24 11:09:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Mouse (Old) and /work/SRC/openSUSE:Factory/.perl-Mouse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Mouse" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Mouse/perl-Mouse.changes 2013-11-26 19:29:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Mouse.new/perl-Mouse.changes 2014-11-24 11:10:07.000000000 +0100 @@ -1,0 +2,17 @@ +Sun Nov 23 11:21:36 UTC 2014 - co...@suse.com + +- updated to 2.4.1 + - Fix build issues (#34) + - Fix build issues (#32) + - Fixed #17; memory leak in applying roles to instances + - Fixed #16 - inconsistent coercion/validation of Bool type (tokuhirom) + - Fixed #18 (tokuhirom) + +------------------------------------------------------------------- +Sat Jan 4 12:42:04 UTC 2014 - l...@linux-schulserver.de + +- update to 2.1.0: + + Dropped 5.6.2 support + + Migrated to Minilla + +------------------------------------------------------------------- Old: ---- Mouse-2.0.0.tar.gz New: ---- Mouse-2.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Mouse.spec ++++++ --- /var/tmp/diff_new_pack.pOwu69/_old 2014-11-24 11:10:08.000000000 +0100 +++ /var/tmp/diff_new_pack.pOwu69/_new 2014-11-24 11:10:08.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Mouse # -# Copyright (c) 2013 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 @@ -17,7 +17,7 @@ Name: perl-Mouse -Version: 2.0.0 +Version: 2.4.1 Release: 0 %define cpan_name Mouse Summary: Moose minus the antlers @@ -29,8 +29,17 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Devel::PPPort) >= 3.19 -BuildRequires: perl(ExtUtils::ParseXS) >= 2.21 +BuildRequires: perl(ExtUtils::ParseXS) >= 3.22 +BuildRequires: perl(Module::Build) >= 0.4005 +BuildRequires: perl(Module::Build::XSUtil) +BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::Exception::LessClever) +BuildRequires: perl(Test::Fatal) +BuildRequires: perl(Test::LeakTrace) BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Test::Output) +BuildRequires: perl(Test::Requires) +BuildRequires: perl(Try::Tiny) %{perl_requires} %description @@ -54,19 +63,18 @@ %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +%{__perl} Build.PL installdirs=vendor optimize="%{optflags}" +./Build build flags=%{?_smp_mflags} %check -%{__make} test +./Build test %install -%perl_make_install -%perl_process_packlist +./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes example README +%doc Changes cpanfile example LICENSE minil.toml README.md %changelog ++++++ Mouse-2.0.0.tar.gz -> Mouse-2.4.1.tar.gz ++++++ ++++ 6114 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org