Hello community,

here is the log from the commit of package perl-Future for openSUSE:Factory 
checked in at 2015-08-02 22:46:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Future (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Future.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Future"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Future/perl-Future.changes  2015-05-11 
19:49:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Future.new/perl-Future.changes     
2015-08-02 22:46:24.000000000 +0200
@@ -1,0 +2,16 @@
+Sat Aug  1 08:35:13 UTC 2015 - [email protected]
+
+- updated to 0.33
+   see /usr/share/doc/packages/perl-Future/Changes
+
+  0.33    2015/07/29 16:15:55
+          [CHANGES]
+           * Added ->catch and ->catch_with_f
+           * Add catch-handler semantics to ->then / ->then_with_f
+           * Also pass fmap* items via $_ (RT105558)
+           * Undocument ->done_cb / ->fail_cb / ->cancel_cb
+           * Entirely delete ->and_then / ->or_else
+           * New barename documentation style including "since" versions
+           * Further document the idea of failure categories as used by catch*
+
+-------------------------------------------------------------------

Old:
----
  Future-0.32.tar.gz

New:
----
  Future-0.33.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Future.spec ++++++
--- /var/tmp/diff_new_pack.ygHAEg/_old  2015-08-02 22:46:24.000000000 +0200
+++ /var/tmp/diff_new_pack.ygHAEg/_new  2015-08-02 22:46:24.000000000 +0200
@@ -17,20 +17,21 @@
 
 
 Name:           perl-Future
-Version:        0.32
+Version:        0.33
 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+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Future/
-Source:         
http://www.cpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Carp) >= 1.25
-BuildRequires:  perl(Module::Build) >= 0.4004
+BuildRequires:  perl(Module::Build) >= 0.400400
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::Identity)
 BuildRequires:  perl(Test::More) >= 0.88
@@ -70,6 +71,9 @@
 See also the Future::Utils manpage 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}
 

++++++ Future-0.32.tar.gz -> Future-0.33.tar.gz ++++++
++++ 2228 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to