Hello community,

here is the log from the commit of package perl-Class-Method-Modifiers for 
openSUSE:Factory checked in at 2014-03-09 18:34:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-Method-Modifiers (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Class-Method-Modifiers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Class-Method-Modifiers"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Class-Method-Modifiers/perl-Class-Method-Modifiers.changes
  2014-01-23 15:51:20.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-Method-Modifiers.new/perl-Class-Method-Modifiers.changes
     2014-03-09 18:34:47.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Mar  7 08:50:45 UTC 2014 - [email protected]
+
+- updated to 2.10
+  - installation switched to using only ExtUtils::MakeMaker, to allow
+    for use on perl 5.6
+
+-------------------------------------------------------------------

Old:
----
  Class-Method-Modifiers-2.09.tar.gz

New:
----
  Class-Method-Modifiers-2.10.tar.gz

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

Other differences:
------------------
++++++ perl-Class-Method-Modifiers.spec ++++++
--- /var/tmp/diff_new_pack.squuaP/_old  2014-03-09 18:34:47.000000000 +0100
+++ /var/tmp/diff_new_pack.squuaP/_new  2014-03-09 18:34:47.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Class-Method-Modifiers
-Version:        2.09
+Version:        2.10
 Release:        0
 %define         cpan_name Class-Method-Modifiers
 Summary:        provides Moose-like method modifiers
@@ -29,14 +29,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build::Tiny) >= 0.028
 BuildRequires:  perl(Test::Fatal)
-BuildRequires:  perl(Test::More) >= 0.94
-#BuildRequires: perl(Class::Method::Modifiers)
-#BuildRequires: perl(Pod::Wordlist)
-#BuildRequires: perl(Test::Kwalitee)
-#BuildRequires: perl(Test::NoTabs)
-#BuildRequires: perl(Test::Spelling) >= 0.12
+BuildRequires:  perl(version)
 %{perl_requires}
 
 %description
@@ -81,18 +75,19 @@
 find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Build.PL --installdirs=vendor
-./Build build --flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install --destdir=%{buildroot} --create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes CONTRIBUTING LICENSE README README.md
 
 %changelog

++++++ Class-Method-Modifiers-2.09.tar.gz -> Class-Method-Modifiers-2.10.tar.gz 
++++++
++++ 1870 lines of diff (skipped)

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

Reply via email to