Hello community,

here is the log from the commit of package perl-Moose for openSUSE:Factory 
checked in at 2016-05-25 21:22:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2016-02-26 
00:39:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Moose.new/perl-Moose.changes       
2016-05-25 21:22:28.000000000 +0200
@@ -1,0 +2,72 @@
+Thu May  5 09:43:06 UTC 2016 - [email protected]
+
+- updated to 2.1801
+   see /usr/share/doc/packages/perl-Moose/Changes
+
+  2.1801   2016-05-02
+  
+    [OTHER]
+  
+    - bundled an updated ExtUtils::HasCompiler, to support building with a
+      noexec $TMPDIR.
+  
+  2.1800   2016-04-30
+  
+    [OTHER]
+  
+    - an increased Data::OptList version has been added to recommended prereqs,
+      for greater speed. (Olivier Mengué, PR#123)
+  
+  2.1705   2016-04-21 (TRIAL RELEASE)
+  
+    [OTHER]
+  
+    - build-time compiler sanity checking is now done with 
ExtUtils::HasCompiler
+      instead of ExtUtils::CBuilder.
+  
+  2.1704   2016-04-13 (TRIAL RELEASE)
+  
+    [BUG FIXES]
+  
+    - Fixed method cache regeneration when a class contains a blessed sub
+      (RT#113704, Graham Knop, PR#122)
+  
+    [TESTS]
+  
+    - restore test on perl 5.8.x when Class::C3::XS is not installed 
(RT#113704)
+  
+  2.1703   2016-04-12 (TRIAL RELEASE)
+  
+    [TESTS]
+  
+    - skip dysfunctional test on perl 5.8.x when Class::C3::XS is not installed
+      (RT#113704)
+  
+  2.1702   2016-04-08 (TRIAL RELEASE)
+  
+    [DOCUMENTATION]
+  
+    - Moose::Meta::Attribute::Native::Trait::Array now documents the return
+      value for 'first_index' when there is no match (-1).
+  
+    [OTHER]
+  
+    - Moose::Exception's message attribute can now be any defined value, so as
+      to allow for objects with a stringification overload in place of a 
string.
+  
+  2.1701   2016-04-07 (TRIAL RELEASE)
+  
+    [OTHER]
+  
+    - Fixed the last remaining use of List::MoreUtils (RT#113587)
+  
+  2.1700   2016-04-06 (TRIAL RELEASE)
+  
+    [OTHER]
+  
+    - Moose::Exception now has a boolean overload. (Graham Knop, PR#119)
+  
+    - All uses of List::MoreUtils have been removed, replaced by inlined forms
+      or equivalents in List::Util. (Graham Knop, PR#120)
+
+-------------------------------------------------------------------

Old:
----
  Moose-2.1605.tar.gz

New:
----
  Moose-2.1801.tar.gz

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

Other differences:
------------------
++++++ perl-Moose.spec ++++++
--- /var/tmp/diff_new_pack.LdawcH/_old  2016-05-25 21:22:29.000000000 +0200
+++ /var/tmp/diff_new_pack.LdawcH/_new  2016-05-25 21:22:29.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Moose
-Version:        2.1605
+Version:        2.1801
 Release:        0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Moose
@@ -41,11 +41,9 @@
 BuildRequires:  perl(Devel::StackTrace) >= 1.33
 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(List::Util) >= 1.45
 BuildRequires:  perl(MRO::Compat) >= 0.05
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Module::Runtime) >= 0.014
 BuildRequires:  perl(Module::Runtime::Conflicts) >= 0.002
 BuildRequires:  perl(Package::DeprecationManager) >= 0.11
@@ -56,10 +54,9 @@
 BuildRequires:  perl(Sub::Exporter) >= 0.980
 BuildRequires:  perl(Sub::Identify)
 BuildRequires:  perl(Sub::Name) >= 0.05
-BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(Test::CleanNamespaces) >= 0.13
 BuildRequires:  perl(Test::Fatal) >= 0.001
-BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::More) >= 0.94
 BuildRequires:  perl(Test::Requires) >= 0.05
 BuildRequires:  perl(Test::Warnings) >= 0.016
 BuildRequires:  perl(Try::Tiny) >= 0.17
@@ -73,9 +70,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(List::Util) >= 1.45
 Requires:       perl(MRO::Compat) >= 0.05
 Requires:       perl(Module::Runtime) >= 0.014
 Requires:       perl(Module::Runtime::Conflicts) >= 0.002
@@ -87,9 +82,9 @@
 Requires:       perl(Sub::Exporter) >= 0.980
 Requires:       perl(Sub::Identify)
 Requires:       perl(Sub::Name) >= 0.05
-Requires:       perl(Task::Weaken)
 Requires:       perl(Try::Tiny) >= 0.17
 Requires:       perl(parent) >= 0.223
+Recommends:     perl(Data::OptList) >= 0.110
 %{perl_requires}
 # MANUAL BEGIN
 Provides:       perl-Class-MOP = %{version}

++++++ Moose-2.1605.tar.gz -> Moose-2.1801.tar.gz ++++++
++++ 11153 lines of diff (skipped)


Reply via email to