Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
b1bb09bc24 | |||
8fd49db628 | |||
02ce290c5c |
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 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:007db619d3d49634325c56efbca0e1e5576dd33f79455f2dea595be6edf8e235
|
|
||||||
size 12467
|
|
3
Test-Future-IO-Impl-0.15.tar.gz
Normal file
3
Test-Future-IO-Impl-0.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:466bfe5833256e6ff8c93e73a82c2b47fc11654651d5713ea78a0013d28dc442
|
||||||
|
size 14658
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 16 05:41:39 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.150.0 (0.15)
|
||||||
|
see /usr/share/doc/packages/perl-Test-Future-IO-Impl/Changes
|
||||||
|
|
||||||
|
0.15 2025-07-15
|
||||||
|
[CHANGES]
|
||||||
|
* Added tests for `send`, `recv` and `recvfrom` methods
|
||||||
|
* Provide copies of `sysread` and `syswrite` tests named `read` and
|
||||||
|
`write`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 9 12:08:02 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
|
Tue May 9 12:08:02 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Future-IO-Impl
|
# spec file for package perl-Test-Future-IO-Impl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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,19 +18,24 @@
|
|||||||
|
|
||||||
%define cpan_name Test-Future-IO-Impl
|
%define cpan_name Test-Future-IO-Impl
|
||||||
Name: perl-Test-Future-IO-Impl
|
Name: perl-Test-Future-IO-Impl
|
||||||
Version: 0.14
|
Version: 0.150.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# 0.15 -> normalize -> 0.150.0
|
||||||
|
%define cpan_version 0.15
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Acceptance tests for Future::IO implementations
|
Summary: Acceptance tests for Future::IO implementations
|
||||||
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}-%{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(Module::Build) >= 0.400400
|
BuildRequires: perl(Module::Build) >= 0.400.400
|
||||||
BuildRequires: perl(Test2::V0)
|
BuildRequires: perl(Test2::V0)
|
||||||
Requires: perl(Test2::V0)
|
Requires: perl(Test2::V0)
|
||||||
|
Provides: perl(Test::Future::IO::Impl) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -38,17 +43,17 @@ This module contains a collection of acceptance tests for implementations
|
|||||||
of Future::IO.
|
of Future::IO.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL installdirs=vendor
|
perl Build.PL --installdirs=vendor
|
||||||
./Build build flags=%{?_smp_mflags}
|
./Build build --flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
./Build test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
|
Reference in New Issue
Block a user