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:
commit
d8215b2143
@ -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
3
Test-Base-0.88.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:52368cc5a9cbbc4eaba33ed820672f92001b73d8bcba0bb95d5fdb1d370b9039
|
||||||
|
size 52032
|
@ -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
|
Wed Apr 6 10:47:23 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Base
|
# 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
|
# 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
|
||||||
@ -16,25 +16,24 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Base
|
Name: perl-Test-Base
|
||||||
Version: 0.60
|
Version: 0.88
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
|
||||||
%define cpan_name Test-Base
|
%define cpan_name Test-Base
|
||||||
Summary: A Data Driven Testing Framework
|
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
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/Test-Base/
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Spiffy) >= 0.30
|
BuildRequires: perl(Algorithm::Diff) >= 1.15
|
||||||
BuildRequires: perl(Test::Deep)
|
BuildRequires: perl(Spiffy) >= 0.40
|
||||||
Requires: perl(Spiffy) >= 0.30
|
BuildRequires: perl(Text::Diff) >= 0.35
|
||||||
Requires: perl(Test::Deep)
|
Requires: perl(Spiffy) >= 0.40
|
||||||
|
Recommends: perl(Test::Deep)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%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
|
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
|
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
|
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
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%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_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README
|
%doc Changes CONTRIBUTING LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user