diff --git a/Future-IO-0.17.tar.gz b/Future-IO-0.17.tar.gz deleted file mode 100644 index 4ea4518..0000000 --- a/Future-IO-0.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d62a5b5b185efb2a23dad73647bbcf854a0d461d4e507a665102dedc0864a150 -size 27223 diff --git a/Future-IO-0.18.tar.gz b/Future-IO-0.18.tar.gz new file mode 100644 index 0000000..8a608cc --- /dev/null +++ b/Future-IO-0.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3443af9252dad1243bc9b1a2127b120e79719b26cd0ec8e3269ad888b822b0fb +size 29132 diff --git a/perl-Future-IO.changes b/perl-Future-IO.changes index 91ed489..f8c7efa 100644 --- a/perl-Future-IO.changes +++ b/perl-Future-IO.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Jan 9 05:45:13 UTC 2026 - Tina Müller + +- updated to 0.180.0 (0.18) + see /usr/share/doc/packages/perl-Future-IO/Changes + + 0.18 2026-01-08 + [CHANGES] + * Added `->load_best_impl` + + [BUGFIXES] + * Require `Test::Future::IO::Impl` version 0.16 for portability + bugfixes to the 'connect' and 'send' tests + * Be prepared for the fact that `IO::Socket->send` might throw + * Don't close() the local end of the STDIN stream in System.pm, as + that upsets most implementation modules + * `->send` in ImplBase should try agian using _send1, not _syswrite1 + ------------------------------------------------------------------- Fri Aug 22 21:34:07 UTC 2025 - Tina Müller diff --git a/perl-Future-IO.spec b/perl-Future-IO.spec index 4755bc3..9720ecb 100644 --- a/perl-Future-IO.spec +++ b/perl-Future-IO.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Future-IO # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Future-IO Name: perl-Future-IO -Version: 0.170.0 +Version: 0.180.0 Release: 0 -# 0.17 -> normalize -> 0.170.0 -%define cpan_version 0.17 +# 0.18 -> normalize -> 0.180.0 +%define cpan_version 0.18 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Future-returning IO methods URL: https://metacpan.org/release/%{cpan_name} @@ -36,7 +36,7 @@ BuildRequires: perl(Module::Build) >= 0.400.400 BuildRequires: perl(Struct::Dumb) BuildRequires: perl(Test2::V0) BuildRequires: perl(Test::ExpectAndCheck) >= 0.60 -BuildRequires: perl(Test::Future::IO::Impl) >= 0.150 +BuildRequires: perl(Test::Future::IO::Impl) >= 0.160 Requires: perl(Future) Requires: perl(Struct::Dumb) Provides: perl(Future::IO) = %{version}