Hello community,

here is the log from the commit of package perl-Pod-Coverage-Moose for 
openSUSE:Factory checked in at 2014-03-18 14:16:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Pod-Coverage-Moose (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Pod-Coverage-Moose.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Pod-Coverage-Moose"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Pod-Coverage-Moose/perl-Pod-Coverage-Moose.changes
  2013-06-13 20:07:13.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Pod-Coverage-Moose.new/perl-Pod-Coverage-Moose.changes
     2014-03-18 14:16:36.000000000 +0100
@@ -1,0 +2,13 @@
+Mon Mar 17 08:55:54 UTC 2014 - co...@suse.com
+
+- fix spec file to build
+
+-------------------------------------------------------------------
+Sat Jan  4 12:38:29 UTC 2014 - l...@linux-schulserver.de
+
+- update to 0.05:
+  + Removed use of Perl6::Junction, which causes warnings with 5.18.0.
+  + switch to using namespace::autoclean everywhere
+  + canonical repository migrated to the github moose organization
+
+-------------------------------------------------------------------

Old:
----
  Pod-Coverage-Moose-0.04.tar.gz

New:
----
  Pod-Coverage-Moose-0.05.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Pod-Coverage-Moose.spec ++++++
--- /var/tmp/diff_new_pack.z7es8T/_old  2014-03-18 14:16:37.000000000 +0100
+++ /var/tmp/diff_new_pack.z7es8T/_new  2014-03-18 14:16:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pod-Coverage-Moose
 #
-# 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,43 +17,29 @@
 
 
 Name:           perl-Pod-Coverage-Moose
-Version:        0.04
+Version:        0.05
 Release:        0
 %define cpan_name Pod-Coverage-Moose
-Summary:        L<Pod::Coverage> extension for L<Moose>
+Summary:        Pod::Coverage extension for Moose
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Pod-Coverage-Moose/
-Source:         
http://www.cpan.org/authors/id/M/MM/MMCLERIC/%{cpan_name}-%{version}.tar.gz
+Source:         
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Class::MOP)
+BuildRequires:  perl(Class::Load)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.030
 BuildRequires:  perl(Moose) >= 0.24
-BuildRequires:  perl(Perl6::Junction)
+BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(Pod::Coverage)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
-BuildRequires:  perl(namespace::clean) >= 0.05
-#BuildRequires: perl(CPANPLUS::Backend)
-#BuildRequires: perl(inc::Module::Install) >= 0.75
-#BuildRequires: perl(IsMoose)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::AutoInstall)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Moose::Role)
-#BuildRequires: perl(MooseRole)
-#BuildRequires: perl(MooseX::AttributeHelpers)
-#BuildRequires: perl(TestAttributeHelpers)
-#BuildRequires: perl(Test::Kwalitee)
-#BuildRequires: perl(YAML::Tiny)
-Requires:       perl(Class::MOP)
+BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(namespace::autoclean) >= 0.08
+Requires:       perl(Class::Load)
 Requires:       perl(Moose) >= 0.24
-Requires:       perl(Perl6::Junction)
 Requires:       perl(Pod::Coverage)
-Requires:       perl(namespace::clean) >= 0.05
+Requires:       perl(namespace::autoclean) >= 0.08
 %{perl_requires}
 
 %description
@@ -72,19 +58,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 README
+%doc Changes CONTRIBUTING LICENSE README README.md weaver.ini
 
 %changelog

++++++ Pod-Coverage-Moose-0.04.tar.gz -> Pod-Coverage-Moose-0.05.tar.gz ++++++
++++ 5639 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to