Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update perl-IO-AIO to version 4.81-1 #11695

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/perl-IO-AIO/perl-IO-AIO.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"IO-AIO-4.76.tar.gz": "39f5044a93ce2114b908afe77a4615881a3d78a0ed53e4502708dd5d4333208f"
"IO-AIO-4.81.tar.gz": "67029f20e9b734ac1f483f7175d4ce45f924581c7de8fdf44e20c79be6dc0729"
}
}
}
8 changes: 6 additions & 2 deletions SPECS-EXTENDED/perl-IO-AIO/perl-IO-AIO.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# work around upstream versioning being decimal rather than v-string
%global upstream_version 4.76
%global upstream_version 4.81
%global extraversion %{nil}

Summary: Asynchronous Input/Output
Name: perl-IO-AIO
Version: %{upstream_version}%{extraversion}
Release: 2%{?dist}
Release: 1%{?dist}
License: GPL+ OR Artistic
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -102,6 +102,10 @@ make test
%{_mandir}/man1/treescan.1*

%changelog
* Mon Dec 23 2024 Kevin Lockwood <[email protected]> - 4.81-1
- Update to version 4.81
- License verified.

* Thu Jan 27 2022 Pawel Winogrodzki <[email protected]> - 4.76-2
- Initial CBL-Mariner import from Fedora 36 (license: MIT).
- License verified.
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17803,8 +17803,8 @@
"type": "other",
"other": {
"name": "perl-IO-AIO",
"version": "4.76",
"downloadUrl": "https://cpan.metacpan.org/modules/by-module/IO/IO-AIO-4.76.tar.gz"
"version": "4.81",
"downloadUrl": "https://cpan.metacpan.org/modules/by-module/IO/IO-AIO-4.81.tar.gz"
}
}
},
Expand Down