Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
8c25dadec4 | |||
6a30e1a777 | |||
049b7cd2ec | |||
8fea9f99e7 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4a4e1c964ad1c3df60237687c5170a479bfef5b0307ae02c6391096fb469dfbf
|
|
||||||
size 24315
|
|
BIN
Future-IO-0.17.tar.gz
(Stored with Git LFS)
Normal file
BIN
Future-IO-0.17.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 22 21:34:07 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.170.0 (0.17)
|
||||||
|
see /usr/share/doc/packages/perl-Future-IO/Changes
|
||||||
|
|
||||||
|
0.17 2025-07-15
|
||||||
|
[CHANGES]
|
||||||
|
* Added new `->send`, `->recv` and `->recvfrom` socket IO wrapping
|
||||||
|
methods
|
||||||
|
* Provide `->read` and `->write` as better names for what were named
|
||||||
|
`->sysread` and `->syswrite`
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 17 05:30:56 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.160.0 (0.16)
|
||||||
|
see /usr/share/doc/packages/perl-Future-IO/Changes
|
||||||
|
|
||||||
|
0.16 2024-09-16
|
||||||
|
[CHANGES]
|
||||||
|
* Added `Future::IO->load_impl` convenience method for toplevel
|
||||||
|
applications
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 8 22:27:37 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
Fri Mar 8 22:27:37 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Future-IO
|
# spec file for package perl-Future-IO
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,28 +18,30 @@
|
|||||||
|
|
||||||
%define cpan_name Future-IO
|
%define cpan_name Future-IO
|
||||||
Name: perl-Future-IO
|
Name: perl-Future-IO
|
||||||
Version: 0.150.0
|
Version: 0.170.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 0.15
|
# 0.17 -> normalize -> 0.170.0
|
||||||
|
%define cpan_version 0.17
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Future-returning IO methods
|
Summary: Future-returning IO methods
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Future)
|
BuildRequires: perl(Future)
|
||||||
BuildRequires: perl(Module::Build) >= 0.4004
|
BuildRequires: perl(Module::Build) >= 0.400.400
|
||||||
BuildRequires: perl(Struct::Dumb)
|
BuildRequires: perl(Struct::Dumb)
|
||||||
BuildRequires: perl(Test2::V0)
|
BuildRequires: perl(Test2::V0)
|
||||||
BuildRequires: perl(Test::ExpectAndCheck) >= 0.60.0
|
BuildRequires: perl(Test::ExpectAndCheck) >= 0.60
|
||||||
BuildRequires: perl(Test::Future::IO::Impl)
|
BuildRequires: perl(Test::Future::IO::Impl) >= 0.150
|
||||||
Requires: perl(Future)
|
Requires: perl(Future)
|
||||||
Requires: perl(Struct::Dumb)
|
Requires: perl(Struct::Dumb)
|
||||||
Provides: perl(Future::IO) = 0.150.0
|
Provides: perl(Future::IO) = %{version}
|
||||||
Provides: perl(Future::IO::ImplBase) = 0.150.0
|
Provides: perl(Future::IO::ImplBase) = %{version}
|
||||||
Provides: perl(Future::IO::System) = 0.150.0
|
Provides: perl(Future::IO::System) = %{version}
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
@@ -54,7 +56,7 @@ this, while allowing asynchronous event systems to provide an
|
|||||||
implementation of these operations.
|
implementation of these operations.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL --installdirs=vendor
|
perl Build.PL --installdirs=vendor
|
||||||
|
Reference in New Issue
Block a user