Compare commits
16 Commits
Author | SHA256 | Date | |
---|---|---|---|
68dfc94021 | |||
309bdabc3f | |||
eefbc290b0 | |||
f59fd18b6a | |||
ac0a908410 | |||
77199f177f | |||
fa6f0396ac | |||
8518c8451c | |||
bd61540642 | |||
|
5be5cc469e | ||
95bd042c3f | |||
2813555306 | |||
a9fd8710da | |||
ca3ccfe16c | |||
d45c4cf834 | |||
2c1551bf7c |
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:7b4b03cee7f9e928fe10e8a3efef02b2a286f0877979694b2a9ef99250bd8c5c
|
|
||||||
size 334708
|
|
3
Test-Simple-1.302214.tar.gz
Normal file
3
Test-Simple-1.302214.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6077ecc35f37b11b3b75df2d0ba1b9ca541f1dc24b2be8e15b6e91f78e2e03fc
|
||||||
|
size 537140
|
@@ -10,9 +10,10 @@ description_paragraphs: 2
|
|||||||
preamble: |-
|
preamble: |-
|
||||||
Obsoletes: perl-Test-Tester <= 0.109
|
Obsoletes: perl-Test-Tester <= 0.109
|
||||||
Obsoletes: perl-Test-use-ok <= 0.11
|
Obsoletes: perl-Test-use-ok <= 0.11
|
||||||
|
Obsoletes: perl-Test2-Suite <= 0.163
|
||||||
#post_prep: |-
|
#post_prep: |-
|
||||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
#post_install: |-
|
#post_install: |-
|
||||||
# sed on %{name}.files
|
# sed on %{name}.files
|
||||||
#license: SUSE-NonFree
|
#license: SUSE-NonFree
|
||||||
|
@@ -1,3 +1,98 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 28 15:39:07 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
|
- spec:
|
||||||
|
* obsolete perl-Test2-Suite because it has been merged into
|
||||||
|
this package as of 1.302201
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 25 05:34:28 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.302214
|
||||||
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
||||||
|
|
||||||
|
1.302214 2025-05-24 15:02:44-07:00 America/Los_Angeles
|
||||||
|
|
||||||
|
- Minor doc fix
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 19 05:37:34 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.302213
|
||||||
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 30 05:33:57 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.302210
|
||||||
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
||||||
|
|
||||||
|
1.302210 2025-03-29 12:06:57-07:00 America/Los_Angeles
|
||||||
|
|
||||||
|
- Alexander Hartmaier - fix typo in Test2::Util::Trace docs
|
||||||
|
- Karen Etheridge - documentation fixes throughout for affect vs effect
|
||||||
|
- Yasuharu Iida feat - Test2::Tools::Warnings warns called in void context
|
||||||
|
- bernhard Eliminate - Remove unnecessary empty list assignments
|
||||||
|
- Graham Knop calculate - CAN_SIGSYS when called rather than as a constant
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 23 05:32:42 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.302209
|
||||||
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
||||||
|
|
||||||
|
1.302209 2025-01-22 08:17:20-08:00 America/Los_Angeles
|
||||||
|
- #1021 don't use base (Thanks Haarg)
|
||||||
|
- #1022 use PerlIO::get_layers without loading PerlIO.pm (Thanks Haarg)
|
||||||
|
- #1023 move try_sig_mask to separate file to avoid always loading POSIX (Thanks Haarg)
|
||||||
|
1.302208 2025-01-21 10:19:33-08:00 America/Los_Angeles
|
||||||
|
- avoid closing over values in string eval when comparing values #1018 (Thanks Haarg)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 28 05:33:39 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.302207
|
||||||
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
||||||
|
|
||||||
|
1.302207 2024-12-27 18:13:18-08:00 America/Los_Angeles
|
||||||
|
- Fix debugging info when JSON::MaybeXS is missing (Thanks James E Keenan)
|
||||||
|
- Fix typos (Thanks sobrado8086)
|
||||||
|
- Add TEST2_ENABLE_PLUGINS env var
|
||||||
|
- Add Test2::Env docs
|
||||||
|
1.302206 2024-12-19 17:51:07-08:00 America/Los_Angeles
|
||||||
|
- Remove Test::Builder::IO::Scalar
|
||||||
|
- Fix #1016
|
||||||
|
1.302205 2024-12-19 09:28:05-08:00 America/Los_Angeles
|
||||||
|
- Use our instead of 'use vars'
|
||||||
|
- Fix $[ usage
|
||||||
|
- Doc updates
|
||||||
|
1.302204 2024-09-14 10:32:25-07:00 America/Los_Angeles
|
||||||
|
- Add pending diagnostics functionality
|
||||||
|
- Show warnings/exceptions for no_warnings() and lives()
|
||||||
|
1.302203 2024-09-04 16:15:07-07:00 America/Los_Angeles
|
||||||
|
- Fix some tests when run on windows
|
||||||
|
1.302202 2024-09-02 16:27:17-07:00 America/Los_Angeles
|
||||||
|
- Add comment on how to make tables bigger, #931
|
||||||
|
- Typo fix
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 14 05:31:07 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.302201
|
||||||
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
||||||
|
|
||||||
|
*******************************************************************************
|
||||||
|
* Please note, over time several distributions have been merged into this one *
|
||||||
|
* over time. Changes file history has also been merged, so entries for these *
|
||||||
|
* merged distributions can be found further down in the file. *
|
||||||
|
*******************************************************************************
|
||||||
|
1.302201 2024-08-13 08:19:01-07:00 America/Los_Angeles
|
||||||
|
- Fix bug found by new warnings in blead (Thanks Mauke)
|
||||||
|
1.302200 2024-08-04 11:22:17-07:00 America/Los_Angeles
|
||||||
|
- Merge Test2-Suite into Test-Simple
|
||||||
|
- Some doc updates
|
||||||
|
- Some test fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 26 03:11:42 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
Fri Apr 26 03:11:42 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Simple
|
# spec file for package perl-Test-Simple
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -18,20 +18,24 @@
|
|||||||
|
|
||||||
%define cpan_name Test-Simple
|
%define cpan_name Test-Simple
|
||||||
Name: perl-Test-Simple
|
Name: perl-Test-Simple
|
||||||
Version: 1.302199
|
Version: 1.302214
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Basic utilities for writing tests
|
Summary: Basic utilities for writing tests
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.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
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(Term::Table) >= 0.013
|
||||||
|
Requires: perl(Term::Table) >= 0.013
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
Obsoletes: perl-Test-Tester <= 0.109
|
Obsoletes: perl-Test-Tester <= 0.109
|
||||||
Obsoletes: perl-Test-use-ok <= 0.11
|
Obsoletes: perl-Test-use-ok <= 0.11
|
||||||
|
Obsoletes: perl-Test2-Suite <= 0.163
|
||||||
# MANUAL END
|
# MANUAL END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -43,7 +47,7 @@ complicated testing, use the Test::More module (a drop-in replacement for
|
|||||||
this one).
|
this one).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version} -p1
|
||||||
|
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user