From ab72acced4de4f89066c1b895d5474a6ebbd435c4fe9433010daaba979e1228a Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 13 Apr 2015 17:32:38 +0000 Subject: [PATCH] - updated to 0.88 - Remove a debugging line. 0.87 Tue Aug 19 16:35:34 PDT 2014 - Replace tabs with spaces 0.86 Mon Aug 18 08:29:20 PDT 2014 - Fix for issue/15 0.85 Mon Aug 18 08:07:52 PDT 2014 - Pull Module::Install::TestBase out of Test::Base - It will be released in separate dist - Was causing Test::Base to fail tests 0.84 Sat Aug 16 15:08:32 PDT 2014 - Remove .gitignore - Fix Meta error. s/zild/=zild/ 0.83 Sat Aug 16 12:31:00 PDT 2014 - Meta 0.0.2 0.82 Sat Aug 16 04:14:25 PDT 2014 - Eliminate spurious trailing whitespace 0.81 Sat Aug 16 02:52:12 PDT 2014 - Eliminate File::Basename from test/ 0.80 Fri Aug 15 20:49:55 PDT 2014 - Add t/000-require-modules.t OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Base?expand=0&rev=20 --- Test-Base-0.60.tar.gz | 3 --- Test-Base-0.88.tar.gz | 3 +++ perl-Test-Base.changes | 36 ++++++++++++++++++++++++++++++++++++ perl-Test-Base.spec | 34 +++++++++++++++++----------------- 4 files changed, 56 insertions(+), 20 deletions(-) delete mode 100644 Test-Base-0.60.tar.gz create mode 100644 Test-Base-0.88.tar.gz diff --git a/Test-Base-0.60.tar.gz b/Test-Base-0.60.tar.gz deleted file mode 100644 index 2fcef15..0000000 --- a/Test-Base-0.60.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d09a9da86dd86b0565f07db01df62593b480db7c1761cb4fabd20af2c18c079 -size 60322 diff --git a/Test-Base-0.88.tar.gz b/Test-Base-0.88.tar.gz new file mode 100644 index 0000000..0fc94f2 --- /dev/null +++ b/Test-Base-0.88.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52368cc5a9cbbc4eaba33ed820672f92001b73d8bcba0bb95d5fdb1d370b9039 +size 52032 diff --git a/perl-Test-Base.changes b/perl-Test-Base.changes index 4269eeb..27fa7e7 100644 --- a/perl-Test-Base.changes +++ b/perl-Test-Base.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Mon Apr 13 17:31:23 UTC 2015 - coolo@suse.com + +- updated to 0.88 + - Remove a debugging line. + + 0.87 Tue Aug 19 16:35:34 PDT 2014 + - Replace tabs with spaces + + 0.86 Mon Aug 18 08:29:20 PDT 2014 + - Fix for issue/15 + + 0.85 Mon Aug 18 08:07:52 PDT 2014 + - Pull Module::Install::TestBase out of Test::Base + - It will be released in separate dist + - Was causing Test::Base to fail tests + + 0.84 Sat Aug 16 15:08:32 PDT 2014 + - Remove .gitignore + - Fix Meta error. s/zild/=zild/ + + 0.83 Sat Aug 16 12:31:00 PDT 2014 + - Meta 0.0.2 + + 0.82 Sat Aug 16 04:14:25 PDT 2014 + - Eliminate spurious trailing whitespace + + 0.81 Sat Aug 16 02:52:12 PDT 2014 + - Eliminate File::Basename from test/ + + 0.80 Fri Aug 15 20:49:55 PDT 2014 + - Add t/000-require-modules.t + + 0.79 Sat Aug 9 00:55:07 PDT 2014 + - Dep on EU::MM 6.52 + ------------------------------------------------------------------- Wed Apr 6 10:47:23 UTC 2011 - coolo@novell.com diff --git a/perl-Test-Base.spec b/perl-Test-Base.spec index 0619167..917ab16 100644 --- a/perl-Test-Base.spec +++ b/perl-Test-Base.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Test-Base (Version 0.60) +# spec file for package perl-Test-Base # -# Copyright (c) 2010 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 @@ -15,24 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-Test-Base -Version: 0.60 -Release: 1 -License: GPL+ or Artistic +Version: 0.88 +Release: 0 %define cpan_name Test-Base Summary: A Data Driven Testing Framework -Url: http://search.cpan.org/dist/Test-Base/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Url: http://search.cpan.org/dist/Test-Base/ +Source: http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Spiffy) >= 0.30 -BuildRequires: perl(Test::Deep) -Requires: perl(Spiffy) >= 0.30 -Requires: perl(Test::Deep) +BuildRequires: perl(Algorithm::Diff) >= 1.15 +BuildRequires: perl(Spiffy) >= 0.40 +BuildRequires: perl(Text::Diff) >= 0.35 +Requires: perl(Spiffy) >= 0.40 +Recommends: perl(Test::Deep) %{perl_requires} %description @@ -63,7 +64,9 @@ Test::Base concentrates on offering reusable data driven patterns, so that you can write tests with a minimum of code. At the heart of all testing you have inputs, processes and expected outputs. Test::Base provides some clean ways for you to express your input and expected output data, so you can -spend your time focusing on that rather than your code scaffolding. +spend your + + time focusing on that rather than your code scaffolding. %prep %setup -q -n %{cpan_name}-%{version} @@ -80,11 +83,8 @@ spend your time focusing on that rather than your code scaffolding. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README +%doc Changes CONTRIBUTING LICENSE README %changelog