forked from pool/perl-Test-Simple
Compare commits
11 Commits
a9fd8710da
...
309bdabc3f
Author | SHA256 | Date | |
---|---|---|---|
309bdabc3f | |||
eefbc290b0 | |||
f59fd18b6a | |||
ac0a908410 | |||
77199f177f | |||
fa6f0396ac | |||
8518c8451c | |||
bd61540642 | |||
|
5be5cc469e | ||
95bd042c3f | |||
2813555306 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5ce22181e77859db99ef4abb4019e5949cb8829d6ef61b62ae8834234c589807
|
|
||||||
size 568425
|
|
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,53 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sat Dec 28 05:33:39 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,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name Test-Simple
|
%define cpan_name Test-Simple
|
||||||
Name: perl-Test-Simple
|
Name: perl-Test-Simple
|
||||||
Version: 1.302207
|
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
|
||||||
@@ -34,6 +34,7 @@ Requires: perl(Term::Table) >= 0.013
|
|||||||
# 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
|
||||||
@@ -45,7 +46,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