Skip to content

Commit 7435ba5

Browse files
authored
Upgrade: perl-Test-Warn version to 0.37 (#12803)
1 parent 03de9c1 commit 7435ba5

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"perl-Test-Warn-0.36.tar.gz": "ecbca346d379cef8d3c0e4ac0c8eb3b2613d737ffaaeae52271c38d7bf3c6cda"
3+
"Test-Warn-0.37.tar.gz": "98ca32e7f2f5ea89b8bfb9a0609977f3d153e242e2e51705126cb954f1a06b57"
44
}
55
}

SPECS-EXTENDED/perl-Test-Warn/perl-Test-Warn.spec

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Name: perl-Test-Warn
2-
Version: 0.36
3-
Release: 9%{?dist}
2+
Version: 0.37
3+
Release: 1%{?dist}
44
Summary: Perl extension to test methods for warnings
5-
License: GPL+ or Artistic
5+
License: GPL-1.0-or-later OR Artistic-1.0-Perl
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
88
URL: https://metacpan.org/release/Test-Warn
9-
Source0: https://cpan.metacpan.org/authors/id/B/BI/BIGJ/Test-Warn-%{version}.tar.gz#/perl-Test-Warn-%{version}.tar.gz
9+
Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-Warn-%{version}.tar.gz
1010
BuildArch: noarch
1111
# Build
1212
BuildRequires: coreutils
@@ -24,13 +24,12 @@ BuildRequires: perl(Sub::Uplevel) >= 0.12
2424
BuildRequires: perl(Test::Builder) >= 0.13
2525
BuildRequires: perl(warnings)
2626
# Test Suite
27-
BuildRequires: perl(constant)
2827
BuildRequires: perl(blib)
28+
BuildRequires: perl(constant)
2929
BuildRequires: perl(Test)
3030
BuildRequires: perl(Test::Builder::Tester) >= 1.02
3131
BuildRequires: perl(Test::More)
3232
# Dependencies
33-
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
3433
Requires: perl(Test::Builder) >= 0.13
3534

3635
# Filter under-specified dependencies
@@ -64,6 +63,10 @@ make test
6463
%{_mandir}/man3/Test::Warn.3*
6564

6665
%changelog
66+
* Mon Feb 27 2025 Sumit Jena <v-sumitjena@microsoft.com> - 0.37-1
67+
- Update to version 0.37
68+
- License verified
69+
6770
* Mon Apr 25 2022 Muhammad Falak <mwani@microsoft.com> - 0.36-9
6871
- Add an explicit BR on `perl(blib)` to enable ptest
6972
- License verified

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20373,8 +20373,8 @@
2037320373
"type": "other",
2037420374
"other": {
2037520375
"name": "perl-Test-Warn",
20376-
"version": "0.36",
20377-
"downloadUrl": "https://cpan.metacpan.org/authors/id/B/BI/BIGJ/Test-Warn-0.36.tar.gz"
20376+
"version": "0.37",
20377+
"downloadUrl": "https://cpan.metacpan.org/modules/by-module/Test/Test-Warn-0.37.tar.gz"
2037820378
}
2037920379
}
2038020380
},

0 commit comments

Comments
 (0)