Hello community,

here is the log from the commit of package perl-Moose for openSUSE:Factory 
checked in at 2013-06-13 18:14:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2012-05-31 
17:08:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Moose.new/perl-Moose.changes       
2013-06-13 18:14:51.000000000 +0200
@@ -1,0 +2,50 @@
+Sun Jun  9 14:09:14 UTC 2013 - co...@suse.com
+
+- updated to 2.0802
+   * fix incompatibilities with Test::Builder 1.005+ (Karen Etheridge)
+   * Moose::Manual::Contributing updated to reflect the change of primary
+     repository from git.moose.perl.org to github.com
+ 
+ 2.0801 Thu, Mar 28, 2013
+ 
+   [BUG FIXES]
+ 
+   * properly apply traits at compile time (error introduced in 2.0800,
+     RT#77974). (doy)
+ 
+ 2.0800 Wed, Mar 27, 2013
+ 
+   [ENHANCEMENTS]
+ 
+   * The super() subroutine now carps if you pass it arguments. These arguments
+     are always ignored, but we used to ignore them silently. RT #77383.
+ 
+   * Roles can now override methods from other roles they consume directly,
+     without needing to manually exclude them (just like classes can). (mst)
+ 
+   [BUG FIXES]
+ 
+   * Fix false positive when checking for circular references for modules that
+     use the "also" parameter with Moose::Exporter. Reported by Jon
+     Swartz. Fixed by Matthew Wickline. RT #63818.
+ 
+   * Fix memory leak in type unions. (Karen Etheridge) RT#83929.
+ 
+   * Fix application of traits at compile time. (doy) RT#77974.
+ 
+ 2.0604 Wed, Sep 19, 2012
+ 
+   [BUG FIXES]
+ 
+   * Fix nonsensical error message for inlined accessors of required 
attributes.
+     (doy)
+ 
+   * Stop trying to localize a lexical (blead now throws an error for this). RT
+     #79257, perl #114628. (sprout)
+ 
+   [OTHER]
+ 
+   * Depend on a version of Carp new enough to have caller_info. RT #79367.
+     (pshangov)
+
+-------------------------------------------------------------------

Old:
----
  Moose-2.0602.tar.gz

New:
----
  Moose-2.0802.tar.gz

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

Other differences:
------------------
++++++ perl-Moose.spec ++++++
--- /var/tmp/diff_new_pack.aUZeCj/_old  2013-06-13 18:14:52.000000000 +0200
+++ /var/tmp/diff_new_pack.aUZeCj/_new  2013-06-13 18:14:52.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Moose
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,14 +17,14 @@
 
 
 Name:           perl-Moose
-Version:        2.0602
+Version:        2.0802
 Release:        0
 %define cpan_name Moose
 Summary:        A postmodern object system for Perl 5
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Moose/
-Source:         
http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
+Source:         
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 # MANUAL BEGIN
 Provides:       perl-Class-MOP = %{version}
 Obsoletes:      perl-Class-MOP < %{version}
@@ -33,6 +33,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Carp) >= 1.22
 BuildRequires:  perl(Class::Load) >= 0.09
 BuildRequires:  perl(Class::Load::XS) >= 0.01
 BuildRequires:  perl(Data::OptList) >= 0.107
@@ -45,6 +46,7 @@
 BuildRequires:  perl(Package::Stash) >= 0.32
 BuildRequires:  perl(Package::Stash::XS) >= 0.24
 BuildRequires:  perl(Params::Util) >= 1.00
+BuildRequires:  perl(Scalar::Util) >= 1.19
 BuildRequires:  perl(Sub::Exporter) >= 0.980
 BuildRequires:  perl(Sub::Name) >= 0.05
 BuildRequires:  perl(Task::Weaken)
@@ -52,6 +54,7 @@
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Requires) >= 0.05
 BuildRequires:  perl(Try::Tiny) >= 0.02
+Requires:       perl(Carp) >= 1.22
 Requires:       perl(Class::Load) >= 0.09
 Requires:       perl(Class::Load::XS) >= 0.01
 Requires:       perl(Data::OptList) >= 0.107
@@ -64,6 +67,7 @@
 Requires:       perl(Package::Stash) >= 0.32
 Requires:       perl(Package::Stash::XS) >= 0.24
 Requires:       perl(Params::Util) >= 1.00
+Requires:       perl(Scalar::Util) >= 1.19
 Requires:       perl(Sub::Exporter) >= 0.980
 Requires:       perl(Sub::Name) >= 0.05
 Requires:       perl(Task::Weaken)
@@ -114,6 +118,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc author benchmarks Changes Changes.Class-MOP doap.rdf doc eg examples 
LICENSE README TODO
+%doc Changes Changes.Class-MOP doc examples LICENSE README.md TODO
 
 %changelog

++++++ Moose-2.0602.tar.gz -> Moose-2.0802.tar.gz ++++++
++++ 12996 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to