Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2014-11-12 15:48:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Mojolicious.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Mojolicious"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes        
2014-07-10 14:56:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2014-11-12 15:48:05.000000000 +0100
@@ -1,0 +2,67 @@
+Wed Nov 12 07:42:00 UTC 2014 - co...@suse.com
+
+- updated to 5.60
+
+Tons of changes, just the peak of the ice berg:
+
+   - Added to_array method to Mojo::Collection.
+   - Added xss_escape function to Mojo::Util.
+   - Updated Net::DNS::Native requirement to 0.12 for some important bug fixes.
+   - Added support for non-blocking name resolution with Net::DNS::Native.
+ 
+ 5.58  2014-11-06
+   - Improved error handling in Mojo::IOLoop::Client.
+ 
+ 5.57  2014-11-02
+   - Deprecated stringification support in Mojo::Collection in favor of
+     Mojo::Collection::join.
+   - Deprecated Mojo::Collection::pluck in favor of Mojo::Collection::map.
+   - Deprecated Mojo::DOM::val.
+   - Improved map method in Mojo::Collection to be able to call methods.
+   - Improved tap method in Mojo::Base to be able to call methods.
+ 
+ 5.56  2014-10-29
+   - Deprecated Mojo::Collection::AUTOLOAD in favor of Mojo::Collection::pluck.
+   - Deprecated Mojo::DOM::AUTOLOAD in favor of Mojo::DOM::children.
+ 
+ 5.55  2014-10-28
+   - Deprecated support for data arguments in Mojo::JSON::Pointer.
+   - Added access_control_allow_origin, content_language, content_location and
+     strict_transport_security methods to Mojo::Headers.
+ 
+ 5.54  2014-10-23
+   - Deprecated object-oriented Mojo::JSON API.
+   - Added auto_decompress attribute to Mojo::Content.
+   - Improved Mojo::Content to parse content more defensively.
+   - Fixed chunked transfer encoding bug in Mojo::Content.
+   - Fixed bug where Mojo::UserAgent would try to follow redirects for
+     protocols other than HTTP and HTTPS.
+ 
+ 5.53  2014-10-20
+   - Fixed bug in Mojo::Server where secondary groups were not reassigned
+     correctly. (ksm, sri)
+ 
+ 5.52  2014-10-18
+   - Fixed read-only file system compatibility of Mojo::Asset::File.
+ 
+ 5.51  2014-10-17
+   - Fixed bug in Mojolicious::Validator::Validation where every_param would
+     sometimes return an array reference containing an undef value.
+   - Fixed Mojo::ByteStream and Mojo::Collection to always return true in
+     boolean context.
+ 
+ 5.50  2014-10-15
+   - Improved Mojo::DOM::HTML performance slightly.
+   - Fixed description list parsing bug in Mojo::DOM::HTML. (Trelane)
+ 
+ 5.49  2014-10-10
+   - Improved form content generator to allow custom content types.
+   - Improved Mojo::Server to load applications consistently for all servers.
+     (tianon, sri)
+   - Fixed Mojolicious::Static to hide files without extensions in DATA
+     sections.
+   - Fixed inflate command to ignore files without extensions.
+   - Fixed bug in Mojolicious::Routes::Route where formats could be rendered
+     twice for embedded applications.
+
+-------------------------------------------------------------------

Old:
----
  Mojolicious-5.12.tar.gz

New:
----
  Mojolicious-5.60.tar.gz

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

Other differences:
------------------
++++++ perl-Mojolicious.spec ++++++
--- /var/tmp/diff_new_pack.36vC6T/_old  2014-11-12 15:48:11.000000000 +0100
+++ /var/tmp/diff_new_pack.36vC6T/_new  2014-11-12 15:48:11.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Mojolicious
-Version:        5.12
+Version:        5.60
 Release:        0
 %define cpan_name Mojolicious
 Summary:        Real-time web framework
@@ -29,6 +29,12 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(IO::Socket::IP) >= 0.26
+BuildRequires:  perl(Pod::Simple) >= 3.09
+BuildRequires:  perl(Time::Local) >= 1.2
+Requires:       perl(IO::Socket::IP) >= 0.26
+Requires:       perl(Pod::Simple) >= 3.09
+Requires:       perl(Time::Local) >= 1.2
 %{perl_requires}
 
 %description

++++++ Mojolicious-5.12.tar.gz -> Mojolicious-5.60.tar.gz ++++++
++++ 17506 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