Hello community,

here is the log from the commit of package perl-MooseX-Workers for 
openSUSE:Factory checked in at 2013-06-09 16:58:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Workers (Old)
 and      /work/SRC/openSUSE:Factory/.perl-MooseX-Workers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-MooseX-Workers"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MooseX-Workers/perl-MooseX-Workers.changes  
2011-12-30 08:46:22.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Workers.new/perl-MooseX-Workers.changes 
    2013-06-09 16:58:52.000000000 +0200
@@ -1,0 +2,21 @@
+Wed Jun  5 19:09:26 UTC 2013 - [email protected]
+
+- updated to 0.23
+   - check class mutability when adding around for Win32
+ 
+   - don't quote external prog/args on Win32 (broke in cmd)
+   - skip 10.worker.enqueue.t on Win32 (fails sometimes, cannot reproduce)
+ 
+   - much better compatibility with Win32
+   - wrap non-job workers in an anon job (which stringifies/numifies to wheel 
ID
+     for backcompat)
+ 
+   - fix another test on Win32
+ 
+   - tell PAUSE not to index doc/
+ 
+   - convert dist to Dist::Zilla
+   - add worker_finished with correct num_workers/has_workers state, deprecate
+     worker_done
+
+-------------------------------------------------------------------

Old:
----
  MooseX-Workers-0.16.tar.gz

New:
----
  MooseX-Workers-0.23.tar.gz

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

Other differences:
------------------
++++++ perl-MooseX-Workers.spec ++++++
--- /var/tmp/diff_new_pack.Zgspvr/_old  2013-06-09 16:58:53.000000000 +0200
+++ /var/tmp/diff_new_pack.Zgspvr/_new  2013-06-09 16:58:53.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Workers
 #
-# Copyright (c) 2011 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,24 +17,41 @@
 
 
 Name:           perl-MooseX-Workers
-Version:        0.16
+Version:        0.23
 Release:        0
 %define cpan_name MooseX-Workers
 Summary:        Simple sub-process management for asynchronous tasks
-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/MooseX-Workers/
-Source:         
http://www.cpan.org/authors/id/J/JH/JHANNAH/MooseX-Workers-%{version}.tar.gz
+Source:         
http://www.cpan.org/authors/id/R/RK/RKITOVER/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(DateTime)
-BuildRequires:  perl(Moose) >= 0.90
-BuildRequires:  perl(POE) >= 1.004
-Requires:       perl(DateTime)
-Requires:       perl(Moose) >= 0.90
-Requires:       perl(POE) >= 1.004
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(POE)
+BuildRequires:  perl(POE::Filter::Line)
+BuildRequires:  perl(POE::Filter::Reference)
+BuildRequires:  perl(POE::Wheel::Run)
+BuildRequires:  perl(Package::Stash)
+BuildRequires:  perl(Try::Tiny)
+#BuildRequires: perl(App)
+#BuildRequires: perl(BaseClass)
+#BuildRequires: perl(BaseClass::Subclass)
+#BuildRequires: perl(ManagerRole)
+#BuildRequires: perl(MooseX::Workers)
+#BuildRequires: perl(MooseX::Workers::Engine)
+#BuildRequires: perl(MooseX::Workers::Job)
+#BuildRequires: perl(POE::Session)
+Requires:       perl(Moose)
+Requires:       perl(Moose::Role)
+Requires:       perl(POE)
+Requires:       perl(POE::Wheel::Run)
+Requires:       perl(Package::Stash)
+Requires:       perl(Try::Tiny)
 %{perl_requires}
 
 %description
@@ -57,11 +74,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes README
+%defattr(-,root,root,755)
+%doc Changes doc LICENSE README
 
 %changelog

++++++ MooseX-Workers-0.16.tar.gz -> MooseX-Workers-0.23.tar.gz ++++++
++++ 5955 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to