Skip to content

Commit d3dbf1f

Browse files
authored
Upgrade: perl-Class-Tiny version to 1.008 (#12751)
1 parent 278ed85 commit d3dbf1f

3 files changed

Lines changed: 14 additions & 10 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-Class-Tiny-1.006.tar.gz": "2efcbd31528be51d3022c616768558b78c6172df5f03c5dc698939f65488cb4e"
3+
"perl-Class-Tiny-1.008.tar.gz": "ee058a63912fa1fcb9a72498f56ca421a2056dc7f9f4b67837446d6421815615"
44
}
55
}

SPECS-EXTENDED/perl-Class-Tiny/perl-Class-Tiny.spec

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
%endif
77

88
Name: perl-Class-Tiny
9-
Version: 1.006
10-
Release: 13%{?dist}
9+
Version: 1.008
10+
Release: 1%{?dist}
1111
Summary: Minimalist class construction
12-
License: ASL 2.0
12+
License: Apache-2.0
1313
Vendor: Microsoft Corporation
1414
Distribution: Azure Linux
1515
URL: https://metacpan.org/release/Class-Tiny
1616
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-%{version}.tar.gz#/perl-Class-Tiny-%{version}.tar.gz
1717
BuildArch: noarch
18+
BuildRequires: coreutils
1819
BuildRequires: make
1920
BuildRequires: perl-generators
2021
BuildRequires: perl-interpreter
@@ -39,7 +40,6 @@ BuildRequires: perl(Test::More) >= 0.96
3940
# Optional test
4041
BuildRequires: perl(Test::FailWarnings)
4142
%endif
42-
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
4343
# Devel::GlobalDestruction not needed on Perl >= 5.14
4444
# mro on Perl >= 5.10
4545
Requires: perl(mro)
@@ -68,11 +68,11 @@ of code. Here is a list of features:
6868
%setup -q -n Class-Tiny-%{version}
6969

7070
%build
71-
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
72-
make %{?_smp_mflags}
71+
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
72+
%{make_build}
7373

7474
%install
75-
make pure_install DESTDIR=$RPM_BUILD_ROOT
75+
%{make_install}
7676
%{_fixperms} $RPM_BUILD_ROOT/*
7777

7878
%check
@@ -85,6 +85,10 @@ make test
8585
%{_mandir}/man3/*
8686

8787
%changelog
88+
* Mon Feb 27 2025 Sumit Jena <v-sumitjena@microsoft.com> - 1.008-1
89+
- Update to version 1.008
90+
- License verified
91+
8892
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.006-13
8993
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
9094

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16453,8 +16453,8 @@
1645316453
"type": "other",
1645416454
"other": {
1645516455
"name": "perl-Class-Tiny",
16456-
"version": "1.006",
16457-
"downloadUrl": "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-1.006.tar.gz"
16456+
"version": "1.008",
16457+
"downloadUrl": "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-1.008.tar.gz"
1645816458
}
1645916459
}
1646016460
},

0 commit comments

Comments
 (0)