Hello community,
here is the log from the commit of package perl-MooseX-Object-Pluggable for
openSUSE:Factory checked in at 2014-02-12 07:17:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Object-Pluggable (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-Object-Pluggable.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-Object-Pluggable"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MooseX-Object-Pluggable/perl-MooseX-Object-Pluggable.changes
2013-12-09 07:15:05.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-Object-Pluggable.new/perl-MooseX-Object-Pluggable.changes
2014-02-12 09:48:29.000000000 +0100
@@ -1,0 +2,11 @@
+Sun Feb 9 13:33:36 UTC 2014 - [email protected]
+
+- updated to 0.0013
+ - line numbers in shipped code are now almost the same (within 3) as
+ the repository source, for easier debugging
+ - add error diagnostic if the plugin is not a Moose role (RT#49507)
+ - avoid continuing on after failing to load a plugin (RT#63013)
+ - keep track of all plugins successfully loaded so far in case we
+ fail in the middle (RT#88562)
+
+-------------------------------------------------------------------
Old:
----
MooseX-Object-Pluggable-0.0012.tar.gz
New:
----
MooseX-Object-Pluggable-0.0013.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-Object-Pluggable.spec ++++++
--- /var/tmp/diff_new_pack.ijUjsJ/_old 2014-02-12 09:48:29.000000000 +0100
+++ /var/tmp/diff_new_pack.ijUjsJ/_new 2014-02-12 09:48:29.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Object-Pluggable
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,7 +17,7 @@
Name: perl-MooseX-Object-Pluggable
-Version: 0.0012
+Version: 0.0013
Release: 0
%define cpan_name MooseX-Object-Pluggable
Summary: Make your classes pluggable
@@ -29,24 +29,26 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Class::Load)
-BuildRequires: perl(Module::Build::Tiny) >= 0.030
+BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Module::Pluggable::Object)
+BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role)
-#BuildRequires: perl(MooseX::Object::Pluggable)
-#BuildRequires: perl(Pod::Wordlist)
-#BuildRequires: perl(TestApp)
-#BuildRequires: perl(Test::Kwalitee)
-#BuildRequires: perl(Test::NoTabs)
-#BuildRequires: perl(Test::Spelling) >= 0.12
-Requires: perl(Class::Load)
+BuildRequires: perl(Moose::Util)
+BuildRequires: perl(Test::Fatal)
+BuildRequires: perl(Try::Tiny)
+BuildRequires: perl(namespace::autoclean)
+BuildRequires: perl(version)
Requires: perl(Module::Pluggable::Object)
+Requires: perl(Module::Runtime)
Requires: perl(Moose::Role)
+Requires: perl(Moose::Util)
+Requires: perl(Try::Tiny)
+Requires: perl(namespace::autoclean)
%{perl_requires}
%description
-This module is meant to be loaded as a role from Moose-based classes it
+This module is meant to be loaded as a role from Moose-based classes. It
will add five methods and four attributes to assist you with the loading
and handling of plugins and extensions for plugins. I understand that this
may pollute your namespace, however I took great care in using the least
@@ -54,6 +56,7 @@
%prep
%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL --installdirs=vendor
@@ -68,6 +71,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README README.md
+%doc Changes CONTRIBUTING LICENSE README README.md weaver.ini
%changelog
++++++ MooseX-Object-Pluggable-0.0012.tar.gz ->
MooseX-Object-Pluggable-0.0013.tar.gz ++++++
++++ 2723 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]