11
0

Compare commits

3 Commits

Author SHA256 Message Date
b1bb09bc24 Add Gitea build results 2025-08-12 18:17:43 +02:00
8fd49db628 Accepting request 1294558 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1294558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Future-IO-Impl?expand=0&rev=2
2025-07-21 18:00:14 +00:00
02ce290c5c Accepting request 1294131 from devel:languages:perl:autoupdate
- 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`

OBS-URL: https://build.opensuse.org/request/show/1294131
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Future-IO-Impl?expand=0&rev=3
2025-07-20 05:25:30 +00:00
5 changed files with 40 additions and 11 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Test-Future-IO-Impl/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Test-Future-IO-Impl)

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:007db619d3d49634325c56efbca0e1e5576dd33f79455f2dea595be6edf8e235
size 12467

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:466bfe5833256e6ff8c93e73a82c2b47fc11654651d5713ea78a0013d28dc442
size 14658

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,24 @@
%define cpan_name Test-Future-IO-Impl
Name: perl-Test-Future-IO-Impl
Version: 0.14
Version: 0.150.0
Release: 0
# 0.15 -> normalize -> 0.150.0
%define cpan_version 0.15
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Acceptance tests for Future::IO implementations
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
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.400400
BuildRequires: perl(Module::Build) >= 0.400.400
BuildRequires: perl(Test2::V0)
Requires: perl(Test2::V0)
Provides: perl(Test::Future::IO::Impl) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -38,17 +43,17 @@ This module contains a collection of acceptance tests for implementations
of Future::IO.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install destdir=%{buildroot} create_packlist=0
./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
%files -f %{name}.files