Hello community,

here is the log from the commit of package perl-Moose for openSUSE:Factory 
checked in at 2012-05-31 17:08:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Moose (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Moose.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Moose", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Moose/perl-Moose.changes    2012-03-13 
09:38:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Moose.new/perl-Moose.changes       
2012-05-31 17:08:51.000000000 +0200
@@ -1,0 +2,20 @@
+Wed May 30 05:40:33 UTC 2012 - co...@suse.com
+
+- updated to 2.0602
+  [BUG FIXES]
+
+  * Ensure that the Moose::Exporter-generated init_meta returns the same value
+    that it did previously. This isn't really a bug, since the return value has
+    never been tested or documented, but since the generated init_meta is
+    nothing more than a compatibility shim at this point, there's no reason to
+    not make it as compatible as possible. Reported by Moritz Onken. (doy)
+
+  [BUG FIXES]
+
+  * Fix init_meta order when multiple also packages are specified (this matters
+    when one of them is being used to actually initalize the metaclass,
+    typically with also => 'Moose'). Reported by Randy Stauner. (doy)
+
+ ... see Changes
+
+-------------------------------------------------------------------

Old:
----
  Moose-2.0401.tar.gz

New:
----
  Moose-2.0602.tar.gz

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

Other differences:
------------------
++++++ perl-Moose.spec ++++++
--- /var/tmp/diff_new_pack.c02k8v/_old  2012-05-31 17:08:52.000000000 +0200
+++ /var/tmp/diff_new_pack.c02k8v/_new  2012-05-31 17:08:52.000000000 +0200
@@ -17,52 +17,43 @@
 
 
 Name:           perl-Moose
-Version:        2.0401
+Version:        2.0602
 Release:        0
 %define cpan_name Moose
 Summary:        A postmodern object system for Perl 5
-License:        GPL-1.0+ or Artistic-1.0
+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
-Patch2:         perl-Moose-apply_role.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# MANUAL
+# MANUAL BEGIN
 Provides:       perl-Class-MOP = %{version}
 Obsoletes:      perl-Class-MOP < %{version}
+Patch2:         perl-Moose-apply_role.patch
+# MANUAL END
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(DBM::Deep)
-BuildRequires:  perl(Data::OptList)
-BuildRequires:  perl(DateTime::Format::MySQL)
-BuildRequires:  perl(Declare::Constraints::Simple)
+BuildRequires:  perl(Class::Load) >= 0.09
+BuildRequires:  perl(Class::Load::XS) >= 0.01
+BuildRequires:  perl(Data::OptList) >= 0.107
 BuildRequires:  perl(Devel::GlobalDestruction)
 BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
-BuildRequires:  perl(Eval::Closure)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(IO::String)
-BuildRequires:  perl(List::MoreUtils) >= 0.12
+BuildRequires:  perl(Eval::Closure) >= 0.04
+BuildRequires:  perl(List::MoreUtils) >= 0.28
 BuildRequires:  perl(MRO::Compat) >= 0.05
-BuildRequires:  perl(Module::Refresh)
 BuildRequires:  perl(Package::DeprecationManager) >= 0.11
-BuildRequires:  perl(Package::Stash) >= 0.21
-BuildRequires:  perl(Package::Stash::XS) >= 0.18
+BuildRequires:  perl(Package::Stash) >= 0.32
+BuildRequires:  perl(Package::Stash::XS) >= 0.24
 BuildRequires:  perl(Params::Util) >= 1.00
-BuildRequires:  perl(SUPER)
-BuildRequires:  perl(Scalar::Util) >= 1.19
 BuildRequires:  perl(Sub::Exporter) >= 0.980
 BuildRequires:  perl(Sub::Name) >= 0.05
 BuildRequires:  perl(Task::Weaken)
-BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal) >= 0.001
-BuildRequires:  perl(Test::LeakTrace)
 BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::Output)
 BuildRequires:  perl(Test::Requires) >= 0.05
 BuildRequires:  perl(Try::Tiny) >= 0.02
 Requires:       perl(Class::Load) >= 0.09
 Requires:       perl(Class::Load::XS) >= 0.01
-Requires:       perl(Data::OptList)
 Requires:       perl(Data::OptList) >= 0.107
 Requires:       perl(Devel::GlobalDestruction)
 Requires:       perl(Dist::CheckConflicts) >= 0.02
@@ -73,12 +64,11 @@
 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)
 Requires:       perl(Try::Tiny) >= 0.02
-
+Recommends:     perl(Devel::PartialDump) >= 0.14
 %{perl_requires}
 
 %description
@@ -95,6 +85,8 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
+# MANUAL BEGIN
 %if 0%{?suse_version} <= 1110
 for i in `find t -type f` ; do
     sed -i -e "s@^\s*use\s\s*Test::More@use lib '%{perl_vendorlib}';\nuse 
Test::More@" $i
@@ -106,7 +98,7 @@
 %else
 %patch2 -p0
 %endif
-find . -type f -print0 | xargs -0 chmod 644
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -120,9 +112,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc author benchmarks Changes Changes.Class-MOP doap.rdf doc eg examples 
LICENSE README TODO

++++++ Moose-2.0401.tar.gz -> Moose-2.0602.tar.gz ++++++
++++ 24418 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