8
0
forked from pool/perl-IO-Async

Compare commits

2 Commits

Author SHA256 Message Date
8fe1370419 Accepting request 1279782 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1279782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Async?expand=0&rev=9
2025-05-26 16:35:39 +00:00
0481ed8ae2 - updated to 0.804.0 (0.804)
see /usr/share/doc/packages/perl-IO-Async/Changes
  0.804   2025-04-22
          [CHANGES]
           * Add extra LoopTests tests for IO and timer operation after a
             ->post_fork call, in order to help test RT152635
           * Remove duplicate `use VERSION` declaration from helper package in
             TimeQueue.pm

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Async?expand=0&rev=20
2025-05-24 13:47:25 +00:00
4 changed files with 25 additions and 11 deletions

View File

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

3
IO-Async-0.804.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90615432918164cd6f9e6dc2521195a4589606ffd017e03d5aa97f407d39c494
size 253954

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Apr 23 05:34:12 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.804.0 (0.804)
see /usr/share/doc/packages/perl-IO-Async/Changes
0.804 2025-04-22
[CHANGES]
* Add extra LoopTests tests for IO and timer operation after a
->post_fork call, in order to help test RT152635
* Remove duplicate `use VERSION` declaration from helper package in
TimeQueue.pm
-------------------------------------------------------------------
Fri Mar 8 22:33:46 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-IO-Async
#
# Copyright (c) 2024 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,9 +18,10 @@
%define cpan_name IO-Async
Name: perl-IO-Async
Version: 0.803.0
Version: 0.804.0
Release: 0
%define cpan_version 0.803
# 0.804 -> normalize -> 0.804.0
%define cpan_version 0.804
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Asynchronous event-driven programming
URL: https://metacpan.org/release/%{cpan_name}
@@ -29,16 +30,16 @@ Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Future) >= 0.44
BuildRequires: perl(Future::Utils) >= 0.18
BuildRequires: perl(Future) >= 0.440
BuildRequires: perl(Future::Utils) >= 0.180
BuildRequires: perl(Module::Build) >= 0.4004
BuildRequires: perl(Socket) >= 2.007
BuildRequires: perl(Struct::Dumb)
BuildRequires: perl(Test2::V0) >= 0.000149
BuildRequires: perl(Test::Future::IO::Impl)
BuildRequires: perl(Test::Metrics::Any)
Requires: perl(Future) >= 0.44
Requires: perl(Future::Utils) >= 0.18
Requires: perl(Future) >= 0.440
Requires: perl(Future::Utils) >= 0.180
Requires: perl(Socket) >= 2.007
Requires: perl(Struct::Dumb)
Provides: perl(Future::IO::Impl::IOAsync) = %{version}
@@ -95,7 +96,7 @@ well as IO handles, the loop also supports timers and signal handlers, and
includes more higher-level functionality built on top of these basic parts.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Build.PL --installdirs=vendor