Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
a2ad17ad1a | |||
022b74cd37 | |||
918bb42ccf | |||
e74b1c66de | |||
e2cda55af7 |
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:b9c375719f2c61c5f97aa5ee6cf4c901a972347c415969379b0b51f67c48bbcb
|
|
||||||
size 44091
|
|
BIN
Test-Warnings-0.038.tar.gz
(Stored with Git LFS)
Normal file
BIN
Test-Warnings-0.038.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 2 05:29:57 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.38.0 (0.038)
|
||||||
|
see /usr/share/doc/packages/perl-Test-Warnings/Changes
|
||||||
|
|
||||||
|
0.038 2025-02-02 00:27:04Z
|
||||||
|
- no longer swap out done_testing method if :no_end_test is
|
||||||
|
configured
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 6 05:34:57 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.37.0 (0.037)
|
||||||
|
see /usr/share/doc/packages/perl-Test-Warnings/Changes
|
||||||
|
|
||||||
|
0.037 2025-01-05 20:38:16Z
|
||||||
|
- remove unneeded use of Import::Into
|
||||||
|
- fix tests that invoke Test::Warnings->import directly
|
||||||
|
0.036 2025-01-03 18:30:28Z
|
||||||
|
- avoid redefinition warnings when $^W is enabled in tests
|
||||||
|
(RT#158297)
|
||||||
|
0.035 2025-01-03 17:47:24Z
|
||||||
|
- allow tests to pass even when Import::Into is not installed
|
||||||
|
(RT#158296)
|
||||||
|
- add backcompat shim for cases where Test::More is loaded in tests
|
||||||
|
after Test::Warnings
|
||||||
|
0.034 2025-01-03 02:46:29Z
|
||||||
|
- fix Test2 compability for done_testing()
|
||||||
|
- Test2::Warnings added as a simple wrapper (for now)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 8 23:06:05 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
Fri Mar 8 23:06:05 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Warnings
|
# spec file for package perl-Test-Warnings
|
||||||
#
|
#
|
||||||
# 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,23 @@
|
|||||||
|
|
||||||
%define cpan_name Test-Warnings
|
%define cpan_name Test-Warnings
|
||||||
Name: perl-Test-Warnings
|
Name: perl-Test-Warnings
|
||||||
Version: 0.33.0
|
Version: 0.38.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 0.033
|
# 0.038 -> normalize -> 0.38.0
|
||||||
|
%define cpan_version 0.038
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Test for warnings and the lack of them
|
Summary: Test for warnings and the lack of them
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{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
|
||||||
BuildRequires: perl(Test::More) >= 0.94
|
BuildRequires: perl(Test::More) >= 0.94
|
||||||
BuildRequires: perl(parent)
|
BuildRequires: perl(parent)
|
||||||
Requires: perl(parent)
|
Requires: perl(parent)
|
||||||
|
Provides: perl(Test2::Warnings) = %{version}
|
||||||
Provides: perl(Test::Warnings) = %{version}
|
Provides: perl(Test::Warnings) = %{version}
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -63,7 +66,7 @@ It can also be used as a replacement for Test::Warn, if you wish to test
|
|||||||
the content of expected warnings; read on to find out how.
|
the content of expected warnings; read on to find out how.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user