Hello community,
here is the log from the commit of package perl-MooseX-ConfigFromFile for
openSUSE:Factory checked in at 2013-10-06 14:54:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-ConfigFromFile (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-ConfigFromFile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-ConfigFromFile"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MooseX-ConfigFromFile/perl-MooseX-ConfigFromFile.changes
2013-08-06 12:41:20.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-ConfigFromFile.new/perl-MooseX-ConfigFromFile.changes
2013-10-06 14:54:42.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Oct 4 09:15:12 UTC 2013 - [email protected]
+
+- updated to 0.12
+ - warnings tests bypassed during installation
+ - repository migrated from shadowcat to the github moose organization
+
+-------------------------------------------------------------------
Old:
----
MooseX-ConfigFromFile-0.11.tar.gz
New:
----
MooseX-ConfigFromFile-0.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-ConfigFromFile.spec ++++++
--- /var/tmp/diff_new_pack.VZXb5E/_old 2013-10-06 14:54:43.000000000 +0200
+++ /var/tmp/diff_new_pack.VZXb5E/_new 2013-10-06 14:54:43.000000000 +0200
@@ -17,7 +17,7 @@
Name: perl-MooseX-ConfigFromFile
-Version: 0.11
+Version: 0.12
Release: 0
%define cpan_name MooseX-ConfigFromFile
Summary: An abstract Moose role for setting attributes from a configfile
@@ -29,15 +29,16 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(CPAN::Meta::Check) >= 0.007
+BuildRequires: perl(Module::Build::Tiny) >= 0.027
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(MooseX::Types::Path::Tiny) >= 0.005
-BuildRequires: perl(Test::CheckDeps) >= 0.002
+BuildRequires: perl(Test::CheckDeps) >= 0.006
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.94
-BuildRequires: perl(Test::NoWarnings) >= 1.04
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Without::Module)
BuildRequires: perl(Try::Tiny)
@@ -47,6 +48,9 @@
#BuildRequires: perl(GenericRole)
#BuildRequires: perl(MooseX::ConfigFromFile)
#BuildRequires: perl(MooseX::Getopt)
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::Kwalitee)
+#BuildRequires: perl(Test::Spelling) >= 0.12
Requires: perl(Moose::Role)
Requires: perl(MooseX::Types::Moose)
Requires: perl(MooseX::Types::Path::Tiny) >= 0.005
@@ -75,19 +79,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-ConfigFromFile-0.11.tar.gz -> MooseX-ConfigFromFile-0.12.tar.gz
++++++
++++ 2477 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]