Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
03e8c4ff27 | |||
de0d71f945 | |||
31ce43dfd1 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7ffa355e933c66ac444bb172da1d206aad8e98a5069ca307f8cb2014082f5556
|
|
||||||
size 20056
|
|
3
Test-ExpectAndCheck-0.07.tar.gz
Normal file
3
Test-ExpectAndCheck-0.07.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fe34bb961bf7004120c67aa95c0da57c759cb46b02bdaee01488641b1c073f67
|
||||||
|
size 22826
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 14 05:34:54 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.70.0 (0.07)
|
||||||
|
see /usr/share/doc/packages/perl-Test-ExpectAndCheck/Changes
|
||||||
|
|
||||||
|
0.07 2024-10-13
|
||||||
|
[CHANGES]
|
||||||
|
* Added `namedargs()` helper for dealing with methods that take named
|
||||||
|
arguments in maybe-unreliable orders due to hash order randomisation
|
||||||
|
* Added optional VERBOSE debugging mode
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 8 23:05:25 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
Fri Mar 8 23:05:25 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -18,14 +18,16 @@
|
|||||||
|
|
||||||
%define cpan_name Test-ExpectAndCheck
|
%define cpan_name Test-ExpectAndCheck
|
||||||
Name: perl-Test-ExpectAndCheck
|
Name: perl-Test-ExpectAndCheck
|
||||||
Version: 0.60.0
|
Version: 0.70.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 0.06
|
# 0.07 -> normalize -> 0.70.0
|
||||||
|
%define cpan_version 0.07
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Expect/check-style unit testing with object methods
|
Summary: Expect/check-style unit testing with object methods
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -37,8 +39,8 @@ BuildRequires: perl(Test::Future::Deferred)
|
|||||||
Requires: perl(Test::Builder) >= 1.302
|
Requires: perl(Test::Builder) >= 1.302
|
||||||
Requires: perl(Test::Deep)
|
Requires: perl(Test::Deep)
|
||||||
Requires: perl(Test::Future::Deferred)
|
Requires: perl(Test::Future::Deferred)
|
||||||
Provides: perl(Test::ExpectAndCheck) = 0.60.0
|
Provides: perl(Test::ExpectAndCheck) = %{version}
|
||||||
Provides: perl(Test::ExpectAndCheck::Future) = 0.60.0
|
Provides: perl(Test::ExpectAndCheck::Future) = %{version}
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user