Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
6a30e1a777 | |||
049b7cd2ec | |||
8fea9f99e7 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a4e1c964ad1c3df60237687c5170a479bfef5b0307ae02c6391096fb469dfbf
|
||||
size 24315
|
3
Future-IO-0.16.tar.gz
Normal file
3
Future-IO-0.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d69710570caec151b1fc5e71581ed1ec793d427946094af4229da5e61a3cb602
|
||||
size 25652
|
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,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -18,14 +18,16 @@
|
||||
|
||||
%define cpan_name Future-IO
|
||||
Name: perl-Future-IO
|
||||
Version: 0.150.0
|
||||
Version: 0.160.0
|
||||
Release: 0
|
||||
%define cpan_version 0.15
|
||||
# 0.16 -> normalize -> 0.160.0
|
||||
%define cpan_version 0.16
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Future-returning IO methods
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@@ -37,9 +39,9 @@ BuildRequires: perl(Test::ExpectAndCheck) >= 0.60.0
|
||||
BuildRequires: perl(Test::Future::IO::Impl)
|
||||
Requires: perl(Future)
|
||||
Requires: perl(Struct::Dumb)
|
||||
Provides: perl(Future::IO) = 0.150.0
|
||||
Provides: perl(Future::IO::ImplBase) = 0.150.0
|
||||
Provides: perl(Future::IO::System) = 0.150.0
|
||||
Provides: perl(Future::IO) = %{version}
|
||||
Provides: perl(Future::IO::ImplBase) = %{version}
|
||||
Provides: perl(Future::IO::System) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
|
Reference in New Issue
Block a user