Accepting request 295844 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/295844 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model-Tester?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
1c8310416c
commit
ef159c0b7f
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c896926b15b3b8aaca419ceb0e65e9b51d3f1b3cc750ce719e2449dab8c8c008
|
|
||||||
size 19586
|
|
3
Config-Model-Tester-2.050.tar.gz
Normal file
3
Config-Model-Tester-2.050.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fba0ad82b6cba2943201165582daa843f597aafe2e4806e1577fbd2b39acd085
|
||||||
|
size 20448
|
@@ -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
|
Mon Dec 29 13:59:54 UTC 2014 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Config-Model-Tester
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,44 +17,35 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Config-Model-Tester
|
Name: perl-Config-Model-Tester
|
||||||
Version: 2.048
|
Version: 2.050
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Config-Model-Tester
|
%define cpan_name Config-Model-Tester
|
||||||
Summary: Test framework for Config::Model
|
Summary: Test framework for Config::Model
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Config-Model-Tester/
|
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
|
Source: http://www.cpan.org/authors/id/D/DD/DDUMONT/%{cpan_name}-%{version}.tar.gz
|
||||||
Source0: %{cpan_name}-%{version}.tar.gz
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(File::Copy)
|
|
||||||
BuildRequires: perl(File::Copy::Recursive)
|
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(Log::Log4perl) >= 1.11
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build) >= 0.34
|
||||||
BuildRequires: perl(Path::Class) >= 0.29
|
BuildRequires: perl(Path::Tiny)
|
||||||
BuildRequires: perl(Test::Differences)
|
BuildRequires: perl(Test::Differences)
|
||||||
BuildRequires: perl(Test::Exception)
|
BuildRequires: perl(Test::Exception)
|
||||||
BuildRequires: perl(Test::File::Contents)
|
BuildRequires: perl(Test::File::Contents)
|
||||||
BuildRequires: perl(Test::Memory::Cycle)
|
BuildRequires: perl(Test::Memory::Cycle)
|
||||||
BuildRequires: perl(Test::Warn)
|
BuildRequires: perl(Test::Warn)
|
||||||
Requires: perl(File::Copy)
|
|
||||||
Requires: perl(File::Copy::Recursive)
|
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(Log::Log4perl) >= 1.11
|
||||||
Requires: perl(Path::Class) >= 0.29
|
Requires: perl(Path::Tiny)
|
||||||
Requires: perl(Test::Differences)
|
Requires: perl(Test::Differences)
|
||||||
Requires: perl(Test::Exception)
|
Requires: perl(Test::Exception)
|
||||||
Requires: perl(Test::File::Contents)
|
Requires: perl(Test::File::Contents)
|
||||||
Requires: perl(Test::Memory::Cycle)
|
Requires: perl(Test::Memory::Cycle)
|
||||||
Requires: perl(Test::Warn)
|
Requires: perl(Test::Warn)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%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
|
This class was designed to tests several models and several tests cases per
|
||||||
model.
|
model.
|
||||||
|
|
||||||
|
A specific layout for test files must be followed
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
@@ -76,11 +69,8 @@ model.
|
|||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE weaver.ini
|
%doc Changes LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user