Accepting request 406424 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/406424 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test2-Suite?expand=0&rev=3
This commit is contained in:
parent
57428aa7c1
commit
399477ad9e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96be3607c018a3774acac99b0a47678322ef271e7152cddac7b5a0e9a3de5da3
|
||||
size 126092
|
3
Test2-Suite-0.000048.tar.gz
Normal file
3
Test2-Suite-0.000048.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75f1773976561be47508c4bdde41ac453fcaaffba588c6a2c520e45bca88dbed
|
||||
size 130848
|
@ -1,3 +1,86 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 4 13:21:08 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.000048
|
||||
see /usr/share/doc/packages/perl-Test2-Suite/Changes
|
||||
|
||||
0.000048 2016-07-02 22:08:10-07:00 America/Los_Angeles
|
||||
|
||||
0.000047 2016-07-01 18:09:26-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Fix global destruction warning
|
||||
- Minor test fix to keep 5.8 working
|
||||
|
||||
0.000046 2016-07-01 17:31:23-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- ref-ref's can be used in deep comparisons
|
||||
- Fix mocking to override a base class's method
|
||||
|
||||
0.000045 2016-07-01 09:30:09-07:00 America/Los_Angeles
|
||||
|
||||
- Spelling and POD fixes
|
||||
|
||||
0.000044 2016-06-29 15:48:33-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Add DF() shortcut (JBerger)
|
||||
|
||||
0.000043 2016-06-28 06:23:46-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Restructure Delta.pm to try and solve read-only problem
|
||||
|
||||
0.000042 2016-06-27 21:37:22-07:00 America/Los_Angeles
|
||||
|
||||
- Change Encoding.t to spit out debug message without failing
|
||||
|
||||
0.000041 2016-06-27 09:00:46-07:00 America/Los_Angeles
|
||||
|
||||
- Add perltidy rc to dist
|
||||
- Documentation fixes (Thanks petdance)
|
||||
- revert "Attempt a fix to Delta #29"
|
||||
|
||||
0.000039 2016-06-25 13:44:03-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Stop leaking temp files
|
||||
- clean up STDERR
|
||||
- Fix #28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 27 08:36:21 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.000038
|
||||
see /usr/share/doc/packages/perl-Test2-Suite/Changes
|
||||
|
||||
0.000038 2016-06-25 13:20:07-07:00 America/Los_Angeles
|
||||
|
||||
- No Changes from last TRIAL release
|
||||
|
||||
0.000037 2016-06-24 14:03:52-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Add all_keys() to Compare tools
|
||||
- add all_vals() to Compare tools
|
||||
- add all_items() to Compare tools
|
||||
- Fix in_set(DNE) (#10)
|
||||
- Add E()
|
||||
- Proper line reporting for shortcuts.
|
||||
|
||||
0.000036 2016-06-24 05:58:51-07:00 America/Los_Angeles
|
||||
|
||||
- Better comments in SRAND (#7)
|
||||
|
||||
0.000035 2016-06-23 14:48:54-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Make it possible to provide a name to isa_ok, can_ok, and DOES_ok
|
||||
- Add some regression tests for previous fixes
|
||||
- Allow 'tests' and 'skip_all' prefixes support to plan() #25
|
||||
|
||||
0.000034 2016-06-22 11:30:00-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Bump minimum Test2 version
|
||||
|
||||
0.000033 2016-06-22 08:41:22-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Fix ClassicCompare to load deps (#23)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 23 07:11:12 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Test2-Suite
|
||||
Version: 0.000032
|
||||
Version: 0.000048
|
||||
Release: 0
|
||||
%define cpan_name Test2-Suite
|
||||
Summary: Distribution with a rich set of tools built upon the Test2
|
||||
@ -30,13 +30,13 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test2) >= 1.302015
|
||||
Requires: perl(Test2) >= 1.302015
|
||||
BuildRequires: perl(Test2) >= 1.302032
|
||||
Requires: perl(Test2) >= 1.302032
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
Rich set of tools, plugins, bundles, etc built upon the Test2 testing
|
||||
library. If you are interested in writing tests this is the distribution
|
||||
library. If you are interested in writing tests, this is the distribution
|
||||
for you.
|
||||
|
||||
%prep
|
||||
@ -56,6 +56,6 @@ for you.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README README.md
|
||||
%doc Changes LICENSE README README.md TODO
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user