Hello community,

here is the log from the commit of package perl-Future for openSUSE:Factory 
checked in at 2019-05-06 13:27:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Future (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Future.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Future"

Mon May  6 13:27:26 2019 rev:8 rq:700695 version:0.40

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Future/perl-Future.changes  2018-09-26 
14:23:23.497924674 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Future.new.5148/perl-Future.changes        
2019-05-06 13:27:28.101285835 +0200
@@ -1,0 +2,13 @@
+Sat May  4 05:24:27 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to 0.40
+   see /usr/share/doc/packages/perl-Future/Changes
+
+  0.40    2019-05-03
+          [CHANGES]
+           * Added Future::Exception (RT129373)
+           * Make ->get throw a Future::Exception and ->fail recognise one
+           * Better documentation of the failure category parameter
+           * Added a properly-documented ->block_until_ready
+
+-------------------------------------------------------------------

Old:
----
  Future-0.39.tar.gz

New:
----
  Future-0.40.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Future.spec ++++++
--- /var/tmp/diff_new_pack.o8hR6O/_old  2019-05-06 13:27:28.533286606 +0200
+++ /var/tmp/diff_new_pack.o8hR6O/_new  2019-05-06 13:27:28.537286613 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Future
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:           perl-Future
-Version:        0.39
+Version:        0.40
 Release:        0
 %define cpan_name Future
-Summary:        Represent an Operation Awaiting Completion
+Summary:        Represent an operation awaiting completion
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
 Url:            https://metacpan.org/release/%{cpan_name}
@@ -71,11 +71,14 @@
 See also Future::Utils which contains useful loop-constructing functions,
 to run a future-returning function repeatedly in a loop.
 
+Unless otherwise noted, the following methods require at least version
+_0.08_.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build build flags=%{?_smp_mflags}
 
 %check
@@ -87,7 +90,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples README
+%doc Changes README
 %license LICENSE
 
 %changelog

++++++ Future-0.39.tar.gz -> Future-0.40.tar.gz ++++++
++++ 2123 lines of diff (skipped)


Reply via email to