Hello community,

here is the log from the commit of package perl-MooseX-Object-Pluggable for 
openSUSE:Factory checked in at 2013-12-09 07:15:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Object-Pluggable (Old)
 and      /work/SRC/openSUSE:Factory/.perl-MooseX-Object-Pluggable.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-MooseX-Object-Pluggable"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Object-Pluggable/perl-MooseX-Object-Pluggable.changes
        2011-12-21 15:41:32.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Object-Pluggable.new/perl-MooseX-Object-Pluggable.changes
   2013-12-09 07:15:05.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Nov 26 07:30:58 UTC 2013 - co...@suse.com
+
+- updated to 0.0012
+    - removed use of deprecated Class::MOP::load_class
+    - repository migrated from shadowcat to the github moose organization
+
+-------------------------------------------------------------------

Old:
----
  MooseX-Object-Pluggable-0.0011.tar.gz

New:
----
  MooseX-Object-Pluggable-0.0012.tar.gz

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

Other differences:
------------------
++++++ perl-MooseX-Object-Pluggable.spec ++++++
--- /var/tmp/diff_new_pack.vj4CeC/_old  2013-12-09 07:15:06.000000000 +0100
+++ /var/tmp/diff_new_pack.vj4CeC/_new  2013-12-09 07:15:06.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Object-Pluggable
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,33 +17,32 @@
 
 
 Name:           perl-MooseX-Object-Pluggable
-Version:        0.0011
+Version:        0.0012
 Release:        0
 %define cpan_name MooseX-Object-Pluggable
 Summary:        Make your classes pluggable
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/MooseX-Object-Pluggable/
-Source:         
http://www.cpan.org/authors/id/G/GR/GRODITI/%{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::Load)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.030
 BuildRequires:  perl(Module::Pluggable::Object)
-BuildRequires:  perl(Moose) >= 0.35
-#BuildRequires: perl(Class::MOP)
-#BuildRequires: perl(CPANPLUS::Backend)
-#BuildRequires: perl(inc::Module::Install) >= 0.75
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::AutoInstall)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Moose::Role)
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Moose::Role)
 #BuildRequires: perl(MooseX::Object::Pluggable)
+#BuildRequires: perl(Pod::Wordlist)
 #BuildRequires: perl(TestApp)
-#BuildRequires: perl(YAML::Tiny)
+#BuildRequires: perl(Test::Kwalitee)
+#BuildRequires: perl(Test::NoTabs)
+#BuildRequires: perl(Test::Spelling) >= 0.12
+Requires:       perl(Class::Load)
 Requires:       perl(Module::Pluggable::Object)
-Requires:       perl(Moose) >= 0.35
+Requires:       perl(Moose::Role)
 %{perl_requires}
 
 %description
@@ -57,19 +56,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
 
 %changelog

++++++ MooseX-Object-Pluggable-0.0011.tar.gz -> 
MooseX-Object-Pluggable-0.0012.tar.gz ++++++
++++ 5475 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