Hello community,

here is the log from the commit of package perl-Try-Tiny for openSUSE:Factory 
checked in at 2013-07-30 18:48:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Try-Tiny (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Try-Tiny.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Try-Tiny"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Try-Tiny/perl-Try-Tiny.changes      
2013-06-13 20:25:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Try-Tiny.new/perl-Try-Tiny.changes 
2013-07-30 18:48:28.000000000 +0200
@@ -1,0 +2,19 @@
+Sat Jul 27 11:57:46 UTC 2013 - co...@suse.com
+
+- updated to 0.16
+  - remove accidental Sub::Name test dep
+  - optionally use Sub::Name to name the try/catch/finally blocks, if available
+    (Mark Fowler)
+  - also throw an exception for catch/finally in scalar context (RT#81070)
+  - fix tests failing on 5.6.x due to differing DESTROY semantics
+  - excise superfluous local($@) call - 7% speedup
+  - fix (fsvo) broken URLs (RT#55659)
+  - proper exception on erroneous usage of bare catch/finally (RT#81070)
+  - proper exception on erroneous use of multiple catch{} blocks
+  - clarify exception occuring on unterminated try block (RT#75712)
+  - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
+    Vadim)
+  - warn loudly on exceptions in finally() blocks
+  - dzilify
+
+-------------------------------------------------------------------

Old:
----
  Try-Tiny-0.12.tar.gz

New:
----
  Try-Tiny-0.16.tar.gz

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

Other differences:
------------------
++++++ perl-Try-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.Fd0Ohi/_old  2013-07-30 18:48:29.000000000 +0200
+++ /var/tmp/diff_new_pack.Fd0Ohi/_new  2013-07-30 18:48:29.000000000 +0200
@@ -17,10 +17,10 @@
 
 
 Name:           perl-Try-Tiny
-Version:        0.12
+Version:        0.16
 Release:        0
 %define cpan_name Try-Tiny
-Summary:        Minimal try/catch with proper localization of $@
+Summary:        minimal try/catch with proper preservation of $@
 License:        MIT
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Try-Tiny/
@@ -29,6 +29,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+#BuildRequires: perl(Benchmark::Dumb)
+#BuildRequires: perl(Sub::Name)
+#BuildRequires: perl(Try::Tiny)
 %{perl_requires}
 
 %description
@@ -91,6 +94,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes
+%doc Changes LICENSE maint README
 
 %changelog

++++++ Try-Tiny-0.12.tar.gz -> Try-Tiny-0.16.tar.gz ++++++
++++ 2407 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to