-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perl-Net-Telnet: Update Version from 3.04 -> 3.05
- Loading branch information
1 parent
ae7f8ab
commit 8c8d44f
Showing
3 changed files
with
57 additions
and
13 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
SPECS-EXTENDED/perl-Net-Telnet/perl-Net-Telnet.signatures.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
@@ -59,9 +58,54 @@ make test | |
%{_mandir}/man3/*.3* | ||
|
||
%changelog | ||
* 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. | ||
* Mon Dec 16 2024 Sreenivasulu Malavathula <[email protected]> - 3.05-12 | ||
- Initial Azure Linux import from Fedora 41 (license: MIT) | ||
- License verified | ||
|
||
* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 3.05-11 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild | ||
|
||
* Mon Jan 29 2024 Fedora Release Engineering <[email protected]> - 3.05-10 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 3.05-9 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 3.05-8 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 3.05-7 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild | ||
|
||
* Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 3.05-6 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild | ||
|
||
* Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 3.05-5 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild | ||
|
||
* Mon May 30 2022 Jitka Plesnikova <[email protected]> - 3.05-4 | ||
- Perl 5.36 rebuild | ||
|
||
* Fri Jan 21 2022 Fedora Release Engineering <[email protected]> - 3.05-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild | ||
|
||
* Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 3.05-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild | ||
|
||
* Mon Jun 28 2021 Robin Lee <[email protected]> - 3.05-1 | ||
- 3.05 bump | ||
|
||
* Fri May 21 2021 Jitka Plesnikova <[email protected]> - 3.04-17 | ||
- Perl 5.34 rebuild | ||
|
||
* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 3.04-16 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild | ||
|
||
* Tue Jul 28 2020 Fedora Release Engineering <[email protected]> - 3.04-15 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild | ||
|
||
* Mon Jun 22 2020 Jitka Plesnikova <[email protected]> - 3.04-14 | ||
- Perl 5.32 rebuild | ||
|
||
* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 3.04-13 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters