Hello community,

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

Package is "perl-MooseX-ConfigFromFile"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-MooseX-ConfigFromFile/perl-MooseX-ConfigFromFile.changes
    2012-01-04 07:27:22.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-ConfigFromFile.new/perl-MooseX-ConfigFromFile.changes
       2013-08-06 12:41:20.000000000 +0200
@@ -1,0 +2,40 @@
+Thu Aug  1 13:21:01 UTC 2013 - [email protected]
+
+- updated to 0.11
+           - bump prereq version for MooseX::Types::Path::Tiny to ensure a
+             broken version is not installed
+ 
+ 0.10      2013-02-12 13:17:44 PST-0800 (Karen Etheridge)
+           - allow clean composition into a role, without requiring an -exclude
+ 
+ 0.09      2013-02-11 09:35:50 PST-0800 (Karen Etheridge)
+           - removed prereqs which are only used for optional tests
+ 
+ 0.08      2013-02-09 16:24:27 PST-0800 (Karen Etheridge)
+           - allow configfiles called "0"
+           - configfile value now passed through to new()
+           - new _get_default_configfile method added, which consumers can
+             override to provide a default value without having to redefine the
+             attribute itself (via RT#79746) -- PLEASE READ THE DOCUMENTATION
+             if you override the configfile attribute!
+ 
+ 0.07      2013-02-04 (Karen Etheridge)
+           - fixed tests to not load optional dependencies
+ 
+ 0.06      2013-02-03 (Karen Etheridge)
+           - the configfile attribute is now a Path::Tiny, not a Path::Class
+             (coercions from strings are still supported, and now also from any
+             other type that has a string coercion).
+ 
+ 0.05      2013-02-03 (Karen Etheridge)
+           - documentation corrected to demostrate how to properly override the
+             configfile method to provide a default from the consuming class,
+             without having to redefine the attribute itself
+           - if MooseX::Getopt is installed, the configfile attribute has the
+             Getopt trait applied
+ 
+ 0.04      2011-12-17
+           - Call the configfile attribute default sub if it is a sub, not just
+             a string, just like MooseX::Getopt does (RT#73325, Karen 
Etheridge)
+
+-------------------------------------------------------------------

Old:
----
  MooseX-ConfigFromFile-0.03.tar.gz

New:
----
  MooseX-ConfigFromFile-0.11.tar.gz

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

Other differences:
------------------
++++++ perl-MooseX-ConfigFromFile.spec ++++++
--- /var/tmp/diff_new_pack.HsNS5N/_old  2013-08-06 12:41:21.000000000 +0200
+++ /var/tmp/diff_new_pack.HsNS5N/_new  2013-08-06 12:41:21.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-ConfigFromFile
 #
-# 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,55 +17,58 @@
 
 
 Name:           perl-MooseX-ConfigFromFile
-Version:        0.03
+Version:        0.11
 Release:        0
 %define cpan_name MooseX-ConfigFromFile
 Summary:        An abstract Moose role for setting attributes from a configfile
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/MooseX-ConfigFromFile/
-#Source:        
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-0.04.tar.gz
-Source:         MooseX-ConfigFromFile-0.03.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(Moose) >= 0.35
-BuildRequires:  perl(MooseX::Types::Path::Class) >= 0.04
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(MooseX::Types::Moose)
+BuildRequires:  perl(MooseX::Types::Path::Tiny) >= 0.005
+BuildRequires:  perl(Test::CheckDeps) >= 0.002
+BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::More) >= 0.94
+BuildRequires:  perl(Test::NoWarnings) >= 1.04
+BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(Test::Without::Module)
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(namespace::autoclean)
 #BuildRequires: perl(A)
-#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(Moose::Role)
+#BuildRequires: perl(Generic)
+#BuildRequires: perl(GenericRole)
 #BuildRequires: perl(MooseX::ConfigFromFile)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(YAML::Tiny)
-Requires:       perl(Moose) >= 0.35
-Requires:       perl(MooseX::Types::Path::Class) >= 0.04
-Requires:       perl(namespace::autoclean)
+#BuildRequires: perl(MooseX::Getopt)
+Requires:       perl(Moose::Role)
+Requires:       perl(MooseX::Types::Moose)
+Requires:       perl(MooseX::Types::Path::Tiny) >= 0.005
 Requires:       perl(Try::Tiny)
+Requires:       perl(namespace::autoclean)
 %{perl_requires}
 
 %description
 This is an abstract role which provides an alternate constructor for
 creating objects using parameters passed in from a configuration file. The
 actual implementation of reading the configuration file is left to concrete
-subroles.
+sub-roles.
 
 It declares an attribute 'configfile' and a class method 'new_with_config',
 and requires that concrete roles derived from it implement the class method
 'get_config_from_file'.
 
-Attributes specified directly as arguments to 'new_with_config' supercede
+Attributes specified directly as arguments to 'new_with_config' supersede
 those in the configfile.
 
 the MooseX::Getopt manpage knows about this abstract role, and will use it
-if available to load attributes from the file specified by the commandline
+if available to load attributes from the file specified by the command line
 flag '--configfile' during its normal 'new_with_options'.
 
 %prep
@@ -85,6 +88,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog README
+%doc Changes LICENSE README
 
 %changelog

++++++ MooseX-ConfigFromFile-0.03.tar.gz -> MooseX-ConfigFromFile-0.11.tar.gz 
++++++
++++ 4814 lines of diff (skipped)

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

Reply via email to