Skip to content

Commit 073f42b

Browse files
authored
perl-Module-Signature: Upgrade version to 0.89 (#11406)
1 parent 74c32a4 commit 073f42b

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
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-Module-Signature-0.83.tar.gz": "3c15f3845a85d2a76a81253be53cb0f716465a3f696eb9c50e92eef34e9601cb"
3+
"perl-Module-Signature-0.89.tar.gz": "cc9215bdba97268565fd2e99bf6398b9364b502652d67fad514708d0f3b61f71"
44
}
55
}

SPECS-EXTENDED/perl-Module-Signature/perl-Module-Signature.spec

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1+
# Store keys in a temp directory
2+
%global gnupghome %(mktemp --directory)
3+
14
Name: perl-Module-Signature
2-
Version: 0.83
3-
Release: 8%{?dist}
5+
Version: 0.89
6+
Release: 1%{?dist}
47
Summary: CPAN signature management utilities and modules
58
License: CC0 and (GPL+ or Artistic)
69
Vendor: Microsoft Corporation
710
Distribution: Azure Linux
811
URL: https://metacpan.org/release/Module-Signature
9-
Source0: https://cpan.metacpan.org/modules/by-module/Module/Module-Signature-%{version}.tar.gz#/perl-Module-Signature-%{version}.tar.gz
12+
Source0: https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/Module-Signature-0.89.tar.gz#/perl-Module-Signature-%{version}.tar.gz
1013
BuildArch: noarch
1114
# Module build
1215
BuildRequires: coreutils
@@ -16,6 +19,7 @@ BuildRequires: perl-generators
1619
BuildRequires: perl-interpreter
1720
BuildRequires: perl(FindBin)
1821
BuildRequires: perl(inc::Module::Install) >= 0.92
22+
BuildRequires: perl(lib)
1923
BuildRequires: perl(Module::CoreList)
2024
BuildRequires: perl(Module::Install::Can)
2125
BuildRequires: perl(Module::Install::External)
@@ -82,6 +86,9 @@ find %{buildroot} -type f -name .packlist -delete
8286
export GNUPGHOME=$(pwd)/gnupghome
8387
make test
8488

89+
%clean
90+
rm -rf %{buildroot} %{gnupghome}
91+
8592
%files
8693
%license README
8794
%doc AUTHORS Changes *.pub
@@ -91,6 +98,10 @@ make test
9198
%{_mandir}/man3/Module::Signature.3*
9299

93100
%changelog
101+
* Wed Dec 11 2024 Jyoti Kanase <[email protected]> - 0.89-1
102+
- Upgrade to 0.89
103+
- License verified
104+
94105
* Thu Jan 13 2022 Pawel Winogrodzki <[email protected]> - 0.83-8
95106
- License verified.
96107

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18733,8 +18733,8 @@
1873318733
"type": "other",
1873418734
"other": {
1873518735
"name": "perl-Module-Signature",
18736-
"version": "0.83",
18737-
"downloadUrl": "https://cpan.metacpan.org/modules/by-module/Module/Module-Signature-0.83.tar.gz"
18736+
"version": "0.89",
18737+
"downloadUrl": "https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/Module-Signature-0.89.tar.gz"
1873818738
}
1873918739
}
1874018740
},

0 commit comments

Comments
 (0)