From 8c06fd077d0e35535c5450bcdc6e6e9b796f9e32 Mon Sep 17 00:00:00 2001 From: dstoecker <> Date: Nov 08 2022 10:11:47 +0000 Subject: Update perl-Future to version 0.49 / rev 17 via SR 1034329 https://build.opensuse.org/request/show/1034329 by user dstoecker + dimstar_suse --- diff --git a/.files b/.files index e139d25..e60d579 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 69753f3..c1750ef 100644 --- a/.rev +++ b/.rev @@ -129,4 +129,12 @@ 949642 + + 5bbfa44f6eaf632bf95cd2ec6653bd48 + 0.49 + + dimstar_suse + + 1034329 + diff --git a/Future-0.48.tar.gz b/Future-0.48.tar.gz deleted file mode 120000 index 2b3126a..0000000 --- a/Future-0.48.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreiap5cyvyfbpfiyeumlrriqkcbidvg2ezqasyoxv4n5yw7reub2sum \ No newline at end of file diff --git a/Future-0.49.tar.gz b/Future-0.49.tar.gz new file mode 120000 index 0000000..dd92dbb --- /dev/null +++ b/Future-0.49.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreicjvz66mwugicblckobben6b3pwnefztcpz5mn4dsq4avj6j2dizy \ No newline at end of file diff --git a/perl-Future.changes b/perl-Future.changes index e5adfd3..b3cb6ba 100644 --- a/perl-Future.changes +++ b/perl-Future.changes @@ -1,4 +1,23 @@ ------------------------------------------------------------------- +Tue Oct 18 03:06:53 UTC 2022 - Tina Müller + +- updated to 0.49 + see /usr/share/doc/packages/perl-Future/Changes + + 0.49 2022-10-17 + [CHANGES] + * Big reshuffle to move most code into Future/PP.pm in order to + support an optional Future-XS distribution too + * Attempt to load Future::XS by preference if it is available + * Additional unit tests for cornercases of XS implementation + * Remember to provide the AWAIT_WAIT API method + * Migrated Future::Queue out into its own distribution + + [BUGFIXES] + * Bugfixes and unit tests for convergents on pre-cancelled futures + (RT144459) + +------------------------------------------------------------------- Thu Jan 27 03:07:34 UTC 2022 - Tina Müller - updated to 0.48 diff --git a/perl-Future.spec b/perl-Future.spec index 96f2783..b90799b 100644 --- a/perl-Future.spec +++ b/perl-Future.spec @@ -18,10 +18,10 @@ %define cpan_name Future Name: perl-Future -Version: 0.48 +Version: 0.49 Release: 0 -Summary: Represent an operation awaiting completion License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Represent an operation awaiting completion URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml