17
0

Update version for the perl-MCP #1

Manually merged
anag_factory merged 6 commits from mlin7442/perl-Mojolicious:leap-16.0 into leap-16.0 2025-09-17 12:21:14 +02:00
4 changed files with 54 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a9eb78663ffc4641af7c16a763411e05d9875a27d4f111d4944b690f9a1ef43
size 940207

3
Mojolicious-9.41.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c13db80169698fa3d76901cf03a06ef78fb496ed0b9275b4f558f6e878c281c6
size 970647

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name Mojolicious
Name: perl-Mojolicious
Version: 9.380.0
Version: 9.410.0
Release: 0
# 9.38 -> normalize -> 9.380.0
%define cpan_version 9.38
# 9.41 -> normalize -> 9.410.0
%define cpan_version 9.41
License: Artistic-2.0
Summary: Real-time web framework
URL: https://metacpan.org/release/%{cpan_name}
@@ -80,6 +80,7 @@ Provides: perl(Mojo::Promise)
Provides: perl(Mojo::Reactor)
Provides: perl(Mojo::Reactor::EV)
Provides: perl(Mojo::Reactor::Poll)
Provides: perl(Mojo::SSE)
Provides: perl(Mojo::Server)
Provides: perl(Mojo::Server::CGI)
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!
%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