Hello community,
here is the log from the commit of package perl-MooseX-Daemonize for
openSUSE:Factory checked in at 2013-06-13 18:15:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Daemonize (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-Daemonize.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-Daemonize"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MooseX-Daemonize/perl-MooseX-Daemonize.changes
2012-01-04 07:27:26.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-Daemonize.new/perl-MooseX-Daemonize.changes
2013-06-13 18:15:50.000000000 +0200
@@ -1,0 +2,23 @@
+Wed Jun 5 18:52:33 UTC 2013 - [email protected]
+
+- updated to 0.18
+ - make tests a bit more tolerant of slow systems, by waiting longer for
+ processes to die (RT#85229, Chisel Wright)
+
+ - Makefile.PL now prevents installation on MSWin32
+
+ - fix incompatibilities with Test::Builder 1.005+ (schwern, RT#76523)
+ - add missing dependency on the version of File::Path which added
+ make_path (RT#79169, Jonathan Sailor)
+ - add missing test dependency on Test::Exception (RT#70382)
+ - document the 'basedir' attribute and its behaviour (RT#83055)
+ - add 'documentation' keys for public attributes, to be used when
+ displaying --help (RT#54295)
+
+ - fix versions
+
+ - recommend Daemon::Control instead
+ - fix bug with pidbase dir not being created
+ if it doesn't already exist
+
+-------------------------------------------------------------------
Old:
----
MooseX-Daemonize-0.13.tar.gz
New:
----
MooseX-Daemonize-0.18.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-Daemonize.spec ++++++
--- /var/tmp/diff_new_pack.XMRYKi/_old 2013-06-13 18:15:50.000000000 +0200
+++ /var/tmp/diff_new_pack.XMRYKi/_new 2013-06-13 18:15:50.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Daemonize
#
-# 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
@@ -15,28 +15,30 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: perl-MooseX-Daemonize
-Version: 0.13
+Version: 0.18
Release: 0
%define cpan_name MooseX-Daemonize
Summary: Role for daemonizing your Moose based application
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/MooseX-Daemonize/
-Source:
http://www.cpan.org/authors/id/S/ST/STEVAN/%{cpan_name}-%{version}.tar.gz
+Source:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(File::Path) >= 2.08
BuildRequires: perl(Moose) >= 0.33
BuildRequires: perl(MooseX::Getopt) >= 0.07
BuildRequires: perl(MooseX::Types::Path::Class)
+BuildRequires: perl(Sub::Exporter)
+BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Moose)
-#BuildRequires: perl(inc::Module::Install) >= 0.75
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
+BuildRequires: perl(Test::More) >= 0.88
+#BuildRequires: perl(Devel::AssertOS)
+#BuildRequires: perl(Devel::CheckOS)
#BuildRequires: perl(Moose::Role)
#BuildRequires: perl(Moose::Util::TypeConstraints)
#BuildRequires: perl(MooseX::Daemonize)
@@ -45,15 +47,13 @@
#BuildRequires: perl(MooseX::Daemonize::Pid::File)
#BuildRequires: perl(MooseX::Daemonize::WithPidFile)
#BuildRequires: perl(MooseX::Getopt::OptionTypeMap)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(Sub::Exporter)
-#BuildRequires: perl(Test::Exception)
#BuildRequires: perl(Test::MooseX::Daemonize)
#BuildRequires: perl(Test::MooseX::Daemonize::Testable)
-#BuildRequires: perl(YAML::Tiny)
+Requires: perl(File::Path) >= 2.08
Requires: perl(Moose) >= 0.33
Requires: perl(MooseX::Getopt) >= 0.07
Requires: perl(MooseX::Types::Path::Class)
+Requires: perl(Sub::Exporter)
%{perl_requires}
%description
@@ -78,6 +78,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes README
+%doc Changes LICENSE README
%changelog
++++++ MooseX-Daemonize-0.13.tar.gz -> MooseX-Daemonize-0.18.tar.gz ++++++
++++ 4299 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]