commit perl-Mojolicious for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2016-01-28 17:23:47

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
2016-01-22 01:09:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2016-01-28 17:24:40.0 +0100
@@ -1,0 +2,18 @@
+Mon Jan 25 16:55:00 UTC 2016 - co...@suse.com
+
+- updated to 6.42
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.42  2016-01-24
+- Fixed use of deprecated Perl feature in Mojo::JSON.
+- Fixed validation filter bugs in Mojolicious::Validator::Validation.
+  
+  6.41  2016-01-20
+- Added support for validation filters.
+- Added filters attribute to Mojolicious::Validator.
+- Added add_filter method to Mojolicious::Validator.
+- Added filter arguments to optional and required methods in
+  Mojolicious::Validator::Validation.
+- Fixed MOJO_WEBSOCKET_DEBUG environment variable. (jberger)
+
+---

Old:

  Mojolicious-6.40.tar.gz

New:

  Mojolicious-6.42.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.COY4ue/_old  2016-01-28 17:24:41.0 +0100
+++ /var/tmp/diff_new_pack.COY4ue/_new  2016-01-28 17:24:41.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.40
+Version:6.42
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.40.tar.gz -> Mojolicious-6.42.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.40/Changes new/Mojolicious-6.42/Changes
--- old/Mojolicious-6.40/Changes2016-01-13 19:13:50.0 +0100
+++ new/Mojolicious-6.42/Changes2016-01-24 23:00:27.0 +0100
@@ -1,4 +1,16 @@
 
+6.42  2016-01-24
+  - Fixed use of deprecated Perl feature in Mojo::JSON.
+  - Fixed validation filter bugs in Mojolicious::Validator::Validation.
+
+6.41  2016-01-20
+  - Added support for validation filters.
+  - Added filters attribute to Mojolicious::Validator.
+  - Added add_filter method to Mojolicious::Validator.
+  - Added filter arguments to optional and required methods in
+Mojolicious::Validator::Validation.
+  - Fixed MOJO_WEBSOCKET_DEBUG environment variable. (jberger)
+
 6.40  2016-01-13
   - Removed client_challenge, client_handshake, server_handshake and 
server_open
 methods from Mojo::Transaction::WebSocket. (batman, sri)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.40/META.json 
new/Mojolicious-6.42/META.json
--- old/Mojolicious-6.40/META.json  2016-01-13 21:07:28.0 +0100
+++ new/Mojolicious-6.42/META.json  2016-01-24 23:01:37.0 +0100
@@ -58,5 +58,5 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.40"
+   "version" : "6.42"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.40/META.yml 
new/Mojolicious-6.42/META.yml
--- old/Mojolicious-6.40/META.yml   2016-01-13 21:07:28.0 +0100
+++ new/Mojolicious-6.42/META.yml   2016-01-24 23:01:37.0 +0100
@@ -31,4 +31,4 @@
   homepage: http://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '6.40'
+version: '6.42'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.40/README.md 
new/Mojolicious-6.42/README.md
--- old/Mojolicious-6.40/README.md  2016-01-09 05:25:41.0 +0100
+++ new/Mojolicious-6.42/README.md  2016-01-24 04:33:27.0 +0100
@@ -11,23 +11,25 @@
 
 ## Features
 
