Skip to content

Commit 9202323

Browse files
authored
Upgrade: perl-Params-Validate version to 1.31 (microsoft#13020)
1 parent 1a9ba43 commit 9202323

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"perl-Params-Validate-1.29.tar.gz": "49a68dfb430bea028042479111d19068e08095e5a467e320b7ab7bde3d729733"
3+
"perl-Params-Validate-1.31.tar.gz": "1bf2518ef2c4869f91590e219f545c8ef12ed53cf313e0eb5704adf7f1b2961e"
44
}
55
}

SPECS-EXTENDED/perl-Params-Validate/perl-Params-Validate.spec

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
Summary: Params-Validate Perl module
22
Name: perl-Params-Validate
3-
Version: 1.29
4-
Release: 13%{?dist}
5-
# One file is GPL+ or Artistics (c/ppport.h)
6-
License: Artistic 2.0 and (GPL+ or Artistic)
3+
Version: 1.31
4+
Release: 1%{?dist}
5+
# One file is GPL-1.0-or-later OR Artistic-1.0-Perl (c/ppport.h)
6+
License: Artistic-2.0 AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
77
Vendor: Microsoft Corporation
88
Distribution: Azure Linux
99
URL: https://metacpan.org/release/Params-Validate
1010
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Params-Validate-%{version}.tar.gz#/perl-Params-Validate-%{version}.tar.gz
1111

12-
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
13-
1412
BuildRequires: perl-devel
1513
BuildRequires: perl-generators
1614
BuildRequires: perl(Carp)
1715
BuildRequires: perl(ExtUtils::CBuilder)
1816
BuildRequires: perl(Module::Implementation) >= 0.04
19-
BuildRequires: perl(Module::Build) >= 0.28
17+
BuildRequires: perl(Module::Build) >= 0.4227
2018

2119
# Run-time:
2220
BuildRequires: perl(Exporter)
@@ -60,8 +58,7 @@ certain methods, or applying validation callbacks to arguments.
6058

6159
%install
6260
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
63-
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
64-
61+
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
6562
%{_fixperms} $RPM_BUILD_ROOT/*
6663

6764
%check
@@ -75,6 +72,10 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
7572
%{_mandir}/man3/*
7673

7774
%changelog
75+
* Mon Mar 17 2025 Sumit Jena <[email protected]> - 1.31-1
76+
- Update to version 1.31
77+
- License verified
78+
7879
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.29-13
7980
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
8081

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19233,8 +19233,8 @@
1923319233
"type": "other",
1923419234
"other": {
1923519235
"name": "perl-Params-Validate",
19236-
"version": "1.29",
19237-
"downloadUrl": "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Params-Validate-1.29.tar.gz"
19236+
"version": "1.31",
19237+
"downloadUrl": "https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Params-Validate-1.31.tar.gz"
1923819238
}
1923919239
}
1924019240
},

0 commit comments

Comments
 (0)