Hello community,

here is the log from the commit of package perl-Class-Load for openSUSE:Factory 
checked in at 2014-02-11 10:56:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-Load (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Class-Load.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Class-Load"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Class-Load/perl-Class-Load.changes  
2013-06-13 17:31:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-Load.new/perl-Class-Load.changes     
2014-02-11 10:56:16.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Feb  9 13:33:37 UTC 2014 - [email protected]
+
+- updated to 0.21
+  - repository moved to the github moose organization
+
+-------------------------------------------------------------------

Old:
----
  Class-Load-0.20.tar.gz

New:
----
  Class-Load-0.21.tar.gz

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

Other differences:
------------------
++++++ perl-Class-Load.spec ++++++
--- /var/tmp/diff_new_pack.8c62Mp/_old  2014-02-11 10:56:16.000000000 +0100
+++ /var/tmp/diff_new_pack.8c62Mp/_new  2014-02-11 10:56:16.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-Load
 #
-# 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,19 +17,20 @@
 
 
 Name:           perl-Class-Load
-Version:        0.20
+Version:        0.21
 Release:        0
 %define cpan_name Class-Load
 Summary:        a working (require "Class::Name") and more
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Class-Load/
-Source:         
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{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(Data::OptList)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
 BuildRequires:  perl(Module::Implementation) >= 0.04
 BuildRequires:  perl(Module::Runtime) >= 0.012
 BuildRequires:  perl(Package::Stash) >= 0.14
@@ -38,12 +39,7 @@
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(version)
-#BuildRequires: perl(Class::Load)
-#BuildRequires: perl(Class::Load::PP)
-#BuildRequires: perl(Class::Load::VersionCheck)
-#BuildRequires: perl(Test::Class::Load)
-#BuildRequires: perl(Test::Spelling)
-#BuildRequires: perl(Test::Without::Module)
+
 Requires:       perl(Data::OptList)
 Requires:       perl(Module::Implementation) >= 0.04
 Requires:       perl(Module::Runtime) >= 0.012
@@ -69,19 +65,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 CONTRIBUTING LICENSE README README.md
 
 %changelog

++++++ Class-Load-0.20.tar.gz -> Class-Load-0.21.tar.gz ++++++
++++ 2709 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to