-  * An amazing real-time web framework, allowing you to easily grow single
+  * An amazing **real-time web framework**, allowing you to easily grow single
 file prototypes into well-structured web applications.
 * Powerful out of the box with RESTful routes, plugins, commands, Perl-ish
   templates, content negotiation, session management, form validation,
   testing framework, static file server, CGI/[PSGI](http://plackperl.org)
   detection, first class Unicode support and much more for you to
   discover.
+  * A powerful **web development toolkit**, that you can use for all kinds of
+applications, independently of the web framework.
+* Full 

commit perl-Mojolicious for openSUSE:Factory

2016-01-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2016-01-21 23:44:18

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
2016-01-15 10:42:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2016-01-22 01:09:55.0 +0100
@@ -1,0 +2,28 @@
+Tue Jan 19 10:08:10 UTC 2016 - co...@suse.com
+
+- updated to 6.40
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.40  2016-01-13
+- Removed client_challenge, client_handshake, server_handshake and 
server_open
+  methods from Mojo::Transaction::WebSocket. (batman, sri)
+- Removed is_writing method from Mojo::Transaction.
+- Removed upgrade event from Mojo::Transaction::HTTP.
+- Deprecated Mojo::Transaction::WebSocket::build_frame and
+  Mojo::Transaction::WebSocket::parse_frame in favor of
+  Mojo::WebSocket::build_frame and Mojo::WebSocket::parse_frame. (batman)
+- Replaced deprecated proxy method in Mojo::Message::Request with an
+  attribute.
+- Added SNI support to all built-in web servers. (bpmedley, sri)
+- Added module Mojo::WebSocket. (batman)
+- Added established attribute to Mojo::Transaction::WebSocket.
+- Added completed method to Mojo::Transaction.
+- Updated jQuery to version 2.2.0.
+- Improved performance of Mojo::Server::Daemon and Mojo::UserAgent 
slightly.
+- Improved mtime attribute in Mojo::Asset::Memory to default to the value 
of
+  $^T.
+- Improved app generator command to generate more portable scripts.
+- Fixed a few timing bugs.
+- Fixed url_for to handle fragments correctly.
+
+---

Old:

  Mojolicious-6.39.tar.gz

New:

  Mojolicious-6.40.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.dfetXN/_old  2016-01-22 01:09:57.0 +0100
+++ /var/tmp/diff_new_pack.dfetXN/_new  2016-01-22 01:09:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.39
+Version:6.40
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.39.tar.gz -> Mojolicious-6.40.tar.gz ++
 3713 lines of diff (skipped)




commit perl-Mojolicious for openSUSE:Factory

2016-01-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2016-01-15 10:42:13

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
2015-12-29 12:59:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2016-01-15 10:42:15.0 +0100
@@ -1,0 +2,11 @@
+Wed Jan 13 10:08:51 UTC 2016 - co...@suse.com
+
+- updated to 6.39
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.39  2016-01-03
+- Updated links to Mojolicious website.
+- Fixed small html_unescape bug in Mojo::Util.
+- Fixed handling of invalid max age in Mojo::UserAgent::CookieJar.
+
+---

Old:

  Mojolicious-6.38.tar.gz

New:

  Mojolicious-6.39.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.zlnn5q/_old  2016-01-15 10:42:16.0 +0100
+++ /var/tmp/diff_new_pack.zlnn5q/_new  2016-01-15 10:42:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mojolicious
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.38
+Version:6.39
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.38.tar.gz -> Mojolicious-6.39.tar.gz ++
 2810 lines of diff (skipped)




commit perl-Mojolicious for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-12-29 12:59:32

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
2015-12-16 17:45:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-12-29 12:59:36.0 +0100
@@ -1,0 +2,11 @@
+Sat Dec 26 09:57:30 UTC 2015 - co...@suse.com
+
+- updated to 6.38
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.38  2015-12-19
+- Updated prettify.js to version 8-Dec-2015.
+- Improved form generation in Mojo::UserAgent::Transactor to use UTF-8 as 
the
+  default charset.
+
+---

Old:

  Mojolicious-6.37.tar.gz

New:

  Mojolicious-6.38.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.spqYS9/_old  2015-12-29 12:59:37.0 +0100
+++ /var/tmp/diff_new_pack.spqYS9/_new  2015-12-29 12:59:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.37
+Version:6.38
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.37.tar.gz -> Mojolicious-6.38.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.37/Changes new/Mojolicious-6.38/Changes
--- old/Mojolicious-6.37/Changes2015-12-14 23:39:03.0 +0100
+++ new/Mojolicious-6.38/Changes2015-12-19 12:46:46.0 +0100
@@ -1,4 +1,9 @@
 
+6.38  2015-12-19
+  - Updated prettify.js to version 8-Dec-2015.
+  - Improved form generation in Mojo::UserAgent::Transactor to use UTF-8 as the
+default charset.
+
 6.37  2015-12-14
   - Added protocol and with_protocols methods to Mojo::Transaction::WebSocket.
   - Fixed a few reference encoding bugs in Mojo::JSON.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.37/META.json 
new/Mojolicious-6.38/META.json
--- old/Mojolicious-6.37/META.json  2015-12-15 01:34:58.0 +0100
+++ new/Mojolicious-6.38/META.json  2015-12-21 02:53:49.0 +0100
@@ -58,5 +58,5 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.37"
+   "version" : "6.38"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.37/META.yml 
new/Mojolicious-6.38/META.yml
--- old/Mojolicious-6.37/META.yml   2015-12-15 01:34:58.0 +0100
+++ new/Mojolicious-6.38/META.yml   2015-12-21 02:53:49.0 +0100
@@ -31,4 +31,4 @@
   homepage: http://mojolicio.us
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '6.37'
+version: '6.38'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.37/lib/Mojo/UserAgent/Transactor.pm 
new/Mojolicious-6.38/lib/Mojo/UserAgent/Transactor.pm
--- old/Mojolicious-6.37/lib/Mojo/UserAgent/Transactor.pm   2015-12-14 
23:39:03.0 +0100
+++ new/Mojolicious-6.38/lib/Mojo/UserAgent/Transactor.pm   2015-12-17 
07:34:25.0 +0100
@@ -151,6 +151,7 @@
 
 sub _form {
   my ($self, $tx, $form, %options) = @_;
+  $options{charset} = 'UTF-8' unless exists $options{charset};
 
   # Check for uploads and force multipart if necessary
   my $req   = $tx->req;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.37/lib/Mojo/UserAgent.pm 
new/Mojolicious-6.38/lib/Mojo/UserAgent.pm
--- old/Mojolicious-6.37/lib/Mojo/UserAgent.pm  2015-12-14 23:39:03.0 
+0100
+++ new/Mojolicious-6.38/lib/Mojo/UserAgent.pm  2015-12-15 23:36:05.0 
+0100
@@ -859,6 +859,7 @@
   $ua->websocket('wss://example.com/echo' => ['v1.proto'] => sub {
 my ($ua, $tx) = @_;
 say 'WebSocket handshake failed!' and return unless $tx->is_websocket;
+say 'Subprotocol negotiation failed!' and return unless $tx->protocol;
 $tx->on(finish => sub {
   my ($tx, $code, $reason) = @_;
   say "WebSocket closed with status $code.";
@@ -876,8 +877,9 @@
 C header, this can result in much better performance,
 but also increases memory usage by up to 300KB per connection.
 
-  my $headers = {'Sec-WebSocket-Extensions' => 'permessage-deflate'};
-  $ua->websocket('ws://example.com/foo' => $headers => sub {...});
+  $ua->websocket('ws://example.com/foo' => {
+

commit perl-Mojolicious for openSUSE:Factory

2015-12-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-12-16 17:43:22

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
2015-12-09 22:28:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-12-16 17:45:04.0 +0100
@@ -1,0 +2,11 @@
+Tue Dec 15 10:08:39 UTC 2015 - co...@suse.com
+
+- updated to 6.37
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.37  2015-12-14
+- Added protocol and with_protocols methods to 
Mojo::Transaction::WebSocket.
+- Fixed a few reference encoding bugs in Mojo::JSON.
+- Fixed a few form generation bugs in Mojo::UserAgent::Transactor.
+
+---

Old:

  Mojolicious-6.36.tar.gz

New:

  Mojolicious-6.37.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.lNadue/_old  2015-12-16 17:45:05.0 +0100
+++ /var/tmp/diff_new_pack.lNadue/_new  2015-12-16 17:45:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.36
+Version:6.37
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.36.tar.gz -> Mojolicious-6.37.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.36/Changes new/Mojolicious-6.37/Changes
--- old/Mojolicious-6.36/Changes2015-12-08 15:54:16.0 +0100
+++ new/Mojolicious-6.37/Changes2015-12-14 23:39:03.0 +0100
@@ -1,4 +1,9 @@
 
+6.37  2015-12-14
+  - Added protocol and with_protocols methods to Mojo::Transaction::WebSocket.
+  - Fixed a few reference encoding bugs in Mojo::JSON.
+  - Fixed a few form generation bugs in Mojo::UserAgent::Transactor.
+
 6.36  2015-12-08
   - Improved Mojo::JSON performance slightly. (haarg)
   - Improved inactivity_timeout helper to return the current controller object.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.36/MANIFEST 
new/Mojolicious-6.37/MANIFEST
--- old/Mojolicious-6.36/MANIFEST   2015-12-09 02:09:49.0 +0100
+++ new/Mojolicious-6.37/MANIFEST   2015-12-15 01:34:59.0 +0100
@@ -166,6 +166,7 @@
 t/mojo/cookie.t
 t/mojo/cookiejar.t
 t/mojo/daemon.t
+t/mojo/daemon_ipv6_tls.t
 t/mojo/date.t
 t/mojo/delay.t
 t/mojo/dom.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.36/META.json 
new/Mojolicious-6.37/META.json
--- old/Mojolicious-6.36/META.json  2015-12-09 02:09:49.0 +0100
+++ new/Mojolicious-6.37/META.json  2015-12-15 01:34:58.0 +0100
@@ -58,5 +58,5 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.36"
+   "version" : "6.37"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.36/META.yml 
new/Mojolicious-6.37/META.yml
--- old/Mojolicious-6.36/META.yml   2015-12-09 02:09:49.0 +0100
+++ new/Mojolicious-6.37/META.yml   2015-12-15 01:34:58.0 +0100
@@ -31,4 +31,4 @@
   homepage: http://mojolicio.us
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '6.36'
+version: '6.37'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.36/lib/Mojo/JSON.pm 
new/Mojolicious-6.37/lib/Mojo/JSON.pm
--- old/Mojolicious-6.36/lib/Mojo/JSON.pm   2015-12-06 14:19:31.0 
+0100
+++ new/Mojolicious-6.37/lib/Mojo/JSON.pm   2015-12-14 23:39:03.0 
+0100
@@ -239,10 +239,10 @@
 return $$value ? 'true' : 'false' if $ref eq 'SCALAR';
 return $value  ? 'true' : 'false' if $ref eq 'JSON::PP::Boolean';
 
-# Blessed reference with TO_JSON method
-if (blessed $value && (my $sub = $value->can('TO_JSON'))) {
-  return _encode_value($value->$sub);
-}
+# Everything else
+return _encode_string($value)
+  unless blessed $value && (my $sub = $value->can('TO_JSON'));
+return _encode_value($value->$sub);
   }
 
   # Null
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.36/lib/Mojo/Server/Daemon.pm 
new/Mojolicious-6.37/lib/Mojo/Server/Daemon.pm
--- old/Mojolicious-6.36/lib/Mojo/Server/Daemon.pm  2015-11-30 
17:53:49.0 +0100
+++ 

commit perl-Mojolicious for openSUSE:Factory

2015-12-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-12-09 19:54:42

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
2015-12-03 13:31:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-12-09 22:28:13.0 +0100
@@ -1,0 +2,35 @@
+Wed Dec  9 09:23:47 UTC 2015 - co...@suse.com
+
+- updated to 6.36
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.36  2015-12-08
+- Improved Mojo::JSON performance slightly. (haarg)
+- Improved inactivity_timeout helper to return the current controller 
object.
+
+---
+Sat Dec  5 10:18:57 UTC 2015 - co...@suse.com
+
+- updated to 6.35
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.35  2015-12-04
+- Removed deprecated collecting method from Mojo::UserAgent::CookieJar.
+- Fixed warnings in Mojo::Cookie::Response.
+
+---
+Wed Dec  2 09:56:26 UTC 2015 - co...@suse.com
+
+- updated to 6.34
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.34  2015-12-01
+- Improved Hypnotoad to report problems that have occured during the 
creation
+  of listen sockets.
+- Fixed bug in Mojo::DOM where the wrap method would attempt to wrap an
+  HTML/XML fragment around the content of root nodes.
+- Fixed bug in Mojo::DOM where the wrap_content method would attempt to 
wrap
+  an HTML/XML fragment around nodes that do not have children.
+- Fixed a few small formatting bugs in Mojolicious::Plugin::PODRenderer.
+
+---

Old:

  Mojolicious-6.33.tar.gz

New:

  Mojolicious-6.36.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.CCr3Og/_old  2015-12-09 22:28:14.0 +0100
+++ /var/tmp/diff_new_pack.CCr3Og/_new  2015-12-09 22:28:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.33
+Version:6.36
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework
@@ -45,7 +45,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Mojolicious-6.33.tar.gz -> Mojolicious-6.36.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.33/Changes new/Mojolicious-6.36/Changes
--- old/Mojolicious-6.33/Changes2015-11-22 00:10:36.0 +0100
+++ new/Mojolicious-6.36/Changes2015-12-08 15:54:16.0 +0100
@@ -1,4 +1,21 @@
 
+6.36  2015-12-08
+  - Improved Mojo::JSON performance slightly. (haarg)
+  - Improved inactivity_timeout helper to return the current controller object.
+
+6.35  2015-12-04
+  - Removed deprecated collecting method from Mojo::UserAgent::CookieJar.
+  - Fixed warnings in Mojo::Cookie::Response.
+
+6.34  2015-12-01
+  - Improved Hypnotoad to report problems that have occured during the creation
+of listen sockets.
+  - Fixed bug in Mojo::DOM where the wrap method would attempt to wrap an
+HTML/XML fragment around the content of root nodes.
+  - Fixed bug in Mojo::DOM where the wrap_content method would attempt to wrap
+an HTML/XML fragment around nodes that do not have children.
+  - Fixed a few small formatting bugs in Mojolicious::Plugin::PODRenderer.
+
 6.33  2015-11-22
   - Updated IO::Socket::IP requirement to 0.37 for certain bug fixes.
   - Improved renderer not to require a return value from handlers.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.33/MANIFEST 
new/Mojolicious-6.36/MANIFEST
--- old/Mojolicious-6.33/MANIFEST   2015-11-22 17:46:23.0 +0100
+++ new/Mojolicious-6.36/MANIFEST   2015-12-09 02:09:49.0 +0100
@@ -258,6 +258,7 @@
 t/mojolicious/lib/MojoliciousTest/Foo/Bar.pm
 t/mojolicious/lib/MojoliciousTest/Plugin/Test/SomePlugin2.pm
 t/mojolicious/lib/MojoliciousTest/Plugin/UPPERCASETestPlugin.pm
+t/mojolicious/lib/MojoliciousTest/PODTest.pm
 t/mojolicious/lib/MojoliciousTest/SyntaxError.pm
 t/mojolicious/lib/MojoliciousTest2/Foo.pm
 t/mojolicious/lib/MojoliciousTest3/Bar.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-Mojolicious for openSUSE:Factory

2015-12-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-12-03 13:31: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
2015-11-22 11:03:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-12-03 13:31:06.0 +0100
@@ -1,0 +2,12 @@
+Sat Nov 28 09:52:46 UTC 2015 - co...@suse.com
+
+- updated to 6.33
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.33  2015-11-22
+- Updated IO::Socket::IP requirement to 0.37 for certain bug fixes.
+- Improved renderer not to require a return value from handlers.
+- Improved helper method in Mojolicious to replace already existing helpers
+  silently.
+
+---

Old:

  Mojolicious-6.32.tar.gz

New:

  Mojolicious-6.33.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.5RX8J0/_old  2015-12-03 13:31:07.0 +0100
+++ /var/tmp/diff_new_pack.5RX8J0/_new  2015-12-03 13:31:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.32
+Version:6.33
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework
@@ -30,11 +30,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(IO::Socket::IP) >= 0.26
+BuildRequires:  perl(IO::Socket::IP) >= 0.37
 BuildRequires:  perl(JSON::PP) >= 2.27103
 BuildRequires:  perl(Pod::Simple) >= 3.09
 BuildRequires:  perl(Time::Local) >= 1.2
-Requires:   perl(IO::Socket::IP) >= 0.26
+Requires:   perl(IO::Socket::IP) >= 0.37
 Requires:   perl(JSON::PP) >= 2.27103
 Requires:   perl(Pod::Simple) >= 3.09
 Requires:   perl(Time::Local) >= 1.2

++ Mojolicious-6.32.tar.gz -> Mojolicious-6.33.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.32/Changes new/Mojolicious-6.33/Changes
--- old/Mojolicious-6.32/Changes2015-11-18 05:48:29.0 +0100
+++ new/Mojolicious-6.33/Changes2015-11-22 00:10:36.0 +0100
@@ -1,4 +1,10 @@
 
+6.33  2015-11-22
+  - Updated IO::Socket::IP requirement to 0.37 for certain bug fixes.
+  - Improved renderer not to require a return value from handlers.
+  - Improved helper method in Mojolicious to replace already existing helpers
+silently.
+
 6.32  2015-11-18
   - Deprecated Mojolicious::Routes::Pattern::format_regex.
   - Added support for new HTTP status code.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.32/META.json 
new/Mojolicious-6.33/META.json
--- old/Mojolicious-6.32/META.json  2015-11-18 19:15:02.0 +0100
+++ new/Mojolicious-6.33/META.json  2015-11-22 17:46:23.0 +0100
@@ -34,7 +34,7 @@
   },
   "runtime" : {
  "requires" : {
-"IO::Socket::IP" : "0.26",
+"IO::Socket::IP" : "0.37",
 "JSON::PP" : "2.27103",
 "Pod::Simple" : "3.09",
 "Time::Local" : "1.2",
@@ -58,5 +58,5 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.32"
+   "version" : "6.33"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.32/META.yml 
new/Mojolicious-6.33/META.yml
--- old/Mojolicious-6.32/META.yml   2015-11-18 19:15:02.0 +0100
+++ new/Mojolicious-6.33/META.yml   2015-11-22 17:46:23.0 +0100
@@ -20,7 +20,7 @@
 - examples
 - t
 requires:
-  IO::Socket::IP: '0.26'
+  IO::Socket::IP: '0.37'
   JSON::PP: '2.27103'
   Pod::Simple: '3.09'
   Time::Local: '1.2'
@@ -31,4 +31,4 @@
   homepage: http://mojolicio.us
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '6.32'
+version: '6.33'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.32/Makefile.PL 
new/Mojolicious-6.33/Makefile.PL
--- old/Mojolicious-6.32/Makefile.PL2015-10-08 18:54:16.0 +0200
+++ new/Mojolicious-6.33/Makefile.PL2015-11-18 22:46:43.0 +0100
@@ -8,7 +8,7 @@
 # Pod::Simple 3.09 first shipped with Perl 5.11.2
 # JSON::PP 2.27103 first shipped with Perl 5.13.9
 # Time::Local 1.2 first shipped with Perl 5.13.9
-# IO::Socket::IP 0.26 first shipped with Perl 5.19.8
+# IO::Socket::IP 0.37 first 

commit perl-Mojolicious for openSUSE:Factory

2015-11-22 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-11-22 11:01:03

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
2015-11-17 14:22:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-11-22 11:03:03.0 +0100
@@ -1,0 +2,14 @@
+Fri Nov 20 09:46:29 UTC 2015 - co...@suse.com
+
+- updated to 6.32
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.32  2015-11-18
+- Deprecated Mojolicious::Routes::Pattern::format_regex.
+- Added support for new HTTP status code.
+- Improved router performance.
+- Improved Mojo::DOM::CSS performance slightly. (jamadam)
+- Fixed a few case-sensitivity and An+B notation bugs in Mojo::DOM::CSS.
+  (jamadam)
+
+---

Old:

  Mojolicious-6.31.tar.gz

New:

  Mojolicious-6.32.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.ehH4gl/_old  2015-11-22 11:03:04.0 +0100
+++ /var/tmp/diff_new_pack.ehH4gl/_new  2015-11-22 11:03:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.31
+Version:6.32
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.31.tar.gz -> Mojolicious-6.32.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.31/Changes new/Mojolicious-6.32/Changes
--- old/Mojolicious-6.31/Changes2015-11-13 20:54:41.0 +0100
+++ new/Mojolicious-6.32/Changes2015-11-18 05:48:29.0 +0100
@@ -1,4 +1,12 @@
 
+6.32  2015-11-18
+  - Deprecated Mojolicious::Routes::Pattern::format_regex.
+  - Added support for new HTTP status code.
+  - Improved router performance.
+  - Improved Mojo::DOM::CSS performance slightly. (jamadam)
+  - Fixed a few case-sensitivity and An+B notation bugs in Mojo::DOM::CSS.
+(jamadam)
+
 6.31  2015-11-13
   - Improved documentation browser CSS.
   - Fixed handling of invalid URLs in Mojo::UserAgent::CookieJar.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.31/META.json 
new/Mojolicious-6.32/META.json
--- old/Mojolicious-6.31/META.json  2015-11-14 20:37:36.0 +0100
+++ new/Mojolicious-6.32/META.json  2015-11-18 19:15:02.0 +0100
@@ -58,5 +58,5 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.31"
+   "version" : "6.32"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.31/META.yml 
new/Mojolicious-6.32/META.yml
--- old/Mojolicious-6.31/META.yml   2015-11-14 20:37:35.0 +0100
+++ new/Mojolicious-6.32/META.yml   2015-11-18 19:15:02.0 +0100
@@ -31,4 +31,4 @@
   homepage: http://mojolicio.us
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '6.31'
+version: '6.32'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.31/README.md 
new/Mojolicious-6.32/README.md
--- old/Mojolicious-6.31/README.md  2015-10-08 20:29:38.0 +0200
+++ new/Mojolicious-6.32/README.md  2015-11-14 20:54:51.0 +0100
@@ -29,7 +29,7 @@
 highly scalable web services.
   * JSON and HTML/XML parser with CSS selector support.
   * Fresh code based upon years of experience developing
-[Catalyst](http://www.catalystframework.org).
+[Catalyst](http://www.catalystframework.org), free and open source.
 
 ## Installation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.31/lib/Mojo/Content.pm 
new/Mojolicious-6.32/lib/Mojo/Content.pm
--- old/Mojolicious-6.31/lib/Mojo/Content.pm2015-11-02 13:08:18.0 
+0100
+++ new/Mojolicious-6.32/lib/Mojo/Content.pm2015-11-17 05:42:02.0 
+0100
@@ -484,13 +484,13 @@
 
   my $bool = $content->is_chunked;
 
-Check if content is chunked.
+Check if C header indicates chunked tranfer encoding.
 
 =head2 is_compressed
 
   my $bool = $content->is_compressed;
 
-Check if content is gzip compressed.
+Check C header for C value.
 
 =head2 is_dynamic
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.31/lib/Mojo/DOM/CSS.pm 
new/Mojolicious-6.32/lib/Mojo/DOM/CSS.pm
--- 

commit perl-Mojolicious for openSUSE:Factory

2015-11-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-11-17 14:22:51

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
2015-11-15 12:48:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-11-17 14:22:52.0 +0100
@@ -1,0 +2,12 @@
+Sun Nov 15 09:53:48 UTC 2015 - co...@suse.com
+
+- updated to 6.31
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.31  2015-11-13
+- Improved documentation browser CSS.
+- Fixed handling of invalid URLs in Mojo::UserAgent::CookieJar.
+- Fixed a few small selector bugs in Mojo::DOM::CSS.
+- Fixed a few small formatting bugs in Mojolicious::Plugin::PODRenderer.
+
+---

Old:

  Mojolicious-6.30.tar.gz

New:

  Mojolicious-6.31.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.l6d5Zr/_old  2015-11-17 14:22:53.0 +0100
+++ /var/tmp/diff_new_pack.l6d5Zr/_new  2015-11-17 14:22:53.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.30
+Version:6.31
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.30.tar.gz -> Mojolicious-6.31.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.30/Changes new/Mojolicious-6.31/Changes
--- old/Mojolicious-6.30/Changes2015-11-11 13:52:40.0 +0100
+++ new/Mojolicious-6.31/Changes2015-11-13 20:54:41.0 +0100
@@ -1,4 +1,10 @@
 
+6.31  2015-11-13
+  - Improved documentation browser CSS.
+  - Fixed handling of invalid URLs in Mojo::UserAgent::CookieJar.
+  - Fixed a few small selector bugs in Mojo::DOM::CSS.
+  - Fixed a few small formatting bugs in Mojolicious::Plugin::PODRenderer.
+
 6.30  2015-11-11
   - Fixed bug in Mojolicious::Renderer where layouts could not be used with
 template inheritance. (nic, sri)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.30/META.json 
new/Mojolicious-6.31/META.json
--- old/Mojolicious-6.30/META.json  2015-11-12 03:58:23.0 +0100
+++ new/Mojolicious-6.31/META.json  2015-11-14 20:37:36.0 +0100
@@ -58,5 +58,5 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.30"
+   "version" : "6.31"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.30/META.yml 
new/Mojolicious-6.31/META.yml
--- old/Mojolicious-6.30/META.yml   2015-11-12 03:58:22.0 +0100
+++ new/Mojolicious-6.31/META.yml   2015-11-14 20:37:35.0 +0100
@@ -31,4 +31,4 @@
   homepage: http://mojolicio.us
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '6.30'
+version: '6.31'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.30/lib/Mojo/DOM/CSS.pm 
new/Mojolicious-6.31/lib/Mojo/DOM/CSS.pm
--- old/Mojolicious-6.30/lib/Mojo/DOM/CSS.pm2015-10-26 16:39:00.0 
+0100
+++ new/Mojolicious-6.31/lib/Mojo/DOM/CSS.pm2015-11-13 19:05:08.0 
+0100
@@ -125,14 +125,13 @@
   # "odd"
   return [2, 1] if $equation =~ /^\s*odd\s*$/i;
 
-  # Equation
-  my $num = [1, 1];
-  return $num if $equation !~ /(?:(-?(?:\d+)?)?(n))?\s*\+?\s*(-?\s*\d+)?\s*$/i;
-  $num->[0] = defined($1) && $1 ne '' ? $1 : $2 ? 1 : 0;
-  $num->[0] = -1 if $num->[0] eq '-';
-  $num->[1] = $3 // 0;
-  $num->[1] =~ s/\s+//g;
-  return $num;
+  # "4", "+4" or "-4"
+  return [0, $1] if $equation =~ /^\s*((?:\+|-)?\d+)\s*$/;
+
+  # "n", "4n", "+4n", "-4n", "n+1" or "4n-1"
+  return []
+unless $equation =~ /^\s*((?:\+|-)?(?:\d+)?)?n\s*((?:\+|-)\s*\d+)?\s*$/i;
+  return [$1 eq '-' ? -1 : $1 eq '' ? 1 : $1, join('', split(' ', $2 // 0))];
 }
 
 sub _match {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.30/lib/Mojo/DOM/HTML.pm 
new/Mojolicious-6.31/lib/Mojo/DOM/HTML.pm
--- old/Mojolicious-6.30/lib/Mojo/DOM/HTML.pm   2015-11-10 17:04:07.0 
+0100
+++ new/Mojolicious-6.31/lib/Mojo/DOM/HTML.pm   2015-11-12 22:53:07.0 
+0100
@@ -304,8 +304,8 @@
   my $bool = $html->xml;
   $html= $html->xml($bool);
 
-Disable HTML semantics in parser and activate case-sensitivity, defaults to
-auto 

commit perl-Mojolicious for openSUSE:Factory

2015-11-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-11-15 12:46:56

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
2015-11-10 10:03:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-11-15 12:48:09.0 +0100
@@ -1,0 +2,10 @@
+Sat Nov 14 09:58:53 UTC 2015 - co...@suse.com
+
+- updated to 6.30
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.30  2015-11-11
+- Fixed bug in Mojolicious::Renderer where layouts could not be used with
+  template inheritance. (nic, sri)
+
+---

Old:

  Mojolicious-6.29.tar.gz

New:

  Mojolicious-6.30.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.BXBNGI/_old  2015-11-15 12:48:10.0 +0100
+++ /var/tmp/diff_new_pack.BXBNGI/_new  2015-11-15 12:48:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.29
+Version:6.30
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework
@@ -41,8 +41,7 @@
 %{perl_requires}
 
 %description
-Take a look at our excellent documentation in the Mojolicious::Guides
-manpage!
+Take a look at our excellent documentation in Mojolicious::Guides!
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Mojolicious-6.29.tar.gz -> Mojolicious-6.30.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.29/Changes new/Mojolicious-6.30/Changes
--- old/Mojolicious-6.29/Changes2015-11-03 17:20:56.0 +0100
+++ new/Mojolicious-6.30/Changes2015-11-11 13:52:40.0 +0100
@@ -1,4 +1,8 @@
 
+6.30  2015-11-11
+  - Fixed bug in Mojolicious::Renderer where layouts could not be used with
+template inheritance. (nic, sri)
+
 6.29  2015-11-03
   - Fixed a few bugs in built-in templates. (Zoffix, sri)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.29/META.json 
new/Mojolicious-6.30/META.json
--- old/Mojolicious-6.29/META.json  2015-11-04 11:04:11.0 +0100
+++ new/Mojolicious-6.30/META.json  2015-11-12 03:58:23.0 +0100
@@ -58,5 +58,5 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.29"
+   "version" : "6.30"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.29/META.yml 
new/Mojolicious-6.30/META.yml
--- old/Mojolicious-6.29/META.yml   2015-11-04 11:04:11.0 +0100
+++ new/Mojolicious-6.30/META.yml   2015-11-12 03:58:22.0 +0100
@@ -31,4 +31,4 @@
   homepage: http://mojolicio.us
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '6.29'
+version: '6.30'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.29/lib/Mojo/DOM.pm 
new/Mojolicious-6.30/lib/Mojo/DOM.pm
--- old/Mojolicious-6.29/lib/Mojo/DOM.pm2015-11-01 04:32:19.0 
+0100
+++ new/Mojolicious-6.30/lib/Mojo/DOM.pm2015-11-11 20:46:35.0 
+0100
@@ -449,8 +449,8 @@
   my $dom = Mojo::DOM->new('Hi!');
   say $dom->at('p[id]')->text;
 
-If XML processing instructions are found, the parser will automatically switch
-into XML mode and everything becomes case-sensitive.
+If an XML declaration is found, the parser will automatically switch into XML
+mode and everything becomes case-sensitive.
 
   # XML semantics
   my $dom = Mojo::DOM->new('Hi!');
@@ -738,6 +738,9 @@
 Return L object for parent of this node or C if this node has
 no parent.
 
+  # "Test"
+  $dom->parse('Test')->at('i')->parent;
+
 =head2 parse
 
   $dom = $dom->parse('I ♥ Mojolicious!');
@@ -745,7 +748,7 @@
 Parse HTML/XML fragment with L.
 
   # Parse XML
-  my $dom = Mojo::DOM->new->xml(1)->parse($xml);
+  my $dom = Mojo::DOM->new->xml(1)->parse('I ♥ Mojolicious!');
 
 =head2 preceding
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.29/lib/Mojo/Server/Morbo.pm 
new/Mojolicious-6.30/lib/Mojo/Server/Morbo.pm
--- old/Mojolicious-6.29/lib/Mojo/Server/Morbo.pm   2015-10-30 
17:02:17.0 +0100
+++ new/Mojolicious-6.30/lib/Mojo/Server/Morbo.pm   2015-11-11 
13:48:45.0 +0100
@@ -36,7 +36,7 @@
 $self->{finished} = 1;
 kill 'TERM', $self->{worker} 

commit perl-Mojolicious for openSUSE:Factory

2015-11-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-11-10 10:03:16

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
2015-11-08 11:26:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-11-10 10:03:24.0 +0100
@@ -1,0 +2,9 @@
+Sun Nov  8 09:57:43 UTC 2015 - co...@suse.com
+
+- updated to 6.29
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.29  2015-11-03
+- Fixed a few bugs in built-in templates. (Zoffix, sri)
+
+---

Old:

  Mojolicious-6.28.tar.gz

New:

  Mojolicious-6.29.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.tQzPf2/_old  2015-11-10 10:03:25.0 +0100
+++ /var/tmp/diff_new_pack.tQzPf2/_new  2015-11-10 10:03:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.28
+Version:6.29
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.28.tar.gz -> Mojolicious-6.29.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.28/Changes new/Mojolicious-6.29/Changes
--- old/Mojolicious-6.28/Changes2015-11-02 13:10:32.0 +0100
+++ new/Mojolicious-6.29/Changes2015-11-03 17:20:56.0 +0100
@@ -1,4 +1,7 @@
 
+6.29  2015-11-03
+  - Fixed a few bugs in built-in templates. (Zoffix, sri)
+
 6.28  2015-11-02
   - Improved build_app method in Mojo::Server to work more like the load_app
 method.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.28/META.json 
new/Mojolicious-6.29/META.json
--- old/Mojolicious-6.28/META.json  2015-11-02 16:16:03.0 +0100
+++ new/Mojolicious-6.29/META.json  2015-11-04 11:04:11.0 +0100
@@ -58,5 +58,5 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.28"
+   "version" : "6.29"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.28/META.yml 
new/Mojolicious-6.29/META.yml
--- old/Mojolicious-6.28/META.yml   2015-11-02 16:16:03.0 +0100
+++ new/Mojolicious-6.29/META.yml   2015-11-04 11:04:11.0 +0100
@@ -31,4 +31,4 @@
   homepage: http://mojolicio.us
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '6.28'
+version: '6.29'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.28/lib/Mojo/Log.pm 
new/Mojolicious-6.29/lib/Mojo/Log.pm
--- old/Mojolicious-6.28/lib/Mojo/Log.pm2015-11-02 13:08:37.0 
+0100
+++ new/Mojolicious-6.29/lib/Mojo/Log.pm2015-11-03 19:34:57.0 
+0100
@@ -189,52 +189,52 @@
   $log = $log->debug('You screwed up, but that is ok');
   $log = $log->debug('All', 'cool');
 
-Emit L event and log debug message.
+Emit L event and log C message.
 
 =head2 error
 
   $log = $log->error('You really screwed up this time');
   $log = $log->error('Wow', 'seriously');
 
-Emit L event and log error message.
+Emit L event and log C message.
 
 =head2 fatal
 
   $log = $log->fatal('Its over...');
   $log = $log->fatal('Bye', 'bye');
 
-Emit L event and log fatal message.
+Emit L event and log C message.
 
 =head2 info
 
   $log = $log->info('You are bad, but you prolly know already');
   $log = $log->info('Ok', 'then');
 
-Emit L event and log info message.
+Emit L event and log C message.
 
 =head2 is_debug
 
   my $bool = $log->is_debug;
 
-Check for debug log level.
+Check if C log level is active.
 
 =head2 is_error
 
   my $bool = $log->is_error;
 
-Check for error log level.
+Check if C log level is active.
 
 =head2 is_info
 
   my $bool = $log->is_info;
 
-Check for info log level.
+Check if C log level is active.
 
 =head2 is_warn
 
   my $bool = $log->is_warn;
 
-Check for warn log level.
+Check if C log level is active.
 
 =head2 new
 
@@ -248,7 +248,7 @@
   $log = $log->warn('Dont do that Dave...');
   $log = $log->warn('No', 'really');
 
-Emit L event and log warn message.
+Emit L event and log C message.
 
 =head1 SEE ALSO
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.28/lib/Mojolicious/Guides/Routing.pod 
new/Mojolicious-6.29/lib/Mojolicious/Guides/Routing.pod
--- 

commit perl-Mojolicious for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-11-08 11:26:11

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
2015-10-30 13:43:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-11-08 11:26:12.0 +0100
@@ -1,0 +2,22 @@
+Tue Nov  3 10:12:15 UTC 2015 - co...@suse.com
+
+- updated to 6.28
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.28  2015-11-02
+- Improved build_app method in Mojo::Server to work more like the load_app
+  method.
+- Fixed multi-line attribute bug in Mojo::DOM::HTML. (jamadam)
+
+---
+Sat Oct 31 10:51:02 UTC 2015 - co...@suse.com
+
+- updated to 6.27
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.27  2015-10-29
+- Updated HTML5 entities in Mojo::Util.
+- Improved Mojo::Server::Prefork to log if the process id file could not be
+  created.
+
+---

Old:

  Mojolicious-6.26.tar.gz

New:

  Mojolicious-6.28.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.AaVtHq/_old  2015-11-08 11:26:13.0 +0100
+++ /var/tmp/diff_new_pack.AaVtHq/_new  2015-11-08 11:26:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.26
+Version:6.28
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.26.tar.gz -> Mojolicious-6.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.26/Changes new/Mojolicious-6.28/Changes
--- old/Mojolicious-6.26/Changes2015-10-28 01:24:01.0 +0100
+++ new/Mojolicious-6.28/Changes2015-11-02 13:10:32.0 +0100
@@ -1,4 +1,14 @@
 
+6.28  2015-11-02
+  - Improved build_app method in Mojo::Server to work more like the load_app
+method.
+  - Fixed multi-line attribute bug in Mojo::DOM::HTML. (jamadam)
+
+6.27  2015-10-29
+  - Updated HTML5 entities in Mojo::Util.
+  - Improved Mojo::Server::Prefork to log if the process id file could not be
+created.
+
 6.26  2015-10-28
   - Renamed built-in templates with more descriptive names.
   - Added warmup method to Mojolicious::Renderer and Mojolicious::Static.
@@ -1446,9 +1456,9 @@
   - Added direct array access for parsed parameters to Mojo::Parameters.
   - Added direct array access for path parts to Mojo::Path.
   - Improved dumper helper to sort hash keys.
-  - Fixed bug in Mojo::Headers that prevented multiline headers from being
+  - Fixed bug in Mojo::Headers that prevented multi-line headers from being
 parsed correctly.
-  - Fixed multiline header support in hash representation of Mojo::Headers.
+  - Fixed multi-line header support in hash representation of Mojo::Headers.
   - Fixed cloning bug in Mojo::Headers.
 
 3.89  2013-03-04
@@ -3388,7 +3398,7 @@
   - Improved nested exception handling. (spleenjack)
   - Fixed relative path handling.
   - Fixed application generator. (yko)
-  - Fixed support for multiline expressions in Mojo::Template.
+  - Fixed support for multi-line expressions in Mojo::Template.
   - Fixed multiple --reload related leaks and reduced overall memory usage.
   - Fixed exception handling for included templates.
   - Fixed a small Mojo::Server::PSGI header bug.
@@ -3618,7 +3628,7 @@
   - Fixed Mojo::DOM to support escaped selectors.
   - Fixed Mojo::DOM parser bugs.
   - Fixed Mojo::DOM child listing bug. (evt)
-  - Fixed Mojo::DOM multiline attribute bug. (tempire)
+  - Fixed Mojo::DOM multi-line attribute bug. (tempire)
   - Fixed charset detection of the dom builder in Mojo::Message. (und3f)
   - Fixed json/data rendering with layouts in MojoX::Renderer.
   - Fixed Mojo::IOLoop to not stop unexpectedly.
@@ -4218,7 +4228,7 @@
 
 0.991234  2009-07-03
   - Added name and value filters to Mojo::Headers. (acajou)
-  - Added clean multiline value handling to Mojo::Headers.
+  - Added clean multi-line value handling to Mojo::Headers.
   - Added prepare/finalize methods to Mojolicious.
   - Added some additional MIME types to MojoX::Types.
   - Renamed method add_line to add in Mojo::Headers.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.26/META.json 
new/Mojolicious-6.28/META.json
--- old/Mojolicious-6.26/META.json  2015-10-29 

commit perl-Mojolicious for openSUSE:Factory

2015-10-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-10-30 13:43:40

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
2015-10-24 10:30:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-10-30 13:43:41.0 +0100
@@ -1,0 +2,10 @@
+Thu Oct 29 10:09:09 UTC 2015 - co...@suse.com
+
+- updated to 6.26
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.26  2015-10-28
+- Renamed built-in templates with more descriptive names.
+- Added warmup method to Mojolicious::Renderer and Mojolicious::Static.
+
+---

Old:

  Mojolicious-6.25.tar.gz

New:

  Mojolicious-6.26.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.Ikdb1h/_old  2015-10-30 13:43:41.0 +0100
+++ /var/tmp/diff_new_pack.Ikdb1h/_new  2015-10-30 13:43:41.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.25
+Version:6.26
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.25.tar.gz -> Mojolicious-6.26.tar.gz ++
 1642 lines of diff (skipped)




commit perl-Mojolicious for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-10-24 10:29:29

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
2015-10-20 00:06:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-10-24 10:30:13.0 +0200
@@ -1,0 +2,19 @@
+Thu Oct 22 09:15:29 UTC 2015 - co...@suse.com
+
+- updated to 6.25
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.25  2015-10-21
+- Deprecated Mojo::Message::Request::proxy with boolean and string 
arguments
+  in favor of Mojo::Message::Request::via_proxy.
+- Replaced proxy method in Mojo::Message::Request with an attribute.
+- Moved all bundled files into "resources" directories.
+- Added via_proxy attribute to Mojo::Message::Request.
+- Improved Mojo::DOM::CSS to support selectors with leading and trailing
+  whitespace.
+- Improved rendering of built-in templates to show actual template names in
+  log messages.
+- Fixed punycode bug in Mojo::URL.
+- Fixed "0" value bug in Mojo::JSON::Pointer.
+
+---

Old:

  Mojolicious-6.24.tar.gz

New:

  Mojolicious-6.25.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.1RjMPS/_old  2015-10-24 10:30:14.0 +0200
+++ /var/tmp/diff_new_pack.1RjMPS/_new  2015-10-24 10:30:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.24
+Version:6.25
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.24.tar.gz -> Mojolicious-6.25.tar.gz ++
 2562 lines of diff (skipped)




commit perl-Mojolicious for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-10-19 22:52:21

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
2015-09-30 05:52:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-10-20 00:06:11.0 +0200
@@ -1,0 +2,27 @@
+Fri Oct 16 09:24:16 UTC 2015 - co...@suse.com
+
+- updated to 6.24
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.24  2015-10-13
+- Improved session security by not storing secrets in the stash and making
+  CSRF tokens much harder to guess.
+- Improved commands to show all options that can affect their behavior.
+- Fixed bug in Mojo::JSON::Pointer that prevented JSON Pointers with 
trailing
+  slash from working correctly. (dolmen)
+- Fixed support for domains with trailing dot in Mojo::URL.
+
+---
+Sat Oct 10 09:08:13 UTC 2015 - co...@suse.com
+
+- updated to 6.23
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.23  2015-10-06
+- Improved documentation browser CSS.
+- Fixed bug in Mojo::Transaction::WebSocket where an unsupported protocol
+  could be selected automatically.
+- Fixed input record separator bug in Mojo::Util. (Zoffix, sri)
+- Fixed small redirect bug in Mojo::UserAgent::Transactor.
+
+---

Old:

  Mojolicious-6.22.tar.gz

New:

  Mojolicious-6.24.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.98BY8n/_old  2015-10-20 00:06:12.0 +0200
+++ /var/tmp/diff_new_pack.98BY8n/_new  2015-10-20 00:06:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.22
+Version:6.24
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.22.tar.gz -> Mojolicious-6.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.22/Changes new/Mojolicious-6.24/Changes
--- old/Mojolicious-6.22/Changes2015-09-26 04:10:45.0 +0200
+++ new/Mojolicious-6.24/Changes2015-10-13 21:37:08.0 +0200
@@ -1,4 +1,19 @@
 
+6.24  2015-10-13
+  - Improved session security by not storing secrets in the stash and making
+CSRF tokens much harder to guess.
+  - Improved commands to show all options that can affect their behavior.
+  - Fixed bug in Mojo::JSON::Pointer that prevented JSON Pointers with trailing
+slash from working correctly. (dolmen)
+  - Fixed support for domains with trailing dot in Mojo::URL.
+
+6.23  2015-10-06
+  - Improved documentation browser CSS.
+  - Fixed bug in Mojo::Transaction::WebSocket where an unsupported protocol
+could be selected automatically.
+  - Fixed input record separator bug in Mojo::Util. (Zoffix, sri)
+  - Fixed small redirect bug in Mojo::UserAgent::Transactor.
+
 6.22  2015-09-26
   - Improved Mojo::JSON by reusing JSON::PP boolean constants.
   - Improved uniq method in Mojo::Collection to accept a callback. (CandyAngel)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.22/META.json 
new/Mojolicious-6.24/META.json
--- old/Mojolicious-6.22/META.json  2015-09-27 03:03:11.0 +0200
+++ new/Mojolicious-6.24/META.json  2015-10-14 00:54:09.0 +0200
@@ -4,7 +4,7 @@
   "Sebastian Riedel "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001",
"license" : [
   "artistic_2"
],
@@ -58,6 +58,5 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.22",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "6.24"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.22/META.yml 
new/Mojolicious-6.24/META.yml
--- old/Mojolicious-6.22/META.yml   2015-09-27 03:03:10.0 +0200
+++ new/Mojolicious-6.24/META.yml   2015-10-14 00:54:09.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150005'
+generated_by: 'ExtUtils::MakeMaker 

commit perl-Mojolicious for openSUSE:Factory

2015-09-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-09-30 05:52:41

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
2015-09-24 06:15:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-09-30 05:52:43.0 +0200
@@ -1,0 +2,22 @@
+Sun Sep 27 09:00:50 UTC 2015 - co...@suse.com
+
+- updated to 6.22
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.22  2015-09-26
+- Improved Mojo::JSON by reusing JSON::PP boolean constants.
+- Improved uniq method in Mojo::Collection to accept a callback. 
(CandyAngel)
+- Improved first and grep methods in Mojo::Collection to be able to call
+  methods.
+- Improved support for empty attributes in Mojo::DOM::HTML.
+
+---
+Wed Sep 23 08:48:53 UTC 2015 - co...@suse.com
+
+- updated to 6.21
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.21  2015-09-23
+- Added val method to Mojo::DOM.
+
+---

Old:

  Mojolicious-6.20.tar.gz

New:

  Mojolicious-6.22.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.ESQ4Qj/_old  2015-09-30 05:52:44.0 +0200
+++ /var/tmp/diff_new_pack.ESQ4Qj/_new  2015-09-30 05:52:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.20
+Version:6.22
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework
@@ -31,9 +31,11 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(IO::Socket::IP) >= 0.26
+BuildRequires:  perl(JSON::PP) >= 2.27103
 BuildRequires:  perl(Pod::Simple) >= 3.09
 BuildRequires:  perl(Time::Local) >= 1.2
 Requires:   perl(IO::Socket::IP) >= 0.26
+Requires:   perl(JSON::PP) >= 2.27103
 Requires:   perl(Pod::Simple) >= 3.09
 Requires:   perl(Time::Local) >= 1.2
 %{perl_requires}

++ Mojolicious-6.20.tar.gz -> Mojolicious-6.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.20/Changes new/Mojolicious-6.22/Changes
--- old/Mojolicious-6.20/Changes2015-09-17 00:44:17.0 +0200
+++ new/Mojolicious-6.22/Changes2015-09-26 04:10:45.0 +0200
@@ -1,4 +1,14 @@
 
+6.22  2015-09-26
+  - Improved Mojo::JSON by reusing JSON::PP boolean constants.
+  - Improved uniq method in Mojo::Collection to accept a callback. (CandyAngel)
+  - Improved first and grep methods in Mojo::Collection to be able to call
+methods.
+  - Improved support for empty attributes in Mojo::DOM::HTML.
+
+6.21  2015-09-23
+  - Added val method to Mojo::DOM.
+
 6.20  2015-09-15
   - Deprecated Mojo::UserAgent::CookieJar::collecting in favor of
 Mojo::UserAgent::CookieJar::ignore.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.20/META.json 
new/Mojolicious-6.22/META.json
--- old/Mojolicious-6.20/META.json  2015-09-17 00:49:25.0 +0200
+++ new/Mojolicious-6.22/META.json  2015-09-27 03:03:11.0 +0200
@@ -35,6 +35,7 @@
   "runtime" : {
  "requires" : {
 "IO::Socket::IP" : "0.26",
+"JSON::PP" : "2.27103",
 "Pod::Simple" : "3.09",
 "Time::Local" : "1.2",
 "perl" : "5.010001"
@@ -57,6 +58,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.20",
+   "version" : "6.22",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.20/META.yml 
new/Mojolicious-6.22/META.yml
--- old/Mojolicious-6.20/META.yml   2015-09-17 00:49:25.0 +0200
+++ new/Mojolicious-6.22/META.yml   2015-09-27 03:03:10.0 +0200
@@ -21,6 +21,7 @@
 - t
 requires:
   IO::Socket::IP: '0.26'
+  JSON::PP: '2.27103'
   Pod::Simple: '3.09'
   Time::Local: '1.2'
   perl: '5.010001'
@@ -30,5 +31,5 @@
   homepage: http://mojolicio.us
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '6.20'
+version: '6.22'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.20/Makefile.PL 
new/Mojolicious-6.22/Makefile.PL
--- 

commit perl-Mojolicious for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-09-24 06:15:03

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
2015-09-17 09:20:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-09-24 06:15:04.0 +0200
@@ -1,0 +2,11 @@
+Sun Sep 20 09:02:55 UTC 2015 - co...@suse.com
+
+- updated to 6.20
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.20  2015-09-15
+- Deprecated Mojo::UserAgent::CookieJar::collecting in favor of
+  Mojo::UserAgent::CookieJar::ignore.
+- Improved support for epoll/kqueue in Mojo::IOLoop::Client.
+
+---

Old:

  Mojolicious-6.19.tar.gz

New:

  Mojolicious-6.20.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.sL9OL9/_old  2015-09-24 06:15:05.0 +0200
+++ /var/tmp/diff_new_pack.sL9OL9/_new  2015-09-24 06:15:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.19
+Version:6.20
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.19.tar.gz -> Mojolicious-6.20.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.19/Changes new/Mojolicious-6.20/Changes
--- old/Mojolicious-6.19/Changes2015-09-12 13:55:58.0 +0200
+++ new/Mojolicious-6.20/Changes2015-09-17 00:44:17.0 +0200
@@ -1,4 +1,9 @@
 
+6.20  2015-09-15
+  - Deprecated Mojo::UserAgent::CookieJar::collecting in favor of
+Mojo::UserAgent::CookieJar::ignore.
+  - Improved support for epoll/kqueue in Mojo::IOLoop::Client.
+
 6.19  2015-09-12
   - Added code of conduct to Mojolicious::Guides::Contributing.
   - Added ignore attribute to Mojo::UserAgent::CookieJar.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.19/META.json 
new/Mojolicious-6.20/META.json
--- old/Mojolicious-6.19/META.json  2015-09-13 01:36:18.0 +0200
+++ new/Mojolicious-6.20/META.json  2015-09-17 00:49:25.0 +0200
@@ -57,6 +57,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.19",
+   "version" : "6.20",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.19/META.yml 
new/Mojolicious-6.20/META.yml
--- old/Mojolicious-6.19/META.yml   2015-09-13 01:36:18.0 +0200
+++ new/Mojolicious-6.20/META.yml   2015-09-17 00:49:25.0 +0200
@@ -30,5 +30,5 @@
   homepage: http://mojolicio.us
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '6.19'
+version: '6.20'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.19/lib/Mojo/IOLoop/Client.pm 
new/Mojolicious-6.20/lib/Mojo/IOLoop/Client.pm
--- old/Mojolicious-6.19/lib/Mojo/IOLoop/Client.pm  2015-08-29 
13:17:09.0 +0200
+++ new/Mojolicious-6.20/lib/Mojo/IOLoop/Client.pm  2015-09-17 
00:38:08.0 +0200
@@ -86,10 +86,7 @@
   }
   $handle->blocking(0);
 
-  # Wait for handle to become writable
-  weaken $self;
-  $self->reactor->io($handle => sub { $self->_ready($args) })
-->watch($handle, 0, 1);
+  $self->_wait($handle, $args);
 }
 
 sub _port { $_[0]{socks_port} || $_[0]{port} || ($_[0]{tls} ? 443 : 80) }
@@ -97,10 +94,14 @@
 sub _ready {
   my ($self, $args) = @_;
 
-  # Retry or handle exceptions
+  # Socket changes in between attempts and needs to be re-added for 
epoll/kqueue
   my $handle = $self->{handle};
-  return $! == EINPROGRESS ? undef : $self->emit(error => $!)
-if $handle->isa('IO::Socket::IP') && !$handle->connect;
+  if ($handle->isa('IO::Socket::IP') && !$handle->connect) {
+return $self->emit(error => $!) unless $! == EINPROGRESS;
+$self->reactor->remove($handle);
+return $self->_wait($handle, $args);
+  }
+
   return $self->emit(error => $! || 'Not connected') unless $handle->connected;
 
   # Disable Nagle's algorithm
@@ -186,6 +187,13 @@
   $reactor->io($handle => sub { $self->_tls })->watch($handle, 0, 1);
 }
 
+sub _wait {
+  my ($self, $handle, $args) = @_;
+  weaken $self;
+  $self->reactor->io($handle => sub { 

commit perl-Mojolicious for openSUSE:Factory

2015-09-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-09-17 09:20:45

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
2015-09-08 17:42:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-09-17 09:20:54.0 +0200
@@ -1,0 +2,12 @@
+Mon Sep 14 08:43:10 UTC 2015 - co...@suse.com
+
+- updated to 6.19
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.19  2015-09-12
+- Added code of conduct to Mojolicious::Guides::Contributing.
+- Added ignore attribute to Mojo::UserAgent::CookieJar.
+- Added tls_version option to Mojo::IOLoop::Server::listen.
+- Added version parameter to Mojo::Server::Daemon::listen.
+
+---

Old:

  Mojolicious-6.18.tar.gz

New:

  Mojolicious-6.19.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.PHubnR/_old  2015-09-17 09:20:55.0 +0200
+++ /var/tmp/diff_new_pack.PHubnR/_new  2015-09-17 09:20:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.18
+Version:6.19
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.18.tar.gz -> Mojolicious-6.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.18/Changes new/Mojolicious-6.19/Changes
--- old/Mojolicious-6.18/Changes2015-09-02 15:24:42.0 +0200
+++ new/Mojolicious-6.19/Changes2015-09-12 13:55:58.0 +0200
@@ -1,4 +1,10 @@
 
+6.19  2015-09-12
+  - Added code of conduct to Mojolicious::Guides::Contributing.
+  - Added ignore attribute to Mojo::UserAgent::CookieJar.
+  - Added tls_version option to Mojo::IOLoop::Server::listen.
+  - Added version parameter to Mojo::Server::Daemon::listen.
+
 6.18  2015-09-02
   - Improved portability of slurp function in Mojo::Util.
   - Fixed handling of parameters with multiple values in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.18/META.json 
new/Mojolicious-6.19/META.json
--- old/Mojolicious-6.18/META.json  2015-09-02 19:25:48.0 +0200
+++ new/Mojolicious-6.19/META.json  2015-09-13 01:36:18.0 +0200
@@ -57,6 +57,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.18",
+   "version" : "6.19",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.18/META.yml 
new/Mojolicious-6.19/META.yml
--- old/Mojolicious-6.18/META.yml   2015-09-02 19:25:48.0 +0200
+++ new/Mojolicious-6.19/META.yml   2015-09-13 01:36:18.0 +0200
@@ -30,5 +30,5 @@
   homepage: http://mojolicio.us
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '6.18'
+version: '6.19'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.18/lib/Mojo/Cookie/Response.pm 
new/Mojolicious-6.19/lib/Mojo/Cookie/Response.pm
--- old/Mojolicious-6.18/lib/Mojo/Cookie/Response.pm2015-08-29 
16:01:44.0 +0200
+++ new/Mojolicious-6.19/lib/Mojo/Cookie/Response.pm2015-09-10 
02:29:15.0 +0200
@@ -19,6 +19,7 @@
 
 while (my ($name, $value) = splice @$pairs, 0, 2) {
   next unless $ATTRS{my $attr = lc $name};
+  $value =~ s/^\.// if $attr eq 'domain';
   $value = Mojo::Date->new($value)->epoch if $attr eq 'expires';
   $value = 1 if $attr eq 'secure' || $attr eq 'httponly';
   $cookies[-1]{$attr eq 'max-age' ? 'max_age' : $attr} = $value;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.18/lib/Mojo/IOLoop/Server.pm 
new/Mojolicious-6.19/lib/Mojo/IOLoop/Server.pm
--- old/Mojolicious-6.18/lib/Mojo/IOLoop/Server.pm  2015-08-29 
13:17:09.0 +0200
+++ new/Mojolicious-6.19/lib/Mojo/IOLoop/Server.pm  2015-09-12 
13:56:19.0 +0200
@@ -97,6 +97,7 @@
   $tls->{SSL_ca_file} = $args->{tls_ca}
 if $args->{tls_ca} && -T $args->{tls_ca};
   $tls->{SSL_cipher_list} = $args->{tls_ciphers} if $args->{tls_ciphers};
+  $tls->{SSL_version} = $args->{tls_version} if $args->{tls_version};
 }
 
 sub port { 

commit perl-Mojolicious for openSUSE:Factory

2015-09-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-09-08 17:39:23

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
2015-08-28 08:26:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-09-08 17:42:38.0 +0200
@@ -1,0 +2,13 @@
+Thu Sep  3 08:51:35 UTC 2015 - co...@suse.com
+
+- updated to 6.18
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.18  2015-09-02
+- Improved portability of slurp function in Mojo::Util.
+- Fixed handling of parameters with multiple values in
+  Mojolicious::Plugin::TagHelpers.
+- Fixed Makefile.PL to be compliant with version 2 of the CPAN distribution
+  metadata specification. (Grinnz)
+
+---

Old:

  Mojolicious-6.17.tar.gz

New:

  Mojolicious-6.18.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.90G2yA/_old  2015-09-08 17:42:43.0 +0200
+++ /var/tmp/diff_new_pack.90G2yA/_new  2015-09-08 17:42:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.17
+Version:6.18
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.17.tar.gz -> Mojolicious-6.18.tar.gz ++
 2563 lines of diff (skipped)




commit perl-Mojolicious for openSUSE:Factory

2015-08-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-08-28 08:26:22

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
2015-08-01 11:34:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-08-28 08:26:23.0 +0200
@@ -1,0 +2,25 @@
+Sun Aug 23 09:02:18 UTC 2015 - co...@suse.com
+
+- updated to 6.17
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.17  2015-08-21
+- Improved slurp method in Mojo::Asset::File to only use one file 
descriptor.
+  
+  6.16  2015-08-19
+- Improved check_box, radio_button and select_field tag helpers to handle 
the
+  attributes checked and selected correctly.
+- Improved performance of slurp function in Mojo::Util slightly.
+
+---
+Wed Aug 19 09:15:05 UTC 2015 - co...@suse.com
+
+- updated to 6.15
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.15  2015-08-13
+- Removed deprecated build_body and build_headers methods from 
Mojo::Content.
+- Improved Mojo::Transaction::HTTP performance slightly.
+- Fixed warnings in Mojo::DOM.
+
+---

Old:

  Mojolicious-6.14.tar.gz

New:

  Mojolicious-6.17.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.NXLkSC/_old  2015-08-28 08:26:24.0 +0200
+++ /var/tmp/diff_new_pack.NXLkSC/_new  2015-08-28 08:26:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.14
+Version:6.17
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.14.tar.gz - Mojolicious-6.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.14/Changes new/Mojolicious-6.17/Changes
--- old/Mojolicious-6.14/Changes2015-07-12 17:31:04.0 +0200
+++ new/Mojolicious-6.17/Changes2015-08-21 18:49:30.0 +0200
@@ -1,4 +1,17 @@
 
+6.17  2015-08-21
+  - Improved slurp method in Mojo::Asset::File to only use one file descriptor.
+
+6.16  2015-08-19
+  - Improved check_box, radio_button and select_field tag helpers to handle the
+attributes checked and selected correctly.
+  - Improved performance of slurp function in Mojo::Util slightly.
+
+6.15  2015-08-13
+  - Removed deprecated build_body and build_headers methods from Mojo::Content.
+  - Improved Mojo::Transaction::HTTP performance slightly.
+  - Fixed warnings in Mojo::DOM.
+
 6.14  2015-07-12
   - Improved app generator command not to create a log directory.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.14/META.json 
new/Mojolicious-6.17/META.json
--- old/Mojolicious-6.14/META.json  2015-07-14 05:25:00.0 +0200
+++ new/Mojolicious-6.17/META.json  2015-08-22 21:37:44.0 +0200
@@ -55,6 +55,6 @@
   },
   x_IRC : irc://irc.perl.org/#mojo
},
-   version : 6.14,
+   version : 6.17,
x_serialization_backend : JSON::PP version 2.27300
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.14/META.yml 
new/Mojolicious-6.17/META.yml
--- old/Mojolicious-6.14/META.yml   2015-07-14 05:24:59.0 +0200
+++ new/Mojolicious-6.17/META.yml   2015-08-22 21:37:44.0 +0200
@@ -30,5 +30,5 @@
   homepage: http://mojolicio.us
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '6.14'
+version: '6.17'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.14/examples/microhttpd.pl 
new/Mojolicious-6.17/examples/microhttpd.pl
--- old/Mojolicious-6.14/examples/microhttpd.pl 2015-03-31 19:49:57.0 
+0200
+++ new/Mojolicious-6.17/examples/microhttpd.pl 2015-08-13 03:31:46.0 
+0200
@@ -18,8 +18,8 @@
 
   # Write a minimal HTTP response
   # (the Hello World! message has been optimized away!)
-  $stream-write(HTTP/1.1 200 OK\x0d\x0aContent-Length: 0\x0d\x0a
-  . Connection: keep-alive\x0d\x0a\x0d\x0a);
+  $stream-write(
+HTTP/1.1 200 OK\x0d\x0aContent-Length: 0\x0d\x0a\x0d\x0a);
 }
   }
 );
diff -urN '--exclude=CVS' 

commit perl-Mojolicious for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-08-01 11:34:12

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
2015-06-23 11:59:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-08-01 11:34:14.0 +0200
@@ -1,0 +2,22 @@
+Tue Jul 14 08:56:09 UTC 2015 - co...@suse.com
+
+- updated to 6.14
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.14  2015-07-12
+- Improved app generator command not to create a log directory.
+
+---
+Sun Jul 12 08:44:16 UTC 2015 - co...@suse.com
+
+- updated to 6.13
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.13  2015-07-08
+- Added support for validating file uploads.
+- Added upload check to Mojolicious::Validator.
+- Improved error messages for broken applications in Mojo::Server. (mst)
+- Improved subscribers method in Mojo::EventEmitter to allow subscribers 
to be
+  modified more easily.
+
+---

Old:

  Mojolicious-6.12.tar.gz

New:

  Mojolicious-6.14.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.38vbaH/_old  2015-08-01 11:34:15.0 +0200
+++ /var/tmp/diff_new_pack.38vbaH/_new  2015-08-01 11:34:15.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Mojolicious
-Version:6.12
+Version:6.14
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Mojolicious/
-Source0:
http://www.cpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Mojolicious-6.12.tar.gz - Mojolicious-6.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.12/Changes new/Mojolicious-6.14/Changes
--- old/Mojolicious-6.12/Changes2015-06-18 23:42:06.0 +0200
+++ new/Mojolicious-6.14/Changes2015-07-12 17:31:04.0 +0200
@@ -1,4 +1,14 @@
 
+6.14  2015-07-12
+  - Improved app generator command not to create a log directory.
+
+6.13  2015-07-08
+  - Added support for validating file uploads.
+  - Added upload check to Mojolicious::Validator.
+  - Improved error messages for broken applications in Mojo::Server. (mst)
+  - Improved subscribers method in Mojo::EventEmitter to allow subscribers to 
be
+modified more easily.
+
 6.12  2015-06-18
   - Welcome to the Mojolicious core team Dan Book.
   - Added TO_JSON method to Mojo::Collection. (wttw)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.12/META.json 
new/Mojolicious-6.14/META.json
--- old/Mojolicious-6.12/META.json  2015-06-18 23:44:58.0 +0200
+++ new/Mojolicious-6.14/META.json  2015-07-14 05:25:00.0 +0200
@@ -4,7 +4,7 @@
   Sebastian Riedel s...@cpan.org
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001,
+   generated_by : ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150005,
license : [
   artistic_2
],
@@ -17,6 +17,7 @@
   directory : [
  t,
  inc,
+ examples,
  t
   ]
},
@@ -54,5 +55,6 @@
   },
   x_IRC : irc://irc.perl.org/#mojo
},
-   version : 6.12
+   version : 6.14,
+   x_serialization_backend : JSON::PP version 2.27300
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.12/META.yml 
new/Mojolicious-6.14/META.yml
--- old/Mojolicious-6.12/META.yml   2015-06-18 23:44:58.0 +0200
+++ new/Mojolicious-6.14/META.yml   2015-07-14 05:24:59.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001'
+generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150005'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -17,6 +17,7 @@
   

commit perl-Mojolicious for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-06-23 11:59:38

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
2015-05-18 22:29:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-06-23 11:59:40.0 +0200
@@ -1,0 +2,13 @@
+Sun Jun 21 08:34:09 UTC 2015 - co...@suse.com
+
+- updated to 6.12
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.12  2015-06-18
+- Welcome to the Mojolicious core team Dan Book.
+- Added TO_JSON method to Mojo::Collection. (wttw)
+- Added find_packages function to Mojo::Loader.
+- Fixed bug in Mojo::Message where multipart content would get downgraded
+  unnecessarily.
+
+---

Old:

  Mojolicious-6.11.tar.gz

New:

  Mojolicious-6.12.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.vC72hF/_old  2015-06-23 11:59:40.0 +0200
+++ /var/tmp/diff_new_pack.vC72hF/_new  2015-06-23 11:59:40.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Mojolicious
-Version:6.11
+Version:6.12
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Mojolicious/
-Source0:
http://www.cpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Mojolicious-6.11.tar.gz - Mojolicious-6.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.11/Changes new/Mojolicious-6.12/Changes
--- old/Mojolicious-6.11/Changes2015-05-16 18:24:25.0 +0200
+++ new/Mojolicious-6.12/Changes2015-06-18 23:42:06.0 +0200
@@ -1,6 +1,13 @@
 
+6.12  2015-06-18
+  - Welcome to the Mojolicious core team Dan Book.
+  - Added TO_JSON method to Mojo::Collection. (wttw)
+  - Added find_packages function to Mojo::Loader.
+  - Fixed bug in Mojo::Message where multipart content would get downgraded
+unnecessarily.
+
 6.11  2015-05-16
-  - Deprecated build_body and build_headers methods in Mojo::Content.
+  - Deprecated Mojo::Content::build_body and Mojo::Content::build_headers.
   - Added headers_contain method to Mojo::Content.
   - Updated jQuery to version 2.1.4.
   - Fixed indentation of ASCII art in documentation browser. (jberger)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.11/META.json 
new/Mojolicious-6.12/META.json
--- old/Mojolicious-6.11/META.json  2015-05-17 00:13:27.0 +0200
+++ new/Mojolicious-6.12/META.json  2015-06-18 23:44:58.0 +0200
@@ -4,7 +4,7 @@
   Sebastian Riedel s...@cpan.org
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150001,
+   generated_by : ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001,
license : [
   artistic_2
],
@@ -54,5 +54,5 @@
   },
   x_IRC : irc://irc.perl.org/#mojo
},
-   version : 6.11
+   version : 6.12
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.11/META.yml 
new/Mojolicious-6.12/META.yml
--- old/Mojolicious-6.11/META.yml   2015-05-17 00:13:27.0 +0200
+++ new/Mojolicious-6.12/META.yml   2015-06-18 23:44:58.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.150001'
+generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -29,4 +29,4 @@
   homepage: http://mojolicio.us
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '6.11'
+version: '6.12'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.11/lib/Mojo/Asset/File.pm 
new/Mojolicious-6.12/lib/Mojo/Asset/File.pm
--- old/Mojolicious-6.11/lib/Mojo/Asset/File.pm 

commit perl-Mojolicious for openSUSE:Factory

2015-04-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-04-27 13:05:24

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
2015-04-15 16:25:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-04-27 13:05:25.0 +0200
@@ -1,0 +2,30 @@
+Mon Apr 27 05:49:57 UTC 2015 - co...@suse.com
+
+- updated to 6.10
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.10  2015-04-26
+- Removed support for user/group switching, because it never worked
+  correctly, which means that this security feature has become an attack
+  vector itself. If you depend on this functionality, you can now use the
+  CPAN module Mojolicious::Plugin::SetUserGroup instead.
+- Removed group and user attributes from Mojo::Server.
+- Removed setuidgid method from Mojo::Server.
+- Removed group and user settings from Hypnotoad.
+- Removed -g/--group and -u/--user options from daemon and prefork 
commands.
+- Added next_tick method to Mojo::Reactor::Poll.
+- Improved next_tick callbacks to run in the same order in which they were
+  registered.
+
+---
+Sun Apr 26 07:34:53 UTC 2015 - co...@suse.com
+
+- updated to 6.09
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.09  2015-04-25
+- Improved HTML Living Standard compliance of Mojo::Parameters. (riche, 
sri)
+- Fixed bug in Mojolicious::Types where the json MIME type did not specify 
a
+  charset. (kaktus)
+
+---

Old:

  Mojolicious-6.08.tar.gz

New:

  Mojolicious-6.10.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.7E6KtL/_old  2015-04-27 13:05:26.0 +0200
+++ /var/tmp/diff_new_pack.7E6KtL/_new  2015-04-27 13:05:26.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Mojolicious
-Version:6.08
+Version:6.10
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Mojolicious/
-Source: 
http://www.cpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Mojolicious-6.08.tar.gz - Mojolicious-6.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.08/Changes new/Mojolicious-6.10/Changes
--- old/Mojolicious-6.08/Changes2015-04-09 16:33:55.0 +0200
+++ new/Mojolicious-6.10/Changes2015-04-27 02:48:43.0 +0200
@@ -1,4 +1,22 @@
 
+6.10  2015-04-26
+  - Removed support for user/group switching, because it never worked
+correctly, which means that this security feature has become an attack
+vector itself. If you depend on this functionality, you can now use the
+CPAN module Mojolicious::Plugin::SetUserGroup instead.
+  - Removed group and user attributes from Mojo::Server.
+  - Removed setuidgid method from Mojo::Server.
+  - Removed group and user settings from Hypnotoad.
+  - Removed -g/--group and -u/--user options from daemon and prefork commands.
+  - Added next_tick method to Mojo::Reactor::Poll.
+  - Improved next_tick callbacks to run in the same order in which they were
+registered.
+
+6.09  2015-04-25
+  - Improved HTML Living Standard compliance of Mojo::Parameters. (riche, sri)
+  - Fixed bug in Mojolicious::Types where the json MIME type did not specify a
+charset. (kaktus)
+
 6.08  2015-04-09
   - Added is_established and server_open methods to
 Mojo::Transaction::WebSocket.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.08/META.json 
new/Mojolicious-6.10/META.json
--- old/Mojolicious-6.08/META.json  2015-04-10 00:02:53.0 +0200
+++ new/Mojolicious-6.10/META.json  2015-04-27 03:59:46.0 +0200
@@ -54,5 +54,5 @@
   },
   x_IRC : irc://irc.perl.org/#mojo
},
-   version : 6.08
+   version : 6.10
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.08/META.yml 

commit perl-Mojolicious for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-04-15 16:25:49

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
2015-03-16 07:01:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-04-15 16:25:51.0 +0200
@@ -1,0 +2,39 @@
+Tue Apr 14 20:43:39 UTC 2015 - co...@suse.com
+
+- updated to 6.08
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.08  2015-04-09
+- Added is_established and server_open methods to
+  Mojo::Transaction::WebSocket.
+- Improved finish and send methods in Mojolicious::Controller to
+  automatically establish the WebSocket connection if necessary.
+- Improved pod_to_html helper in Mojolicious::Plugin::PODRenderer to 
unindent
+  verbatim blocks. (OlegG)
+  
+  6.07  2015-04-07
+- Fixed Windows bug in daemon.t.
+  
+  6.06  2015-04-06
+- Added element_count_is method to Test::Mojo. (Zoffix)
+- Added chat.pl to example scripts.
+- Improved Mojo::DOM::CSS to handle attribute selectors with single quotes
+  correctly.
+  
+  6.05  2015-03-24
+- Fixed circular require bug in Mojo::Base and Mojo::Util.
+  
+  6.04  2015-03-23
+- Improved Mojo::Reactor::EV and Mojo::Reactor::Poll to fail more
+  consistently.
+- Improved Mojo::Base performance slightly.
+- Fixed a few bugs in Mojo::DOM::CSS that required class, id and attribute
+  selectors, as well as pseudo-classes, to be in a specific order.
+  
+  6.03  2015-03-16
+- Added support for overriding the HTTP request method with the _method 
query
+  parameter.
+- Added suggested_method method to Mojolicious::Routes::Route.
+- Improved portability of some tests.
+
+---

Old:

  Mojolicious-6.02.tar.gz

New:

  Mojolicious-6.08.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.L2Vk3P/_old  2015-04-15 16:25:51.0 +0200
+++ /var/tmp/diff_new_pack.L2Vk3P/_new  2015-04-15 16:25:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.02
+Version:6.08
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.02.tar.gz - Mojolicious-6.08.tar.gz ++
 3518 lines of diff (skipped)




commit perl-Mojolicious for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-03-16 07:01:02

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
2015-03-03 11:15:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-03-16 07:01:13.0 +0100
@@ -1,0 +2,13 @@
+Thu Mar 12 13:55:35 UTC 2015 - co...@suse.com
+
+- updated to 6.02
+  - Added daemon attribute to Mojo::Server::Morbo.
+  - Improved portability of Mojo::Server::Morbo.
+  - Fixed empty template handling in Mojo::Template.
+
+ 6.01  2015-03-03
+  - Added content_with helper to Mojolicious::Plugin::DefaultHelpers.
+  - Relaxed request-line handling in Mojo::Message::Request.
+  - Fixed code name in version command and built-in templates.
+
+---

Old:

  Mojolicious-6.0.tar.gz

New:

  Mojolicious-6.02.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.IbbnLg/_old  2015-03-16 07:01:14.0 +0100
+++ /var/tmp/diff_new_pack.IbbnLg/_new  2015-03-16 07:01:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.0
+Version:6.02
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.0.tar.gz - Mojolicious-6.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.0/Changes new/Mojolicious-6.02/Changes
--- old/Mojolicious-6.0/Changes 2015-02-26 06:57:34.0 +0100
+++ new/Mojolicious-6.02/Changes2015-03-10 01:26:27.0 +0100
@@ -1,4 +1,14 @@
 
+6.02  2015-03-09
+  - Added daemon attribute to Mojo::Server::Morbo.
+  - Improved portability of Mojo::Server::Morbo.
+  - Fixed empty template handling in Mojo::Template.
+
+6.01  2015-03-03
+  - Added content_with helper to Mojolicious::Plugin::DefaultHelpers.
+  - Relaxed request-line handling in Mojo::Message::Request.
+  - Fixed code name in version command and built-in templates.
+
 6.0  2015-02-26
   - Code name Clinking Beer Mugs, this is a major release.
   - Removed name listing support from param method in Mojolicious::Controller.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.0/META.json 
new/Mojolicious-6.02/META.json
--- old/Mojolicious-6.0/META.json   2015-02-26 23:16:00.0 +0100
+++ new/Mojolicious-6.02/META.json  2015-03-10 03:52:12.0 +0100
@@ -4,7 +4,7 @@
   Sebastian Riedel s...@cpan.org
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.143240,
+   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150001,
license : [
   artistic_2
],
@@ -54,5 +54,5 @@
   },
   x_IRC : irc://irc.perl.org/#mojo
},
-   version : 6.0
+   version : 6.02
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.0/META.yml 
new/Mojolicious-6.02/META.yml
--- old/Mojolicious-6.0/META.yml2015-02-26 23:16:00.0 +0100
+++ new/Mojolicious-6.02/META.yml   2015-03-10 03:52:12.0 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.143240'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.150001'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -29,4 +29,4 @@
   homepage: http://mojolicio.us
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '6.0'
+version: '6.02'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.0/lib/Mojo/Message/Request.pm 
new/Mojolicious-6.02/lib/Mojo/Message/Request.pm
--- old/Mojolicious-6.0/lib/Mojo/Message/Request.pm 2015-02-24 
23:56:28.0 +0100
+++ new/Mojolicious-6.02/lib/Mojo/Message/Request.pm2015-03-02 
22:28:04.0 +0100
@@ -10,12 +10,6 @@
 has url = sub { Mojo::URL-new };
 has 'reverse_proxy';
 
-my $START_LINE_RE = qr/
-  ^([a-zA-Z]+)  # Method
-  \s+([0-9a-zA-Z!#\$\%'()*+,\-.\/:;=?\@[\\\]^_`\{|\}~]+)   # URL
-  \s+HTTP\/(\d\.\d)$# Version
-/x;
-
 sub 

commit perl-Mojolicious for openSUSE:Factory

2015-03-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-03-03 11:14:52

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
2015-02-16 07:36:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-03-03 11:15:14.0 +0100
@@ -1,0 +2,67 @@
+Fri Feb 27 14:14:25 UTC 2015 - co...@suse.com
+
+- updated to 6.0
+   - Code name Clinking Beer Mugs, this is a major release.
+   - Removed name listing support from param method in Mojolicious::Controller.
+   - Removed name listing support from param method in Mojo::Parameters.
+   - Removed name listing support from error and param methods in
+ Mojolicious::Validator::Validation.
+   - Removed multi-name support from cookie, param and signed_cookie methods in
+ Mojolicious::Controller.
+   - Removed multi-name support from param method in
+ Mojolicious::Validator::Validation.
+   - Removed multi-name support from param method in Mojo::Parameters.
+   - Removed multi-name support from cookie and upload methods in 
Mojo::Message.
+   - Removed custom socket support from Mojo::UserAgent.
+   - Removed is_fatal, is_level and log methods from Mojo::Log.
+   - Removed auto_render method from Mojolicious::Routes.
+   - Removed deprecated object-oriented Mojo::Loader API.
+   - Removed deprecated accept_interval, lock and unlock attributes from
+ Mojo::IOLoop.
+   - Removed deprecated accept_interval, lock_file and lock_timeout attributes
+ from Mojo::Server::Prefork.
+   - Removed deprecated bridge method from Mojolicious::Routes::Route.
+   - Removed deprecated is_readable method from Mojo::Reactor.
+   - Removed deprecated siblings method from Mojo::DOM.
+   - Removed deprecated render_exception and render_not_found methods from
+ Mojolicious::Controller.
+   - Removed deprecated keep_alive_requests setting from Hypnotoad.
+   - Changed return values of all and find methods in
+ Mojo::UserAgent::CookieJar.
+   - Renamed template attribute in Mojo::Template to unparsed.
+   - Renamed extracting attribute in Mojo::UserAgent::CookieJar to collecting.
+   - Renamed types attribute in Mojolicious::Types to mapping.
+   - Renamed current attribute in Mojolicious::Routes::Match to position.
+   - Renamed pattern attribute in Mojolicious::Routes::Route to unparsed.
+   - Renamed all_contents, contents, following_siblings, match, next_sibling,
+ node, preceding_siblings, previous_sibling and type methods in Mojo::DOM 
to
+ descendant_nodes, child_nodes, following_nodes, matches, next_node, type,
+ preceding_nodes, previous_node and tag.
+   - Renamed match method in Mojo::DOM::CSS to matches.
+   - Renamed extract and inject methods in Mojo::UserAgent::CookieJar to 
collect
+ and prepare.
+   - Renamed inject method in Mojo::UserAgent::Proxy to prepare.
+   - Renamed params method in Mojo::Parameters to pairs.
+   - Renamed match method in Mojolicious::Routes::Match to find.
+   - Renamed -A option of prefork command to -a.
+   - Added names method to Mojo::Parameters.
+   - Added failed and passed methods to Mojolicious::Validator::Validation.
+   - Added -I and -M options to prefork command.
+   - Fixed Mojo::Template support for parentheses in expressions. (jberger, 
sri)
+ 
+ 5.82  2015-02-22
+   - Deprecated Mojo::Reactor::is_readable.
+   - Deprecated keep_alive_requests setting in Hypnotoad in favor of requests.
+   - Improved Morbo to restart slightly faster.
+   - Fixed bug in daemon and prefork commands where --inactivity-timeout option
+ was called --inactivity.
+ 
+ 5.81  2015-02-20
+   - Deprecated object-oriented Mojo::Loader API.
+   - Added data_section, file_is_binary, load_class and find_modules functions
+ to Mojo::Loader.
+   - Improved design of built-in templates.
+   - Fixed test command to not let Test::Harness enable global warnings by
+ default. (OlegG)
+
+---

Old:

  Mojolicious-5.79.tar.gz

New:

  Mojolicious-6.0.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.TEn37X/_old  2015-03-03 11:15:14.0 +0100
+++ /var/tmp/diff_new_pack.TEn37X/_new  2015-03-03 11:15:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:5.79
+Version:6.0
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-5.79.tar.gz - Mojolicious-6.0.tar.gz ++
 

commit perl-Mojolicious for openSUSE:Factory

2015-02-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-02-16 07:36:30

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
2015-02-08 11:42:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-02-16 07:36:34.0 +0100
@@ -1,0 +2,17 @@
+Sat Feb 14 16:47:45 UTC 2015 - co...@suse.com
+
+- updated to 5.79
+   - Fixed bug in Mojo::Reactor::Poll that caused excessive idle CPU usage.
+ 
+ 5.78  2015-02-12
+   - Replaced expires method in Mojo::Cookie::Response with an attribute.
+   - Added split_cookie_header function to Mojo::Util.
+   - Updated IO::Socket::SSL requirement to 1.94.
+   - Relaxed RFC 822/1123 and RFC 850/1036 handling in Mojo::Date.
+   - Improved Mojo::Reactor::Poll performance significantly.
+   - Improved text method in Mojo::Message to use default_charset as well.
+   - Improved design of built-in templates.
+   - Fixed bug in Mojo::DOM that made parsing a requirement.
+   - Fixed warnings in Mojo::URL.
+
+---

Old:

  Mojolicious-5.77.tar.gz

New:

  Mojolicious-5.79.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.ft0bOl/_old  2015-02-16 07:36:35.0 +0100
+++ /var/tmp/diff_new_pack.ft0bOl/_new  2015-02-16 07:36:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:5.77
+Version:5.79
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-5.77.tar.gz - Mojolicious-5.79.tar.gz ++
 2152 lines of diff (skipped)

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



commit perl-Mojolicious for openSUSE:Factory

2015-02-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-02-08 11:42:50

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
2015-01-29 09:56:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-02-08 11:42:52.0 +0100
@@ -1,0 +2,34 @@
+Sat Feb  7 08:07:19 UTC 2015 - co...@suse.com
+
+- updated to 5.77
+   - Added content_security_policy method to Mojo::Headers.
+   - Fixed canonicalize in Mojo::Path to not remove parts with more than three
+ dots.
+ 
+ 5.76  2015-02-02
+   - Emergency release for a critical security issue that can expose files on
+ Windows systems, everybody should update!
+   - Increased default max_message_size from 10MB to 16MB in Mojo::Message.
+   - Reduced default max_line_size from 10KB to 8KB in Mojo::Headers and
+ Mojo::Message.
+   - Improved Hypnotoad load balancing by calling srand() after starting a new
+ worker in Mojo::Server::Prefork.
+   - Improved design of built-in templates.
+   - Fixed bug in Mojo::IOLoop where the accept limit was applied too broadly.
+   - Fixed bug in Mojo::Server::Prefork where the TTOU signal would not always
+ stop a worker.
+   - Fixed bug in Mojo::DOM::CSS where combinators needed to be surrounded by
+ whitespace.
+ 
+ 5.75  2015-01-26
+   - Added healthy method to Mojo::Server::Prefork.
+   - Improved all built-in web servers to die if group or user assignment
+ failed.
+   - Improved Hypnotoad to wait for new workers to be ready before stopping the
+ old ones during hot deployment.
+   - Improved commands and log messages to use less punctuation.
+   - Fixed bug in Mojo::IOLoop where the callback passed to next_tick would
+ receive the wrong invocant.
+   - Fixed race condition and memory leak in Mojo::Server::Prefork.
+
+---

Old:

  Mojolicious-5.74.tar.gz

New:

  Mojolicious-5.77.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.fljE4U/_old  2015-02-08 11:42:53.0 +0100
+++ /var/tmp/diff_new_pack.fljE4U/_new  2015-02-08 11:42:53.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:5.74
+Version:5.77
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-5.74.tar.gz - Mojolicious-5.77.tar.gz ++
 3686 lines of diff (skipped)

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



commit perl-Mojolicious for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-01-29 09:56:33

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
2015-01-14 11:46:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-01-29 09:56:36.0 +0100
@@ -1,0 +2,33 @@
+Mon Jan 26 11:31:43 UTC 2015 - co...@suse.com
+
+- updated to 5.74
+   - Improved parser errors to be more consistent with connection errors in
+ Mojo::Message::Request and Mojo::Message::Response.
+   - Fixed 0 value bug in Mojo::Parameters.
+   - Fixed bug where placeholder default values would not always have
+ precedence.
+   - Fixed proxy detection in get command.
+ 
+ 5.73  2015-01-24
+   - Deprecated Mojolicious::Routes::Route::bridge in favor of
+ Mojolicious::Routes::Route::under.
+   - Deprecated Mojolicious::Controller::render_exception in favor of
+ reply-exception helper.
+   - Deprecated Mojolicious::Controller::render_not_found in favor of
+ reply-not_found helper.
+   - Removed deprecated object-oriented Mojo::JSON API.
+   - Removed deprecated stringification support from Mojo::Collection.
+   - Removed deprecated support for data arguments from Mojo::JSON::Pointer.
+   - Removed deprecated AUTOLOAD and pluck methods from Mojo::Collection.
+   - Removed deprecated AUTOLOAD and val methods from Mojo::DOM.
+   - Moved tutorial from Mojolicious::Lite to Mojolicious::Guides::Tutorial.
+   - Added term_escape method to Mojo::ByteStream.
+   - Added term_escape function to Mojo::Util.
+   - Improved get command to use the user agent of the application.
+   - Improved diagnostics information for MOJO_DAEMON_DEBUG,
+ MOJO_USERAGENT_DEBUG and MOJO_WEBSOCKET_DEBUG environment variables.
+   - Fixed tag helpers to generate correct HTML5. (batman, sri)
+   - Fixed JSON Pointer escaping bug.
+   - Fixed portability bug in monkey_patch tests.
+
+---

Old:

  Mojolicious-5.72.tar.gz

New:

  Mojolicious-5.74.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.69UVAH/_old  2015-01-29 09:56:37.0 +0100
+++ /var/tmp/diff_new_pack.69UVAH/_new  2015-01-29 09:56:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mojolicious
 #
-# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:5.72
+Version:5.74
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-5.72.tar.gz - Mojolicious-5.74.tar.gz ++
 6126 lines of diff (skipped)

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



commit perl-Mojolicious for openSUSE:Factory

2015-01-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2015-01-14 11:45:37

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-12-19 09:37:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2015-01-14 11:46:06.0 +0100
@@ -1,0 +2,21 @@
+Wed Jan 14 08:05:47 UTC 2015 - co...@suse.com
+
+- updated to 5.72
+   - Added EXPERIMENTAL support for case-insensitive attribute selectors like
+ [foo=bar i] to Mojo::DOM::CSS.
+   - Added max_lines attribute to Mojo::Headers.
+   - Improved Mojo::Reactor::EV to update the current time before starting a
+ timer.
+   - Improved error messages for start-line and header limits.
+   - Fixed bug in Mojo::Headers where max_line_size was not checked correctly.
+   - Fixed whitespace bug in Mojo::DOM::CSS.
+ 
+ 5.71  2015-01-01
+   - Updated Net::DNS::Native requirement to 0.15 for some important bug fixes.
+   - Updated jQuery to version 2.1.3.
+   - Improved Mojo::URL performance.
+   - Fixed fragment and userinfo normalization bugs in Mojo::URL.
+   - Fixed query charset bug in Mojo::URL.
+   - Fixed a few merge bugs in Mojo::Parameters.
+
+---

Old:

  Mojolicious-5.70.tar.gz

New:

  Mojolicious-5.72.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.hC9u0Y/_old  2015-01-14 11:46:06.0 +0100
+++ /var/tmp/diff_new_pack.hC9u0Y/_new  2015-01-14 11:46:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mojolicious
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products 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,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:5.70
+Version:5.72
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-5.70.tar.gz - Mojolicious-5.72.tar.gz ++
 2826 lines of diff (skipped)

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



commit perl-Mojolicious for openSUSE:Factory

2014-12-19 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2014-12-19 09:38:32

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-11-12 15:48:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2014-12-19 09:37:23.0 +0100
@@ -1,0 +2,34 @@
+Thu Dec 18 07:23:02 UTC 2014 - co...@suse.com
+
+- updated to 5.70
+   - Improved Mojo::Template performance.
+   - Fixed error handling bugs in Mojo::IOLoop::Stream.
+   - Fixed a few limit bugs in Mojo::Message.
+   - Fixed Windows bug in Mojo::IOLoop::Client. (OlegG)
+ 
+ 5.69  2014-12-13
+   - Deprecated Mojo::DOM::siblings.
+   - Added following, following_siblings, preceding and preceding_siblings
+ methods to Mojo::DOM.
+   - Added port method to Mojo::IOLoop::Server.
+   - Removed deprecated emit_safe method from Mojo::EventEmitter.
+   - Removed deprecated render_static method from Mojolicious::Controller.
+   - Removed deprecated has_conditions method from Mojolicious::Routes::Route.
+   - Updated Net::DNS::Native requirement to 0.14 for some important bug fixes.
+   - Improved Mojo::DOM::HTML performance slightly.
+   - Fixed parent combinator bug in Mojo::DOM::CSS.
+   - Fixed whitespace bug in Mojo::DOM::HTML.
+   - Fixed Mojo::UserAgent::Transactor to handle query parameters more like
+ most common browsers.
+ 
+ 5.68  2014-12-02
+   - Improved Mojo::DOM::CSS performance significantly.
+   - Fixed deprecation warnings in get command.
+   - Fixed bug in Mojolicious::Controller where sending a WebSocket message
+ would cause multiple resume events.
+ 
+ 5.67  2014-11-27
+   - Improved overall performance by deserializing sessions only on demand.
+   - Fixed bug where embedded applications would deserialize sessions twice.
+
+---

Old:

  Mojolicious-5.60.tar.gz

New:

  Mojolicious-5.70.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.GQjmvO/_old  2014-12-19 09:37:24.0 +0100
+++ /var/tmp/diff_new_pack.GQjmvO/_new  2014-12-19 09:37:24.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:5.60
+Version:5.70
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-5.60.tar.gz - Mojolicious-5.70.tar.gz ++
 10645 lines of diff (skipped)

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



commit perl-Mojolicious for openSUSE:Factory

2014-11-12 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2014-11-12 15:48:05.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.36vC6T/_new  2014-11-12 15:48:11.0 +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



commit perl-Mojolicious for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2014-07-10 14:56:05

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-06-18 07:53:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2014-07-10 14:56:46.0 +0200
@@ -1,0 +2,28 @@
+Thu Jul 10 08:27:31 UTC 2014 - co...@suse.com
+
+- updated to 5.12
+   - Fixed a few multipart form handling bugs.
+   - Fixed AUTOLOAD bug in Mojo::Collection where it would behave differently
+ than calling pluck directly.
+ 
+ 5.11  2014-07-02
+   - Moved reverse_proxy attribute from Mojo::Server::Daemon to Mojo::Server.
+   - Added delay and inactivity_timeout helpers to
+ Mojolicious::Plugin::DefaultHelpers.
+   - Improved error method in Mojolicious::Validator::Validation to return
+ field names when called without arguments.
+   - Fixed 0 value bug in Mojo::UserAgent::Transactor.
+ 
+ 5.10  2014-06-28
+   - Added cleanup attribute to Mojo::Server::Prefork.
+   - Improved Mojo::Server::Prefork to keep sending heartbeat messages when
+ stopping gracefully.
+   - Fixed small bug where Mojo::Server::Daemon was too eager to reconfigure
+ Mojo::IOLoop.
+   - Fixed small bug where Hypnotoad would clean up process id and lock files
+ too early.
+ 
+ 5.09  2014-06-24
+   - Improved .ep templates to make the current controller available as $c.
+
+---

Old:

  Mojolicious-5.08.tar.gz

New:

  Mojolicious-5.12.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.TFLOVI/_old  2014-07-10 14:56:47.0 +0200
+++ /var/tmp/diff_new_pack.TFLOVI/_new  2014-07-10 14:56:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:5.08
+Version:5.12
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-5.08.tar.gz - Mojolicious-5.12.tar.gz ++
 5568 lines of diff (skipped)

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



commit perl-Mojolicious for openSUSE:Factory

2014-06-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2014-06-18 07:50:52

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-03-25 13:19:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2014-06-18 07:53:04.0 +0200
@@ -1,0 +2,127 @@
+Tue Jun 17 12:50:17 UTC 2014 - lnus...@suse.de
+
+- update to 5.08
+
+ 5.08  2014-06-17
+   - Added reset method to Mojo::IOLoop.
+   - Added reset method to Mojo::Reactor.
+   - Added reset method to Mojo::Reactor::Poll.
+ 
+ 5.07  2014-06-13
+   - Fixed RFC 7230 compliance bugs in Mojo::Headers.
+ 
+ 5.06  2014-06-11
+   - Added deserialize and serialize attributes to Mojolicious::Sessions.
+   - Improved redirect_to to behave more like url_for.
+   - Fixed bug in Mojo::UserAgent where HTTP/1.0 connections were sometimes
+ kept alive.
+ 
+ 5.05  2014-06-08
+   - Fixed parsing of header fields with single character names in
+ Mojo::Headers. (crab)
+ 
+ 5.04  2014-06-03
+   - Added expect_close attribute to Mojo::Content.
+   - Improved support for broken responses to CONNECT requests.
+ 
+ 5.03  2014-06-02
+   - Fixed bug where Mojo::DOM::HTML could not handle certain broken tags.
+ 
+ 5.02  2014-05-31
+   - Added multi-name support to cookie and signed_cookie methods in
+ Mojolicious::Controller.
+   - Added multi-name support to cookie and upload methods in Mojo::Message.
+   - Improved Mojolicious::Command::generate::plugin to use better directory
+ names.
+   - Fixed bug where Mojo::DOM::HTML could not handle tags with lots of
+ attributes.
+ 
+ 5.01  2014-05-30
+   - Fixed continuation line handling in Mojo::Headers.
+ 
+ 5.0  2014-05-29
+   - Code name Tiger Face, this is a major release.
+   - Changed heuristics for number detection in Mojo::JSON to better line up
+ with user expectations.
+   - Changed lock and unlock callbacks in Mojo::IOLoop to not receive an
+ invocant.
+   - Changed return value of path_for method in Mojolicious::Routes::Match.
+   - Changed return value and arguments of error method in Mojo::Message.
+   - Removed deprecated support for X-Forwarded-HTTPS.
+   - Removed return values from wait method in Mojo::IOLoop::Delay.
+   - Removed list context support from header method in Mojo::Headers.
+   - Removed generate_port method from Mojo::IOLoop.
+   - Replaced reserved stash value partial with render_to_string method.
+   - Replaced format method in Mojo::Log with an attribute.
+   - Replaced check_file method in Mojo::Server::Morbo with check method.
+   - Added with_compression method to Mojo::Transaction::WebSocket.
+   - Added catch method to Mojo::EventEmitter.
+   - Added append method to Mojo::Log.
+   - Updated jQuery to version 2.1.1.
+   - Improved Mojo::IOLoop::Delay to automatically check if the event loop is
+ already running.
+   - Improved Mojo::Parameters to consistently accept arrays.
+   - Improved Mojo::Collection to perform actual boolean checks. (marcus)
+   - Fixed Mojo::DOM::HTML to handle slashes in unquoted attribute values
+ correctly.
+   - Fixed Mojo::IOLoop::Server to work correctly with newer versions of
+ IO::Socket::SSL. (noxxi)
+   - Fixed rendering bug where rewritten arguments could not be localized.
+   - Fixed verification bug in Mojo::IOLoop::Server.
+   - Fixed path generation bug in Mojolicious::Routes::Match.
+   - Fixed warnings in Mojo::IOLoop::Delay.
+ 
+ 4.99  2014-05-12
+   - Added support for performing blocking and non-blocking requests at the
+ same time with Mojo::UserAgent.
+   - Added nb_url method to Mojo::UserAgent::Server.
+   - Improved Mojo::IOLoop::Server and Mojo::Server::Daemon to be able to
+ listen on random ports.
+ 
+ 4.98  2014-05-09
+   - Removed deprecated get_line function from Mojo::Util.
+   - Removed deprecated content_xml, replace_content, text_before, text_after
+ and to_xml methods from Mojo::DOM.
+   - Improved accept performance in Mojo::IOLoop::Server.
+ 
+ 4.97  2014-04-30
+   - Deprecated support for X-Forwarded-HTTPS in favor of
+ X-Forwarded-Proto.
+   - Added multi-name support to param method in Mojo::Parameters.
+ 
+ 4.96  2014-04-28
+   - Improved Mojo::IOLoop to use Mojo::IOLoop::Delay more consistently.
+ 
+ 4.95  2014-04-27
+   - Improved Mojo::IOLoop::Delay with circular reference protection.
+   - Improved Mojo::IOLoop::Delay to allow argument splicing.
+   - Improved Mojo::IOLoop::Server to reuse cipher list from IO::Socket::SSL.
+   - Fixed memory leak in Mojo::UserAgent::Server.
+ 
+ 4.94  2014-04-20
+   - Added reverse_proxy attribute 

commit perl-Mojolicious for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2014-03-25 13:19:43

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-02-11 10:44:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2014-03-25 13:19:44.0 +0100
@@ -1,0 +2,41 @@
+Sat Mar 22 19:01:23 UTC 2014 - co...@suse.com
+
+- updated to 4.90
+   - Removed deprecated to_rel method from Mojo::URL.
+   - Updated IO::Socket::SSL requirement to 1.84 due to breaking changes in
+ IO::Socket::SSL.
+   - Improved documentation browser with more accessible links and readable
+ inline code.
+   - Fixed textarea and title parsing bugs in Mojo::DOM::HTML.
+ 
+ 4.89  2014-03-13
+   - Added support for template variants.
+   - Improved built-in templates with unobtrusive menu bar.
+   - Fixed bug in Mojo::DOM::HTML where non-self-closing elements were not
+ handled correctly.
+   - Fixed bug in Mojo::DOM::HTML where image was not treated as an alias for
+ img.
+ 
+ 4.88  2014-03-09
+   - Added build_controller method to Mojolicious.
+   - Added match method to Mojolicious::Routes.
+   - Improved Mojo::Server::Daemon to handle setuid/setgid errors more
+ gracefully.
+   - Improved Mojo::Server::Prefork to handle lock file errors more gracefully.
+   - Improved exception page to show better context information for templates.
+   - Fixed comment on last line bug in Mojo::Template.
+ 
+ 4.87  2014-03-04
+   - Improved Mojo::ByteStream to allow more method chaining.
+   - Fixed RFC 7159 support in Mojo::JSON.
+   - Fixed RFC 7159 compliance bugs in Mojo::Transaction::WebSocket and
+ Test::Mojo.
+   - Fixed Unicode bugs in Test::Mojo.
+ 
+ 4.86  2014-03-03
+   - Improved Mojo::IOLoop::Delay to allow more method chaining.
+   - Improved WebSocket and long poll performance.
+
+... and tons more, see Changes
+
+---

Old:

  Mojolicious-4.70.tar.gz

New:

  Mojolicious-4.90.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.f7IXm2/_old  2014-03-25 13:19:45.0 +0100
+++ /var/tmp/diff_new_pack.f7IXm2/_new  2014-03-25 13:19:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:4.70
+Version:4.90
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework
@@ -29,98 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Compress::Raw::Zlib)
-#BuildRequires: perl(Digest::SHA)
-#BuildRequires: perl(EV) = 4.0
-#BuildRequires: perl(feature)
-#BuildRequires: perl(IO::Compress::Gzip)
-#BuildRequires: perl(Mojo)
-#BuildRequires: perl(Mojo::Asset::File)
-#BuildRequires: perl(Mojo::Asset::Memory)
-#BuildRequires: perl(Mojo::Base)
-#BuildRequires: perl(Mojo::BaseTest::Base1)
-#BuildRequires: perl(Mojo::BaseTest::Base2)
-#BuildRequires: perl(Mojo::BaseTest::Base3)
-#BuildRequires: perl(Mojo::ByteStream)
-#BuildRequires: perl(Mojo::Cache)
-#BuildRequires: perl(Mojo::Collection)
-#BuildRequires: perl(Mojo::Content::MultiPart)
-#BuildRequires: perl(Mojo::Content::Single)
-#BuildRequires: perl(Mojo::Cookie::Request)
-#BuildRequires: perl(Mojo::Cookie::Response)
-#BuildRequires: perl(Mojo::Date)
-#BuildRequires: perl(Mojo::DeprecationTest)
-#BuildRequires: perl(Mojo::DOM)
-#BuildRequires: perl(Mojo::DOM::CSS)
-#BuildRequires: perl(Mojo::DOM::HTML)
-#BuildRequires: perl(Mojo::EventEmitter)
-#BuildRequires: perl(Mojo::Exception)
-#BuildRequires: perl(Mojo::Headers)
-#BuildRequires: perl(Mojo::HelloWorld)
-#BuildRequires: perl(Mojo::Home)
-#BuildRequires: perl(Mojo::IOLoop)
-#BuildRequires: perl(Mojo::IOLoop::Client)
-#BuildRequires: perl(Mojo::IOLoop::Delay)
-#BuildRequires: perl(Mojo::IOLoop::Server)
-#BuildRequires: perl(Mojo::IOLoop::Stream)
-#BuildRequires: perl(Mojo::JSON)
-#BuildRequires: perl(Mojo::JSON::Pointer)
-#BuildRequires: perl(Mojolicious)
-#BuildRequires: perl(Mojolicious::Command)
-#BuildRequires: perl(Mojolicious::Command::cgi)
-#BuildRequires: perl(Mojolicious::Command::cpanify)
-#BuildRequires: perl(Mojolicious::Command::daemon)
-#BuildRequires: perl(Mojolicious::Command::eval)
-#BuildRequires: perl(Mojolicious::Command::generate)
-#BuildRequires: perl(Mojolicious::Command::generate::app)
-#BuildRequires: perl(Mojolicious::Command::generate::lite_app)
-#BuildRequires: perl(Mojolicious::Command::generate::makefile)

<    1   2