Hello community,
here is the log from the commit of package perl-MooseX-SimpleConfig for
openSUSE:Factory checked in at 2015-04-15 16:26:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-SimpleConfig (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-SimpleConfig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-SimpleConfig"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MooseX-SimpleConfig/perl-MooseX-SimpleConfig.changes
2014-03-11 07:23:40.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-SimpleConfig.new/perl-MooseX-SimpleConfig.changes
2015-04-15 16:26:08.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Apr 14 15:46:37 UTC 2015 - [email protected]
+
+- updated to 0.11
+ see /usr/share/doc/packages/perl-MooseX-SimpleConfig/Changes
+
+ 0.11 2014-11-16 22:03:33Z
+ - remove optional test prereq by testing .pl config files, rather than
.conf
+
+-------------------------------------------------------------------
Old:
----
MooseX-SimpleConfig-0.10.tar.gz
New:
----
MooseX-SimpleConfig-0.11.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-SimpleConfig.spec ++++++
--- /var/tmp/diff_new_pack.D2lHmV/_old 2015-04-15 16:26:08.000000000 +0200
+++ /var/tmp/diff_new_pack.D2lHmV/_new 2015-04-15 16:26:08.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-SimpleConfig
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,10 +17,10 @@
Name: perl-MooseX-SimpleConfig
-Version: 0.10
+Version: 0.11
Release: 0
%define cpan_name MooseX-SimpleConfig
-Summary: A Moose role for setting attributes from a simple configfile
+Summary: A Moose role for setting attributes from a simple
configuration file
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/MooseX-SimpleConfig/
@@ -30,23 +30,23 @@
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Config::Any) >= 0.13
-BuildRequires: perl(Module::Build::Tiny) >= 0.030
+BuildRequires: perl(Module::Build::Tiny) >= 0.039
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(MooseX::ConfigFromFile)
BuildRequires: perl(Test::Fatal)
-BuildRequires: perl(Test::Requires)
+BuildRequires: perl(Test::More) >= 0.88
Requires: perl(Config::Any) >= 0.13
Requires: perl(Moose::Role)
Requires: perl(MooseX::ConfigFromFile)
%{perl_requires}
%description
-This role loads simple configfiles to set object attributes. It is based on
-the abstract role the MooseX::ConfigFromFile manpage, and uses the
-Config::Any manpage to load your configfile. the Config::Any manpage will
-in turn support any of a variety of different config formats, detected by
-the file extension. See the Config::Any manpage for more details about
+This role loads simple files to set object attributes. It is based on the
+abstract role the MooseX::ConfigFromFile manpage, and uses the Config::Any
+manpage to load your configuration file. the Config::Any manpage will in
+turn support any of a variety of different config formats, detected by the
+file extension. See the Config::Any manpage for more details about
supported formats.
To pass additional arguments to the Config::Any manpage you must provide a
@@ -58,9 +58,9 @@
};
}
-Like all the MooseX::ConfigFromFile manpage -derived configfile loaders,
-this module is automatically supported by the the MooseX::Getopt manpage
-role as well, which allows specifying '-configfile' on the command line.
+Like all the MooseX::ConfigFromFile manpage -derived file loaders, this
+module is automatically supported by the the MooseX::Getopt manpage role as
+well, which allows specifying '-configfile' on the command line.
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -78,6 +78,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README README.md weaver.ini
+%doc Changes CONTRIBUTING LICENSE README
%changelog
++++++ MooseX-SimpleConfig-0.10.tar.gz -> MooseX-SimpleConfig-0.11.tar.gz ++++++
++++ 3774 lines of diff (skipped)