diff --git a/Config-Model-Tester-2.048.tar.gz b/Config-Model-Tester-2.048.tar.gz deleted file mode 100644 index 336dc47..0000000 --- a/Config-Model-Tester-2.048.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c896926b15b3b8aaca419ceb0e65e9b51d3f1b3cc750ce719e2449dab8c8c008 -size 19586 diff --git a/Config-Model-Tester-2.050.tar.gz b/Config-Model-Tester-2.050.tar.gz new file mode 100644 index 0000000..24eef76 --- /dev/null +++ b/Config-Model-Tester-2.050.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba0ad82b6cba2943201165582daa843f597aafe2e4806e1577fbd2b39acd085 +size 20448 diff --git a/perl-Config-Model-Tester.changes b/perl-Config-Model-Tester.changes index d428f9e..e6a991f 100644 --- a/perl-Config-Model-Tester.changes +++ b/perl-Config-Model-Tester.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Apr 13 18:27:21 UTC 2015 - coolo@suse.com + +- updated to 2.050 + see /usr/share/doc/packages/perl-Config-Model-Tester/Changes + + 2.050 2015-03-29 + + * Bug fix: + * fix check_data function + + 2.049 2015-03-28 + + * New features: + * check argument also accept a regexp ( i.e. a qr// ) + + added option to run 'update' test + * Allow to start test without config file (from scratch) + + * changed dependency: + * replaced Path::Class with Path::Tiny + + * Internal changes: + * refactored most of the logic in separate functions + ------------------------------------------------------------------- Mon Dec 29 13:59:54 UTC 2014 - lars@linux-schulserver.de diff --git a/perl-Config-Model-Tester.spec b/perl-Config-Model-Tester.spec index 5529712..5a96d65 100644 --- a/perl-Config-Model-Tester.spec +++ b/perl-Config-Model-Tester.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Config-Model-Tester # -# 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,44 +17,35 @@ Name: perl-Config-Model-Tester -Version: 2.048 +Version: 2.050 Release: 0 -%define cpan_name Config-Model-Tester +%define cpan_name Config-Model-Tester Summary: Test framework for Config::Model -License: LGPL-2.0+ +License: LGPL-2.1+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Config-Model-Tester/ -#Source: http://www.cpan.org/authors/id/D/DD/DDUMONT/Config-Model-Tester-%%{version}.tar.gz -Source0: %{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/D/DD/DDUMONT/%{cpan_name}-%{version}.tar.gz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(File::Copy) BuildRequires: perl(File::Copy::Recursive) -BuildRequires: perl(File::Find) -BuildRequires: perl(File::Path) -BuildRequires: perl(File::Spec) BuildRequires: perl(Log::Log4perl) >= 1.11 -BuildRequires: perl(Module::Build) -BuildRequires: perl(Path::Class) >= 0.29 +BuildRequires: perl(Module::Build) >= 0.34 +BuildRequires: perl(Path::Tiny) BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::File::Contents) BuildRequires: perl(Test::Memory::Cycle) BuildRequires: perl(Test::Warn) -Requires: perl(File::Copy) Requires: perl(File::Copy::Recursive) -Requires: perl(File::Find) -Requires: perl(File::Path) -Requires: perl(File::Spec) Requires: perl(Log::Log4perl) >= 1.11 -Requires: perl(Path::Class) >= 0.29 +Requires: perl(Path::Tiny) Requires: perl(Test::Differences) Requires: perl(Test::Exception) Requires: perl(Test::File::Contents) Requires: perl(Test::Memory::Cycle) Requires: perl(Test::Warn) -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch %{perl_requires} %description @@ -62,6 +53,8 @@ This class provides a way to test configuration models with tests files. This class was designed to tests several models and several tests cases per model. +A specific layout for test files must be followed + %prep %setup -q -n %{cpan_name}-%{version} @@ -76,11 +69,8 @@ model. ./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(-,root,root) -%doc Changes LICENSE weaver.ini +%defattr(-,root,root,755) +%doc Changes LICENSE %changelog