Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Dancer2-Plugin-Auth-Extensible
for openSUSE:Factory checked in at 2026-08-31 15:58:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Dancer2-Plugin-Auth-Extensible (Old)
and
/work/SRC/openSUSE:Factory/.perl-Dancer2-Plugin-Auth-Extensible.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Dancer2-Plugin-Auth-Extensible"
Mon Aug 31 15:58:57 2026 rev:5 rq:1374840 version:0.714.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Dancer2-Plugin-Auth-Extensible/perl-Dancer2-Plugin-Auth-Extensible.changes
2026-08-21 17:03:11.015008373 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Dancer2-Plugin-Auth-Extensible.new.1265/perl-Dancer2-Plugin-Auth-Extensible.changes
2026-08-31 15:58:58.497740824 +0200
@@ -1,0 +2,12 @@
+Tue Aug 25 05:49:11 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 0.714.0 (0.714)
+ see /usr/share/doc/packages/perl-Dancer2-Plugin-Auth-Extensible/Changes
+
+ 0.714 Mon 24 Aug 08:00:00 BST 2026
+
+ [BUG FIXES]
+
+ * Fix failing tests when sendmail binary not present on system.
+
+-------------------------------------------------------------------
Old:
----
Dancer2-Plugin-Auth-Extensible-0.713.tar.gz
New:
----
Dancer2-Plugin-Auth-Extensible-0.714.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Dancer2-Plugin-Auth-Extensible.spec ++++++
--- /var/tmp/diff_new_pack.pMSntq/_old 2026-08-31 15:58:59.397772256 +0200
+++ /var/tmp/diff_new_pack.pMSntq/_new 2026-08-31 15:58:59.400772360 +0200
@@ -18,10 +18,10 @@
%define cpan_name Dancer2-Plugin-Auth-Extensible
Name: perl-Dancer2-Plugin-Auth-Extensible
-Version: 0.713.0
+Version: 0.714.0
Release: 0
-# 0.713 -> normalize -> 0.713.0
-%define cpan_version 0.713
+# 0.714 -> normalize -> 0.714.0
+%define cpan_version 0.714
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Extensible authentication framework for Dancer2 apps
URL: https://metacpan.org/release/%{cpan_name}
@@ -87,11 +87,6 @@
Provides: perl(Dancer2::Plugin::Auth::Extensible::Test::App) = %{version}
%undefine __perllib_provides
%{perl_requires}
-# MANUAL BEGIN
-# https://github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible/issues/100
-BuildRequires: sendmail
-BuildRequires: openssl-3
-# MANUAL END
%description
A user authentication and authorisation framework plugin for Dancer2 apps.
++++++ Dancer2-Plugin-Auth-Extensible-0.713.tar.gz ->
Dancer2-Plugin-Auth-Extensible-0.714.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Dancer2-Plugin-Auth-Extensible-0.713/Changes
new/Dancer2-Plugin-Auth-Extensible-0.714/Changes
--- old/Dancer2-Plugin-Auth-Extensible-0.713/Changes 2026-08-13
12:50:09.000000000 +0200
+++ new/Dancer2-Plugin-Auth-Extensible-0.714/Changes 2026-08-24
08:52:13.000000000 +0200
@@ -1,5 +1,11 @@
Revision history for Dancer2-Plugin-Auth-Extensible
+0.714 Mon 24 Aug 08:00:00 BST 2026
+
+ [BUG FIXES]
+
+ * Fix failing tests when sendmail binary not present on system.
+
0.713 Thu 13 Aug 12:00:00 BST 2026
[BUG FIXES]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Dancer2-Plugin-Auth-Extensible-0.713/META.json
new/Dancer2-Plugin-Auth-Extensible-0.714/META.json
--- old/Dancer2-Plugin-Auth-Extensible-0.713/META.json 2026-08-13
13:25:50.000000000 +0200
+++ new/Dancer2-Plugin-Auth-Extensible-0.714/META.json 2026-08-24
08:53:30.000000000 +0200
@@ -85,6 +85,6 @@
},
"x_IRC" : "irc://irc.perl.org/#dancer"
},
- "version" : "0.713",
+ "version" : "0.714",
"x_serialization_backend" : "JSON::PP version 4.16"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Dancer2-Plugin-Auth-Extensible-0.713/META.yml
new/Dancer2-Plugin-Auth-Extensible-0.714/META.yml
--- old/Dancer2-Plugin-Auth-Extensible-0.713/META.yml 2026-08-13
13:25:50.000000000 +0200
+++ new/Dancer2-Plugin-Auth-Extensible-0.714/META.yml 2026-08-24
08:53:30.000000000 +0200
@@ -58,5 +58,5 @@
bugtracker:
https://github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible/issues
homepage: https://github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible/
repository: https://github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible
-version: '0.713'
+version: '0.714'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.713/lib/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm
new/Dancer2-Plugin-Auth-Extensible-0.714/lib/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm
---
old/Dancer2-Plugin-Auth-Extensible-0.713/lib/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm
2026-08-13 12:50:34.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.714/lib/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm
2026-08-24 08:52:51.000000000 +0200
@@ -5,7 +5,7 @@
use warnings;
use Carp;
-our $VERSION = '0.713';
+our $VERSION = '0.714';
croak "Your Dancer2::Plugin::Auth::Extensible provider needs to be
upgraded.\nPlease upgrade to a provider that requires
Dancer2::Plugin::Auth::Extensible v0.6 or greater.\n";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.713/lib/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm
new/Dancer2-Plugin-Auth-Extensible-0.714/lib/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm
---
old/Dancer2-Plugin-Auth-Extensible-0.713/lib/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm
2026-08-13 12:50:40.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.714/lib/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm
2026-08-24 08:52:57.000000000 +0200
@@ -7,7 +7,7 @@
with "Dancer2::Plugin::Auth::Extensible::Role::Provider";
use namespace::clean;
-our $VERSION = '0.713';
+our $VERSION = '0.714';
=head1 NAME
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.713/lib/Dancer2/Plugin/Auth/Extensible/Provider/Example.pm
new/Dancer2-Plugin-Auth-Extensible-0.714/lib/Dancer2/Plugin/Auth/Extensible/Provider/Example.pm
---
old/Dancer2-Plugin-Auth-Extensible-0.713/lib/Dancer2/Plugin/Auth/Extensible/Provider/Example.pm
2026-08-13 12:50:46.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.714/lib/Dancer2/Plugin/Auth/Extensible/Provider/Example.pm
2026-08-24 08:52:38.000000000 +0200
@@ -11,6 +11,6 @@
=cut
-our $VERSION = '0.713';
+our $VERSION = '0.714';
1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.713/lib/Dancer2/Plugin/Auth/Extensible/Provider/Unix.pm
new/Dancer2-Plugin-Auth-Extensible-0.714/lib/Dancer2/Plugin/Auth/Extensible/Provider/Unix.pm
---
old/Dancer2-Plugin-Auth-Extensible-0.713/lib/Dancer2/Plugin/Auth/Extensible/Provider/Unix.pm
2026-08-13 12:50:26.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.714/lib/Dancer2/Plugin/Auth/Extensible/Provider/Unix.pm
2026-08-24 08:52:44.000000000 +0200
@@ -6,7 +6,7 @@
with "Dancer2::Plugin::Auth::Extensible::Role::Provider";
use namespace::clean;
-our $VERSION = '0.713';
+our $VERSION = '0.714';
=head1 NAME
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.713/lib/Dancer2/Plugin/Auth/Extensible/Role/Provider.pm
new/Dancer2-Plugin-Auth-Extensible-0.714/lib/Dancer2/Plugin/Auth/Extensible/Role/Provider.pm
---
old/Dancer2-Plugin-Auth-Extensible-0.713/lib/Dancer2/Plugin/Auth/Extensible/Role/Provider.pm
2026-08-13 12:50:54.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.714/lib/Dancer2/Plugin/Auth/Extensible/Role/Provider.pm
2026-08-24 08:53:08.000000000 +0200
@@ -4,7 +4,7 @@
use Moo::Role;
requires qw(authenticate_user);
-our $VERSION = '0.713';
+our $VERSION = '0.714';
=head1 NAME
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.713/lib/Dancer2/Plugin/Auth/Extensible/Test/App.pm
new/Dancer2-Plugin-Auth-Extensible-0.714/lib/Dancer2/Plugin/Auth/Extensible/Test/App.pm
---
old/Dancer2-Plugin-Auth-Extensible-0.713/lib/Dancer2/Plugin/Auth/Extensible/Test/App.pm
2026-08-13 12:51:31.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.714/lib/Dancer2/Plugin/Auth/Extensible/Test/App.pm
2026-08-24 08:53:03.000000000 +0200
@@ -6,7 +6,7 @@
=cut
-our $VERSION = '0.713';
+our $VERSION = '0.714';
use strict;
use warnings;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.713/lib/Dancer2/Plugin/Auth/Extensible/Test.pm
new/Dancer2-Plugin-Auth-Extensible-0.714/lib/Dancer2/Plugin/Auth/Extensible/Test.pm
---
old/Dancer2-Plugin-Auth-Extensible-0.713/lib/Dancer2/Plugin/Auth/Extensible/Test.pm
2026-08-13 12:51:39.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.714/lib/Dancer2/Plugin/Auth/Extensible/Test.pm
2026-08-24 08:52:31.000000000 +0200
@@ -1,6 +1,6 @@
package Dancer2::Plugin::Auth::Extensible::Test;
-our $VERSION = '0.713';
+our $VERSION = '0.714';
=head1 NAME
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.713/lib/Dancer2/Plugin/Auth/Extensible.pm
new/Dancer2-Plugin-Auth-Extensible-0.714/lib/Dancer2/Plugin/Auth/Extensible.pm
---
old/Dancer2-Plugin-Auth-Extensible-0.713/lib/Dancer2/Plugin/Auth/Extensible.pm
2026-08-13 12:50:18.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.714/lib/Dancer2/Plugin/Auth/Extensible.pm
2026-08-24 08:52:24.000000000 +0200
@@ -1,6 +1,6 @@
package Dancer2::Plugin::Auth::Extensible;
-our $VERSION = '0.713';
+our $VERSION = '0.714';
use strict;
use warnings;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.713/t/lib/environments/uri-base-defined.yml
new/Dancer2-Plugin-Auth-Extensible-0.714/t/lib/environments/uri-base-defined.yml
---
old/Dancer2-Plugin-Auth-Extensible-0.713/t/lib/environments/uri-base-defined.yml
2026-08-13 13:10:19.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.714/t/lib/environments/uri-base-defined.yml
2026-08-24 08:51:28.000000000 +0200
@@ -12,4 +12,4 @@
mailer:
module: Mail::Message
options:
- via: sendmail
+ via: smtp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.713/t/lib/environments/uri-base-undefined.yml
new/Dancer2-Plugin-Auth-Extensible-0.714/t/lib/environments/uri-base-undefined.yml
---
old/Dancer2-Plugin-Auth-Extensible-0.713/t/lib/environments/uri-base-undefined.yml
2026-08-13 13:10:24.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.714/t/lib/environments/uri-base-undefined.yml
2026-08-24 08:51:28.000000000 +0200
@@ -11,4 +11,4 @@
mailer:
module: Mail::Message
options:
- via: sendmail
+ via: smtp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.713/t/uri-base-defined.t
new/Dancer2-Plugin-Auth-Extensible-0.714/t/uri-base-defined.t
--- old/Dancer2-Plugin-Auth-Extensible-0.713/t/uri-base-defined.t
2026-08-13 13:13:34.000000000 +0200
+++ new/Dancer2-Plugin-Auth-Extensible-0.714/t/uri-base-defined.t
2026-08-24 08:51:28.000000000 +0200
@@ -14,7 +14,7 @@
plan skip_all => 'Mail::Message is not installed'
if $@;
- eval "require Mail::Transport::Sendmail";
+ eval "require Mail::Transport::SMTP";
plan skip_all => 'Mail::Transport is not installed'
if $@;
@@ -31,7 +31,7 @@
{
# Function to catch the content of emails sent
no warnings 'redefine';
- *Mail::Transport::Sendmail::trySend = sub ($@) {
+ *Mail::Transport::SMTP::trySend = sub ($@) {
my ($mailer, $msg, %options) = @_;
$message_sent = $msg;
return (1, undef, undef, undef, undef, "queued");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.713/t/uri-base-undefined.t
new/Dancer2-Plugin-Auth-Extensible-0.714/t/uri-base-undefined.t
--- old/Dancer2-Plugin-Auth-Extensible-0.713/t/uri-base-undefined.t
2026-08-13 13:13:28.000000000 +0200
+++ new/Dancer2-Plugin-Auth-Extensible-0.714/t/uri-base-undefined.t
2026-08-24 08:51:28.000000000 +0200
@@ -13,7 +13,7 @@
plan skip_all => 'Mail::Message is not installed'
if $@;
- eval "require Mail::Transport::Sendmail";
+ eval "require Mail::Transport::SMTP";
plan skip_all => 'Mail::Transport is not installed'
if $@;
@@ -29,7 +29,7 @@
{
# Function to catch the content of emails sent
no warnings 'redefine';
- *Mail::Transport::Sendmail::trySend = sub ($@) {
+ *Mail::Transport::SMTP::trySend = sub ($@) {
my ($mailer, $msg, %options) = @_;
$message_sent = $msg;
return (1, undef, undef, undef, undef, "queued");
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.pMSntq/_old 2026-08-31 15:58:59.657781336 +0200
+++ /var/tmp/diff_new_pack.pMSntq/_new 2026-08-31 15:58:59.664781580 +0200
@@ -1,6 +1,6 @@
-mtime: 1787310444
-commit: a086d15f70734595ede1745c961b9770ca46573736abcb96c75cbf84ce09a0ca
+mtime: 1787927972
+commit: 850e9c7299af5fe3b1d39fa286c37e180b3f0e1cdbe2d8bd7f6f54f87ac3803c
url: https://src.opensuse.org/perl/perl-Dancer2-Plugin-Auth-Extensible
-revision: a086d15f70734595ede1745c961b9770ca46573736abcb96c75cbf84ce09a0ca
+revision: 850e9c7299af5fe3b1d39fa286c37e180b3f0e1cdbe2d8bd7f6f54f87ac3803c
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
++++++ build.specials.obscpio ++++++
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-08-28 16:39:32.000000000 +0200
@@ -0,0 +1 @@
+.osc
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.pMSntq/_old 2026-08-31 15:59:00.191799985 +0200
+++ /var/tmp/diff_new_pack.pMSntq/_new 2026-08-31 15:59:00.207800544 +0200
@@ -7,14 +7,13 @@
#sources:
# - source1
# - source2
-patches:
+#patches:
# remove-env-perl.patch: -p1
# bar.patch:
# baz.patch: PATCH-FIX-OPENSUSE
-preamble: |-
- # https://github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible/issues/100
- BuildRequires: sendmail
- BuildRequires: openssl-3
+#preamble: |-
+# BuildRequires: sendmail
+# BuildRequires: openssl-3
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL