Hello community,
here is the log from the commit of package perl-MooseX-Method-Signatures for
openSUSE:Factory checked in at 2014-02-22 18:12:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Method-Signatures (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-Method-Signatures.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-Method-Signatures"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MooseX-Method-Signatures/perl-MooseX-Method-Signatures.changes
2013-06-06 13:24:15.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-Method-Signatures.new/perl-MooseX-Method-Signatures.changes
2014-02-22 18:12:13.000000000 +0100
@@ -1,0 +2,10 @@
+Fri Oct 4 09:15:24 UTC 2013 - [email protected]
+
+- updated to 0.46
+ - re-release with fixed compile test
+ - removed use of deprecated Class::MOP::load_class
+ - documentation reference added, pointing to the WARNING section in
+ MooseX::Declare, regarding future utility of this module
+ - repository migrated to the github moose organization
+
+-------------------------------------------------------------------
Old:
----
MooseX-Method-Signatures-0.44.tar.gz
New:
----
MooseX-Method-Signatures-0.46.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-Method-Signatures.spec ++++++
--- /var/tmp/diff_new_pack.rQ1SdY/_old 2014-02-22 18:12:13.000000000 +0100
+++ /var/tmp/diff_new_pack.rQ1SdY/_new 2014-02-22 18:12:13.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Method-Signatures
#
-# 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-MooseX-Method-Signatures
-Version: 0.44
+Version: 0.46
Release: 0
%define cpan_name MooseX-Method-Signatures
Summary: Method declarations with type constraints and no source filter
@@ -34,6 +34,7 @@
BuildRequires: perl(Devel::Declare) >= 0.005011
BuildRequires: perl(Devel::Declare::Context::Simple)
BuildRequires: perl(Eval::Closure)
+BuildRequires: perl(Module::Build::Tiny) >= 0.027
BuildRequires: perl(Module::Runtime) >= 0.012
BuildRequires: perl(Moose) >= 0.89
BuildRequires: perl(Moose::Meta::Class)
@@ -54,11 +55,11 @@
BuildRequires: perl(Parse::Method::Signatures::Types)
BuildRequires: perl(Sub::Name)
BuildRequires: perl(Task::Weaken)
-BuildRequires: perl(Test::CheckDeps) >= 0.002
+BuildRequires: perl(Test::CheckDeps) >= 0.007
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Moose)
-BuildRequires: perl(Test::More) >= 0.89
+BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(aliased)
BuildRequires: perl(metaclass)
BuildRequires: perl(namespace::autoclean)
@@ -71,10 +72,14 @@
#BuildRequires: perl(MXMSLabeled)
#BuildRequires: perl(MXMSMoody)
#BuildRequires: perl(My::Annoyingly::Long::Name::Space)
+#BuildRequires: perl(Pod::Wordlist)
#BuildRequires: perl(TestClass)
#BuildRequires: perl(TestClassTrait)
#BuildRequires: perl(TestClassWithMxTypes)
+#BuildRequires: perl(Test::Kwalitee)
+#BuildRequires: perl(Test::NoTabs)
#BuildRequires: perl(Test::Pod)
+#BuildRequires: perl(Test::Spelling) >= 0.12
Requires: perl(B::Hooks::EndOfScope) >= 0.10
Requires: perl(Context::Preserve)
Requires: perl(Devel::Declare) >= 0.005011
@@ -111,19 +116,18 @@
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./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 LICENSE README
+%doc Changes LICENSE README weaver.ini
%changelog
++++++ MooseX-Method-Signatures-0.44.tar.gz ->
MooseX-Method-Signatures-0.46.tar.gz ++++++
++++ 3573 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]