Hello community,

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

Package is "perl-Throwable"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Throwable/perl-Throwable.changes    
2011-11-21 12:49:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Throwable.new/perl-Throwable.changes       
2015-04-23 08:03:43.000000000 +0200
@@ -1,0 +2,53 @@
+Tue Apr 14 20:33:49 UTC 2015 - [email protected]
+
+- updated to 0.200012
+   see /usr/share/doc/packages/perl-Throwable/Changes
+
+  0.200012  2014-09-19 21:59:28-04:00 America/New_York
+          - avoid memory leaks and infinite recursion when stringifying
+            (thanks, Dagfinn Ilmari Mannsåker!)
+  
+  0.200011  2014-04-02 20:49:49-04:00 America/New_York
+          - eliminate prereq on Class::Load (thanks, Toby Inkster!)
+          - eliminate preqre on MooX::Types::MooseLike::Base (Toby Inkster)
+  
+  0.200010  2014-03-08 22:39:25-05:00 America/New_York
+          - eliminate a memory leak in StackTrace::Auto (thanks, Graham Knop!)
+  
+  0.200009  2013-10-21 22:05:53 America/New_York
+          - avoid boolifying objects that might be held in the out of band
+            storage
+          - update bugtracker and repo metadata
+          - more changes coming soon
+  
+  0.200008  2013-04-30 12:50:19 America/New_York
+            avoid a Moose-using test in the suite of tests run by users 
(thanks,
+            Dave Rolsky)
+  
+  0.200007  2013-04-09 19:20:02 America/New_York
+            allow previous_exception to be passed to the constructor
+  
+  0.200006  2013-04-09 14:58:07 America/New_York
+            lose old $@ in previous_exception less often under 5.17.10 (thanks,
+            David Wheeler)
+  
+  0.200005  2013-04-05 15:04:52 America/New_York
+            Plugged memory leak (thaljef)
+  
+  0.200004  2013-02-21 16:50:05 America/New_York
+            update Throwable::Error to use around modifier instead of calling
+            SUPER:: (thanks, Justin Hunter)
+  
+  0.200003  2012-10-18 08:52:20 America/New_York
+            no code changes; just no longer trial
+  
+  0.200002  2012-10-09 08:56:21 America/New_York
+            require Moo 1.000001
+  
+  0.200001  2012-09-22 18:10:29 America/New_York
+            update a prerequisite (thanks, FREW)
+  
+  0.200000  2012-09-20 14:12:34 America/New_York
+            port to Moo (FREW, MSTROUT, ILMARI)
+
+-------------------------------------------------------------------

Old:
----
  Throwable-0.102080.tar.gz

New:
----
  Throwable-0.200012.tar.gz

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

Other differences:
------------------
++++++ perl-Throwable.spec ++++++
--- /var/tmp/diff_new_pack.xxUYDV/_old  2015-04-23 08:03:43.000000000 +0200
+++ /var/tmp/diff_new_pack.xxUYDV/_new  2015-04-23 08:03:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Throwable
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,31 +16,30 @@
 #
 
 
-
 Name:           perl-Throwable
-Version:        0.102080
-Release:        1
-License:        GPL-1.0+ or Artistic-1.0
+Version:        0.200012
+Release:        0
 %define cpan_name Throwable
 Summary:        a role for classes that can be thrown
-Url:            http://search.cpan.org/dist/Throwable/
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-#Source:         
http://www.cpan.org/authors/id/R/RJ/RJBS/Throwable-%{version}.tar.gz
-Source:         %{cpan_name}-%{version}.tar.gz
-BuildRequires:  perl(Devel::StackTrace) >= 1.21
-BuildRequires:  perl(Moose) >= 0.87
-BuildRequires:  perl(Moose::Role) >= 0.87
-BuildRequires:  perl(Moose::Util::TypeConstraints)
-BuildRequires:  perl(overload)
+Url:            http://search.cpan.org/dist/Throwable/
+Source:         
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+BuildArch:      noarch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-Requires:       perl(Devel::StackTrace) >= 1.21
-Requires:       perl(Moose) >= 0.87
-Requires:       perl(Moose::Role) >= 0.87
-Requires:       perl(Moose::Util::TypeConstraints)
-Requires:       perl(overload)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
+BuildRequires:  perl(Devel::StackTrace) >= 1.32
+BuildRequires:  perl(Module::Runtime) >= 0.002
+BuildRequires:  perl(Moo) >= 1.000001
+BuildRequires:  perl(Moo::Role)
+BuildRequires:  perl(Sub::Quote)
+BuildRequires:  perl(Test::More) >= 0.96
+Requires:       perl(Devel::StackTrace) >= 1.32
+Requires:       perl(Module::Runtime) >= 0.002
+Requires:       perl(Moo) >= 1.000001
+Requires:       perl(Moo::Role)
+Requires:       perl(Sub::Quote)
 %{perl_requires}
 
 %description
@@ -48,6 +47,9 @@
 to standard program flow. It is very simple and does only two things: saves
 any previous value for '$@' and calls 'die $self'.
 
+Throwable is implemented with the Moo manpage, so you can stick to Moo or
+use the Moose manpage as you prefer.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -63,11 +65,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes dist.ini LICENSE README
+%defattr(-,root,root,755)
+%doc Changes LICENSE README
 
 %changelog

++++++ Throwable-0.102080.tar.gz -> Throwable-0.200012.tar.gz ++++++
++++ 2202 lines of diff (skipped)


Reply via email to