Hello community,

here is the log from the commit of package perl-Moose for openSUSE:Factory 
checked in at 2016-02-25 22:04:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Moose (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Moose.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Moose"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Moose/perl-Moose.changes    2015-11-10 
10:03:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Moose.new/perl-Moose.changes       
2016-02-26 00:39:03.000000000 +0100
@@ -1,0 +2,18 @@
+Fri Feb 19 10:34:37 UTC 2016 - co...@suse.com
+
+- updated to 2.1605
+   see /usr/share/doc/packages/perl-Moose/Changes
+
+  2.1605   2016-02-16
+  
+    [DOCUMENTATION]
+  
+    - Fixed references to test files that were renamed when their associated
+      documentation files were renamed in 2.0500 (RT#111898)
+  
+    - Moose::Manual::Roles now contains a section on handling required
+      attributes in role application (thanks, Kent Fredric!)
+  
+    - a few other, very minor, documentation fixes
+
+-------------------------------------------------------------------

Old:
----
  Moose-2.1604.tar.gz

New:
----
  Moose-2.1605.tar.gz

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

Other differences:
------------------
++++++ perl-Moose.spec ++++++
--- /var/tmp/diff_new_pack.9NnhHq/_old  2016-02-26 00:39:04.000000000 +0100
+++ /var/tmp/diff_new_pack.9NnhHq/_new  2016-02-26 00:39:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Moose
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:           perl-Moose
-Version:        2.1604
+Version:        2.1605
 Release:        0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Moose
@@ -42,6 +42,7 @@
 BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
 BuildRequires:  perl(Eval::Closure) >= 0.04
 BuildRequires:  perl(ExtUtils::CBuilder) >= 0.27
+BuildRequires:  perl(JSON::PP) >= 2.27300
 BuildRequires:  perl(List::MoreUtils) >= 0.28
 BuildRequires:  perl(List::Util) >= 1.35
 BuildRequires:  perl(MRO::Compat) >= 0.05
@@ -72,6 +73,7 @@
 Requires:       perl(Devel::StackTrace) >= 1.33
 Requires:       perl(Dist::CheckConflicts) >= 0.02
 Requires:       perl(Eval::Closure) >= 0.04
+Requires:       perl(JSON::PP) >= 2.27300
 Requires:       perl(List::MoreUtils) >= 0.28
 Requires:       perl(List::Util) >= 1.35
 Requires:       perl(MRO::Compat) >= 0.05
@@ -101,14 +103,14 @@
 easier, more consistent, and less tedious. With Moose you can think more
 about what you want to do and less about the mechanics of OOP.
 
-Additionally, Moose is built on top of the Class::MOP manpage, which is a
-metaclass system for Perl 5. This means that Moose not only makes building
-normal Perl 5 objects better, but it provides the power of metaclass
-programming as well.
+Additionally, Moose is built on top of Class::MOP, which is a metaclass
+system for Perl 5. This means that Moose not only makes building normal
+Perl 5 objects better, but it provides the power of metaclass programming
+as well.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++++++ Moose-2.1604.tar.gz -> Moose-2.1605.tar.gz ++++++
++++ 10861 lines of diff (skipped)


Reply via email to