Accepting request 296034 from devel:languages:perl

- 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/request/show/296034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Base?expand=0&rev=25
This commit is contained in:
Stephan Kulow 2015-04-25 19:14:47 +00:00 committed by Git OBS Bridge
commit d8215b2143
4 changed files with 54 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d09a9da86dd86b0565f07db01df62593b480db7c1761cb4fabd20af2c18c079
size 60322

3
Test-Base-0.88.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52368cc5a9cbbc4eaba33ed820672f92001b73d8bcba0bb95d5fdb1d370b9039
size 52032

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Base
#
# Copyright (c) 2011 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
@ -16,25 +16,24 @@
#
Name: perl-Test-Base
Version: 0.60
Release: 1
License: GPL-1.0+ or Artistic-1.0
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
@ -65,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}
@ -82,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