forked from pool/perl-Mojolicious
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
08c6abc687 | |||
d4d724b448 | |||
9f3be08b9f | |||
07fbbed477 | |||
0e688b7c84 | |||
6b7a085dd9 | |||
242511548e | |||
5f50062ed9 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4fb8a0882ed17f864f7de96b94fab61706f967f919c572dcccede68e588e9810
|
|
||||||
size 940046
|
|
3
Mojolicious-9.41.tar.gz
Normal file
3
Mojolicious-9.41.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c13db80169698fa3d76901cf03a06ef78fb496ed0b9275b4f558f6e878c281c6
|
||||||
|
size 970647
|
@@ -1,3 +1,58 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 4 05:38:02 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 9.410.0 (9.41)
|
||||||
|
see /usr/share/doc/packages/perl-Mojolicious/Changes
|
||||||
|
|
||||||
|
9.41 2025-07-03
|
||||||
|
- Added EXPERIMENTAL support for Server-Sent Events.
|
||||||
|
- Added EXPERIMENTAL module Mojo::SSE.
|
||||||
|
- Added EXPERIMENTAL sse attribute to Test::Mojo.
|
||||||
|
- Added EXPERIMENTAL get_sse_ok, post_sse_ok, sse_finish_ok, sse_finished_ok, sse_ok, sse_id_is, sse_id_isnt,
|
||||||
|
sse_text_is, sse_text_isnt, sse_text_like, sse_text_unlike, sse_type_is and sse_type_isnt methods to Test::Mojo.
|
||||||
|
- Added EXPERIMENTAL is_sse and write_sse methods to Mojo::Content.
|
||||||
|
- Added EXPERIMENTAL write_sse method to Mojolicious::Controller.
|
||||||
|
- Added EXPERIMENTAL sse event to Mojo::Content.
|
||||||
|
- Fixed a bug where query parameters could not be set to undef. (ether)
|
||||||
|
- Fixed a bug where Host headers were not initialized correctly. (ether)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 13 05:35:55 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 9.400.0 (9.40)
|
||||||
|
see /usr/share/doc/packages/perl-Mojolicious/Changes
|
||||||
|
|
||||||
|
9.40 2025-05-12
|
||||||
|
- Added EXPERIMENTAL support for resumable file downloads.
|
||||||
|
- Added EXPERIMENTAL download methods to Mojo::File and Mojo::UserAgent::Transactor.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 12 16:31:16 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 9.390.0 (9.39)
|
||||||
|
see /usr/share/doc/packages/perl-Mojolicious/Changes
|
||||||
|
|
||||||
|
9.39 2024-11-23
|
||||||
|
- Added EXPERIMENTAL support for encrypted session cookies.
|
||||||
|
This feature is much more secure than signed cookies and can be enabled by installing CryptX and setting the
|
||||||
|
encrypted attribute.
|
||||||
|
$app->sessions->encrypted(1);
|
||||||
|
- Added EXPERIMENTAL encrypted attribute to Mojolicious::Sessions.
|
||||||
|
- Added EXPERIMENTAL encrypted_cookie and every_encrypted_cookie methods to Mojolicious::Controller.
|
||||||
|
- Added EXPERIMENTAL decrypt_cookie, encrypt_cookie and generate_secret functions to Mojo::Util.
|
||||||
|
- Fixed a bug in Mojo::Message::Request where message size limits were not always correctly applied.
|
||||||
|
(Alexander Kuehne)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 18 05:30:41 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 9.380.0 (9.38)
|
||||||
|
see /usr/share/doc/packages/perl-Mojolicious/Changes
|
||||||
|
|
||||||
|
9.38 2024-08-17
|
||||||
|
- Added support for new core booleans in Perl 5.36+ to Mojo::JSON. (haarg)
|
||||||
|
- Deprecated support for "'" package separators that have been deprecated in Perl. (Grinnz)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 14 03:07:33 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
Tue May 14 03:07:33 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Mojolicious
|
# spec file for package perl-Mojolicious
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name Mojolicious
|
%define cpan_name Mojolicious
|
||||||
Name: perl-Mojolicious
|
Name: perl-Mojolicious
|
||||||
Version: 9.370.0
|
Version: 9.410.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 9.37 -> normalize -> 9.370.0
|
# 9.41 -> normalize -> 9.410.0
|
||||||
%define cpan_version 9.37
|
%define cpan_version 9.41
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Summary: Real-time web framework
|
Summary: Real-time web framework
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -80,6 +80,7 @@ Provides: perl(Mojo::Promise)
|
|||||||
Provides: perl(Mojo::Reactor)
|
Provides: perl(Mojo::Reactor)
|
||||||
Provides: perl(Mojo::Reactor::EV)
|
Provides: perl(Mojo::Reactor::EV)
|
||||||
Provides: perl(Mojo::Reactor::Poll)
|
Provides: perl(Mojo::Reactor::Poll)
|
||||||
|
Provides: perl(Mojo::SSE)
|
||||||
Provides: perl(Mojo::Server)
|
Provides: perl(Mojo::Server)
|
||||||
Provides: perl(Mojo::Server::CGI)
|
Provides: perl(Mojo::Server::CGI)
|
||||||
Provides: perl(Mojo::Server::Daemon)
|
Provides: perl(Mojo::Server::Daemon)
|
||||||
@@ -161,7 +162,7 @@ first class Unicode support and much more for you to discover.
|
|||||||
Take a look at our excellent documentation in Mojolicious::Guides!
|
Take a look at our excellent documentation in Mojolicious::Guides!
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user