Hello community,

here is the log from the commit of package perl-Moose for openSUSE:Factory 
checked in at 2017-02-07 12:10:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2017-01-10 
10:46:14.504018792 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Moose.new/perl-Moose.changes       
2017-02-07 12:10:24.002770653 +0100
@@ -1,0 +2,80 @@
+Mon Jan 30 06:07:42 UTC 2017 - co...@suse.com
+
+- updated to 2.2001
+   see /usr/share/doc/packages/perl-Moose/Changes
+
+  2.2001   2017-01-29
+  
+    [TESTS]
+  
+    - fixed variable interpolation in filename in test (RT#120033)
+  
+  2.2000   2017-01-29
+  
+    [OTHER]
+  
+    - increased minimum required version of Sub::Name.
+  
+  2.1905   2017-01-07 (TRIAL RELEASE)
+  
+    [ENHANCEMENTS]
+  
+    - Added support for __no_BUILD__ as a constructor argument to skip calling
+      any BUILD subs (used internally by modules like Moo that have their own
+      implementation of calling BUILD) (PR#142, Graham Knop)
+  
+  2.1904   2016-12-22 (TRIAL RELEASE)
+  
+    [BUG FIXES]
+  
+    - Slight tweaks to the syntax used for hashes in a few tests, that were
+      broken by a recent Test::More release that started using a new namespace
+      that clashes with a (bareword) type name in these tests. (PR#141,
+      D.Maestro)
+  
+  2.1903   2016-11-22 (TRIAL RELEASE)
+  
+    [ENHANCEMENTS]
+  
+    - When an attribute defines two methods (say a reader and writer) with the
+      same name, this now generates a warning.
+  
+    - The warning when attribute methods overwrite one another is now much more
+      informative. It includes the type of accessors involve (reader, writer,
+      predicate, etc.) as well as the file and line where each accessor was
+      defined. Fixes RT #118325.
+  
+    [BUG FIXES]
+  
+    - Brought back the Moose::Meta::Method::Delegation->_get_delegate_accessor
+      method for the benefit of MooseX::CurriedDelegation.
+  
+    - The definition context (package, file, & line) for attributes on
+      Class::MOP and Moose metaclasses was wrong in all cases.
+  
+  2.1902   2016-10-23 (TRIAL RELEASE)
+  
+    [ENHANCEMENTS]
+  
+    - The stack trace for an inlined delegation now tells you where the
+      delegating attribute was declared (file and line number).
+  
+  2.1901   2016-10-20 (TRIAL RELEASE)
+  
+    [TESTS]
+  
+    - warnings are only checked for in tests under AUTHOR_TESTING, so as to not
+      prevent installation when warnings occur in prerequisites.
+  
+  2.1900   2016-10-09 (TRIAL RELEASE)
+  
+    [ENHANCEMENTS]
+  
+    - Most delegations are inlined now. This is not done for speed but rather 
to
+      improve stack traces when the delegated-to method throws an exception or
+      when the delegated-to method simply does not exist in the
+      delegatee. Previously, this stack trace and associated error were less
+      helpful than they could have been. Requested by Tim Bunce, Olaf Alders,
+      and Van de Bugger. (RT#46614, RT#98402, and RT#109631).
+
+-------------------------------------------------------------------

Old:
----
  Moose-2.1807.tar.gz

New:
----
  Moose-2.2001.tar.gz

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

Other differences:
------------------
++++++ perl-Moose.spec ++++++
--- /var/tmp/diff_new_pack.ii0ITW/_old  2017-02-07 12:10:24.554692555 +0100
+++ /var/tmp/diff_new_pack.ii0ITW/_new  2017-02-07 12:10:24.562691423 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Moose
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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.1807
+Version:        2.2001
 Release:        0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Moose
@@ -53,12 +53,11 @@
 BuildRequires:  perl(Scalar::Util) >= 1.19
 BuildRequires:  perl(Sub::Exporter) >= 0.980
 BuildRequires:  perl(Sub::Identify)
-BuildRequires:  perl(Sub::Name) >= 0.05
+BuildRequires:  perl(Sub::Name) >= 0.20
 BuildRequires:  perl(Test::CleanNamespaces) >= 0.13
 BuildRequires:  perl(Test::Fatal) >= 0.001
 BuildRequires:  perl(Test::More) >= 0.94
 BuildRequires:  perl(Test::Requires) >= 0.05
-BuildRequires:  perl(Test::Warnings) >= 0.016
 BuildRequires:  perl(Try::Tiny) >= 0.17
 BuildRequires:  perl(parent) >= 0.223
 Requires:       perl(Carp) >= 1.22
@@ -81,7 +80,7 @@
 Requires:       perl(Scalar::Util) >= 1.19
 Requires:       perl(Sub::Exporter) >= 0.980
 Requires:       perl(Sub::Identify)
-Requires:       perl(Sub::Name) >= 0.05
+Requires:       perl(Sub::Name) >= 0.20
 Requires:       perl(Try::Tiny) >= 0.17
 Requires:       perl(parent) >= 0.223
 Recommends:     perl(Data::OptList) >= 0.110

++++++ Moose-2.1807.tar.gz -> Moose-2.2001.tar.gz ++++++
++++ 11203 lines of diff (skipped)


Reply via email to