- updated to 0.000070
see /usr/share/doc/packages/perl-Test2-Suite/Changes 0.000070 2017-03-19 13:34:25-07:00 America/Los_Angeles - Revert Boolean overload fixes from djerius until they can be fixed - Do not mention Term::ReadKey in docs - Add Term::Size::Any to test report 0.000069 2017-03-16 20:57:43-07:00 America/Los_Angeles - No changes from trial 0.000068 2017-03-08 20:22:23-08:00 America/Los_Angeles (TRIAL RELEASE) - Set the term size for all tests that use tables - Boolean overload fixes from djerius 0.000067 2017-01-03 19:41:52-08:00 America/Los_Angeles - No changes 0.000066 2016-12-23 15:16:18-08:00 America/Los_Angeles (TRIAL RELEASE) - Move sub_info to Sub::Info 0.000065 2016-12-19 19:46:47-08:00 America/Los_Angeles - AUTHOR_TESTING a fragile test 0.000064 2016-12-19 11:56:28-08:00 America/Los_Angeles (TRIAL RELEASE) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test2-Suite?expand=0&rev=12
This commit is contained in:
parent
651f7568ea
commit
4f703681bf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6688fefeb639f4f61a7a6bf1f56025c4163c6d6eccd404ecbc7030d54f9bd9b9
|
||||
size 142516
|
3
Test2-Suite-0.000070.tar.gz
Normal file
3
Test2-Suite-0.000070.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3445d5b937ff751e8e3c64c2b9b32023c5ecdad3959a78689efadfa711a2fc4a
|
||||
size 138718
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 31 19:01:22 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.000070
|
||||
see /usr/share/doc/packages/perl-Test2-Suite/Changes
|
||||
|
||||
0.000070 2017-03-19 13:34:25-07:00 America/Los_Angeles
|
||||
|
||||
- Revert Boolean overload fixes from djerius until they can be fixed
|
||||
- Do not mention Term::ReadKey in docs
|
||||
- Add Term::Size::Any to test report
|
||||
|
||||
0.000069 2017-03-16 20:57:43-07:00 America/Los_Angeles
|
||||
|
||||
- No changes from trial
|
||||
|
||||
0.000068 2017-03-08 20:22:23-08:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Set the term size for all tests that use tables
|
||||
- Boolean overload fixes from djerius
|
||||
|
||||
0.000067 2017-01-03 19:41:52-08:00 America/Los_Angeles
|
||||
|
||||
- No changes
|
||||
|
||||
0.000066 2016-12-23 15:16:18-08:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Move sub_info to Sub::Info
|
||||
|
||||
0.000065 2016-12-19 19:46:47-08:00 America/Los_Angeles
|
||||
|
||||
- AUTHOR_TESTING a fragile test
|
||||
|
||||
0.000064 2016-12-19 11:56:28-08:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Move Test2::Util::Table to Term::Table
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 18 07:17:23 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test2-Suite
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 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,23 +17,27 @@
|
||||
|
||||
|
||||
Name: perl-Test2-Suite
|
||||
Version: 0.000063
|
||||
Version: 0.000070
|
||||
Release: 0
|
||||
%define cpan_name Test2-Suite
|
||||
Summary: Distribution with a rich set of tools built upon the Test2
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Test2-Suite/
|
||||
Source0: http://www.cpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Importer) >= 0.024
|
||||
BuildRequires: perl(Test2) >= 1.302032
|
||||
BuildRequires: perl(Sub::Info) >= 0.001
|
||||
BuildRequires: perl(Term::Table) >= 0.002
|
||||
BuildRequires: perl(Test2) >= 1.302073
|
||||
Requires: perl(Importer) >= 0.024
|
||||
Requires: perl(Test2) >= 1.302032
|
||||
Requires: perl(Sub::Info) >= 0.001
|
||||
Requires: perl(Term::Table) >= 0.002
|
||||
Requires: perl(Test2) >= 1.302073
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -58,6 +62,7 @@ for you.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc appveyor.yml Changes LICENSE README README.md TODO
|
||||
%doc appveyor.yml Changes README README.md TODO
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user