Skip to content

Commit

Permalink
Updating CBL-Mariner import Fedora 41 (Version 3.04 -> 3.05).
Browse files Browse the repository at this point in the history
- Added "License verified" statement to the changelog.
  • Loading branch information
v-smalavathu committed Dec 17, 2024
1 parent 02fe186 commit 9f56956
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"Net-Telnet-3.04.tar.gz": "e64d567a4e16295ecba949368e7a6b8b5ae2a16b3ad682121d9b007dc5d2a37a"
"Net-Telnet-3.05.tar.gz": "677f68ba2cd2a824fae323fa82e183bf7e3d03c3c499c91d923bd6283796a743"
}
}
}
15 changes: 9 additions & 6 deletions SPECS-EXTENDED/perl-Net-Telnet/perl-Net-Telnet.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,22 @@ Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: perl-Net-Telnet
Summary: Interact with TELNET port or other TCP ports
Version: 3.04
Release: 14%{?dist}
License: GPL+ or Artistic
Version: 3.05
Release: 12%{?dist}
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Net-Telnet
Source0: ftp://ftp.cpan.org/pub/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/J/JR/JROGERS/Net-Telnet-%{version}.tar.gz

# runtime depends
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(IO::Socket::INET)

# build
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(FileHandle)
Expand Down Expand Up @@ -59,6 +58,10 @@ make test
%{_mandir}/man3/*.3*

%changelog
* Mon Dec 16 2024 Sreenivasulu Malavathula <[email protected]> 3.05-12
- Initial CBL-Mariner import from Fedora 41 (license: GPL-1.0-or-later OR Artistic-1.0-Perl).
- License verified.

* Thu Oct 14 2021 Pawel Winogrodzki <[email protected]> - 3.04-14
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
- Converting the 'Release' tag to the '[number].[distribution]' format.
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18753,8 +18753,8 @@
"type": "other",
"other": {
"name": "perl-Net-Telnet",
"version": "3.04",
"downloadUrl": "ftp://ftp.cpan.org/pub/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-3.04.tar.gz"
"version": "3.05",
"downloadUrl": "https://cpan.metacpan.org/authors/id/J/JR/JROGERS/Net-Telnet-3.05.tar.gz"
}
}
},
Expand Down

0 comments on commit 9f56956

Please sign in to comment.