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 2021-08-24 10:54:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Dancer2-Plugin-Auth-Extensible (Old)
and
/work/SRC/openSUSE:Factory/.perl-Dancer2-Plugin-Auth-Extensible.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Dancer2-Plugin-Auth-Extensible"
Tue Aug 24 10:54:49 2021 rev:2 rq:913832 version:0.710
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Dancer2-Plugin-Auth-Extensible/perl-Dancer2-Plugin-Auth-Extensible.changes
2020-11-07 21:03:14.457849574 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Dancer2-Plugin-Auth-Extensible.new.1899/perl-Dancer2-Plugin-Auth-Extensible.changes
2021-08-24 10:55:45.164251024 +0200
@@ -1,0 +2,13 @@
+Sun May 16 03:06:54 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 0.710
+ see /usr/share/doc/packages/perl-Dancer2-Plugin-Auth-Extensible/Changes
+
+ 0.710 Sat 15 May 08:02:00 BST 2021
+
+ [BUG FIXES]
+
+ * Add Test::Fatal to list of dependencies (thanks yldr)
+ * Fix config for test (thanks Nick Tonkin)
+
+-------------------------------------------------------------------
Old:
----
Dancer2-Plugin-Auth-Extensible-0.709.tar.gz
New:
----
Dancer2-Plugin-Auth-Extensible-0.710.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Dancer2-Plugin-Auth-Extensible.spec ++++++
--- /var/tmp/diff_new_pack.iHTprH/_old 2021-08-24 10:55:45.616250426 +0200
+++ /var/tmp/diff_new_pack.iHTprH/_new 2021-08-24 10:55:45.616250426 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Dancer2-Plugin-Auth-Extensible
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,17 @@
#
+%define cpan_name Dancer2-Plugin-Auth-Extensible
Name: perl-Dancer2-Plugin-Auth-Extensible
-Version: 0.709
+Version: 0.710
Release: 0
-%define cpan_name Dancer2-Plugin-Auth-Extensible
-Summary: Extensible authentication framework for Dancer2 apps
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
+Summary: Extensible authentication framework for Dancer2 apps
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/A/AB/ABEVERLEY/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
Patch0: remove-env-perl.patch
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Crypt::SaltedHash)
@@ -51,14 +50,13 @@
BuildRequires: perl(Session::Token)
BuildRequires: perl(Test::Deep) >= 0.114
BuildRequires: perl(Test::Exception)
+BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::MockDateTime)
BuildRequires: perl(Test::Warnings)
-BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(URI::Escape)
BuildRequires: perl(YAML)
BuildRequires: perl(namespace::clean)
-Requires: perl-base = %{perl_version}
Requires: perl(Crypt::SaltedHash)
Requires: perl(Dancer2) >= 0.204000
Requires: perl(Dancer2::Core::Types)
@@ -78,7 +76,6 @@
Requires: perl(namespace::clean)
%{perl_requires}
-
%description
A user authentication and authorisation framework plugin for Dancer2 apps.
@@ -95,12 +92,11 @@
do so, or use the 'slappasswd' utility if you have it installed.
%prep
-%setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
+%autosetup -n %{cpan_name}-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -111,7 +107,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes example ignore.txt README
%changelog
++++++ Dancer2-Plugin-Auth-Extensible-0.709.tar.gz ->
Dancer2-Plugin-Auth-Extensible-0.710.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Dancer2-Plugin-Auth-Extensible-0.709/Changes
new/Dancer2-Plugin-Auth-Extensible-0.710/Changes
--- old/Dancer2-Plugin-Auth-Extensible-0.709/Changes 2020-04-19
18:45:10.000000000 +0200
+++ new/Dancer2-Plugin-Auth-Extensible-0.710/Changes 2021-05-15
09:04:11.000000000 +0200
@@ -1,5 +1,12 @@
Revision history for Dancer2-Plugin-Auth-Extensible
+0.710 Sat 15 May 08:02:00 BST 2021
+
+ [BUG FIXES]
+
+ * Add Test::Fatal to list of dependencies (thanks yldr)
+ * Fix config for test (thanks Nick Tonkin)
+
0.709 Sun 19 Apr 17:44:00 BST 2020
[BUG FIXES]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Dancer2-Plugin-Auth-Extensible-0.709/META.json
new/Dancer2-Plugin-Auth-Extensible-0.710/META.json
--- old/Dancer2-Plugin-Auth-Extensible-0.709/META.json 2020-04-19
18:47:58.000000000 +0200
+++ new/Dancer2-Plugin-Auth-Extensible-0.710/META.json 2021-05-15
09:05:51.000000000 +0200
@@ -4,13 +4,13 @@
"David Precious <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter
version 2.150010",
+ "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter
version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "Dancer2-Plugin-Auth-Extensible",
"no_index" : {
@@ -30,6 +30,7 @@
"Plack::Test" : "0",
"Test::Deep" : "0.114",
"Test::Exception" : "0",
+ "Test::Fatal" : "0",
"Test::MockDateTime" : "0",
"Test::More" : "0",
"Test::Warnings" : "0"
@@ -78,6 +79,6 @@
},
"x_IRC" : "irc://irc.perl.org/#dancer"
},
- "version" : "0.709",
- "x_serialization_backend" : "JSON::PP version 2.27400_02"
+ "version" : "0.710",
+ "x_serialization_backend" : "JSON::PP version 4.02"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Dancer2-Plugin-Auth-Extensible-0.709/META.yml
new/Dancer2-Plugin-Auth-Extensible-0.710/META.yml
--- old/Dancer2-Plugin-Auth-Extensible-0.709/META.yml 2020-04-19
18:47:58.000000000 +0200
+++ new/Dancer2-Plugin-Auth-Extensible-0.710/META.yml 2021-05-15
09:05:51.000000000 +0200
@@ -11,6 +11,7 @@
Plack::Test: '0'
Test::Deep: '0.114'
Test::Exception: '0'
+ Test::Fatal: '0'
Test::MockDateTime: '0'
Test::More: '0'
Test::Warnings: '0'
@@ -18,7 +19,7 @@
ExtUtils::MakeMaker: '0'
File::ShareDir::Install: '0.06'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -55,5 +56,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.709'
+version: '0.710'
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.709/Makefile.PL
new/Dancer2-Plugin-Auth-Extensible-0.710/Makefile.PL
--- old/Dancer2-Plugin-Auth-Extensible-0.709/Makefile.PL 2019-04-26
11:31:50.000000000 +0200
+++ new/Dancer2-Plugin-Auth-Extensible-0.710/Makefile.PL 2021-05-15
09:01:13.000000000 +0200
@@ -32,6 +32,7 @@
'Test::MockDateTime' => 0,
'Test::More' => 0,
'Test::Warnings' => 0,
+ 'Test::Fatal' => 0
},
PREREQ_PM => {
'Carp' => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.709/lib/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm
new/Dancer2-Plugin-Auth-Extensible-0.710/lib/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm
---
old/Dancer2-Plugin-Auth-Extensible-0.709/lib/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm
2020-04-19 18:45:41.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.710/lib/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm
2021-05-15 09:04:45.000000000 +0200
@@ -5,7 +5,7 @@
use warnings;
use Carp;
-our $VERSION = '0.709';
+our $VERSION = '0.710';
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.709/lib/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm
new/Dancer2-Plugin-Auth-Extensible-0.710/lib/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm
---
old/Dancer2-Plugin-Auth-Extensible-0.709/lib/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm
2020-04-19 18:45:58.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.710/lib/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm
2021-05-15 09:04:35.000000000 +0200
@@ -7,7 +7,7 @@
with "Dancer2::Plugin::Auth::Extensible::Role::Provider";
use namespace::clean;
-our $VERSION = '0.709';
+our $VERSION = '0.710';
=head1 NAME
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.709/lib/Dancer2/Plugin/Auth/Extensible/Provider/Example.pm
new/Dancer2-Plugin-Auth-Extensible-0.710/lib/Dancer2/Plugin/Auth/Extensible/Provider/Example.pm
---
old/Dancer2-Plugin-Auth-Extensible-0.709/lib/Dancer2/Plugin/Auth/Extensible/Provider/Example.pm
2020-04-19 18:46:05.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.710/lib/Dancer2/Plugin/Auth/Extensible/Provider/Example.pm
2021-05-15 09:04:52.000000000 +0200
@@ -11,6 +11,6 @@
=cut
-our $VERSION = '0.709';
+our $VERSION = '0.710';
1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.709/lib/Dancer2/Plugin/Auth/Extensible/Provider/Unix.pm
new/Dancer2-Plugin-Auth-Extensible-0.710/lib/Dancer2/Plugin/Auth/Extensible/Provider/Unix.pm
---
old/Dancer2-Plugin-Auth-Extensible-0.709/lib/Dancer2/Plugin/Auth/Extensible/Provider/Unix.pm
2020-04-19 18:46:14.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.710/lib/Dancer2/Plugin/Auth/Extensible/Provider/Unix.pm
2021-05-15 09:04:59.000000000 +0200
@@ -6,7 +6,7 @@
with "Dancer2::Plugin::Auth::Extensible::Role::Provider";
use namespace::clean;
-our $VERSION = '0.709';
+our $VERSION = '0.710';
=head1 NAME
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.709/lib/Dancer2/Plugin/Auth/Extensible/Role/Provider.pm
new/Dancer2-Plugin-Auth-Extensible-0.710/lib/Dancer2/Plugin/Auth/Extensible/Role/Provider.pm
---
old/Dancer2-Plugin-Auth-Extensible-0.709/lib/Dancer2/Plugin/Auth/Extensible/Role/Provider.pm
2020-04-19 18:46:27.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.710/lib/Dancer2/Plugin/Auth/Extensible/Role/Provider.pm
2021-05-15 09:05:22.000000000 +0200
@@ -4,7 +4,7 @@
use Moo::Role;
requires qw(authenticate_user);
-our $VERSION = '0.709';
+our $VERSION = '0.710';
=head1 NAME
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.709/lib/Dancer2/Plugin/Auth/Extensible/Test/App.pm
new/Dancer2-Plugin-Auth-Extensible-0.710/lib/Dancer2/Plugin/Auth/Extensible/Test/App.pm
---
old/Dancer2-Plugin-Auth-Extensible-0.709/lib/Dancer2/Plugin/Auth/Extensible/Test/App.pm
2020-04-19 18:46:42.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.710/lib/Dancer2/Plugin/Auth/Extensible/Test/App.pm
2021-05-15 09:05:08.000000000 +0200
@@ -6,7 +6,7 @@
=cut
-our $VERSION = '0.709';
+our $VERSION = '0.710';
use strict;
use warnings;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.709/lib/Dancer2/Plugin/Auth/Extensible/Test.pm
new/Dancer2-Plugin-Auth-Extensible-0.710/lib/Dancer2/Plugin/Auth/Extensible/Test.pm
---
old/Dancer2-Plugin-Auth-Extensible-0.709/lib/Dancer2/Plugin/Auth/Extensible/Test.pm
2020-04-19 18:46:35.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.710/lib/Dancer2/Plugin/Auth/Extensible/Test.pm
2021-05-15 09:05:13.000000000 +0200
@@ -1,6 +1,6 @@
package Dancer2::Plugin::Auth::Extensible::Test;
-our $VERSION = '0.709';
+our $VERSION = '0.710';
=head1 NAME
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.709/lib/Dancer2/Plugin/Auth/Extensible.pm
new/Dancer2-Plugin-Auth-Extensible-0.710/lib/Dancer2/Plugin/Auth/Extensible.pm
---
old/Dancer2-Plugin-Auth-Extensible-0.709/lib/Dancer2/Plugin/Auth/Extensible.pm
2020-04-19 18:45:31.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.710/lib/Dancer2/Plugin/Auth/Extensible.pm
2021-05-15 09:04:26.000000000 +0200
@@ -1,6 +1,6 @@
package Dancer2::Plugin::Auth::Extensible;
-our $VERSION = '0.709';
+our $VERSION = '0.710';
use strict;
use warnings;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Dancer2-Plugin-Auth-Extensible-0.709/t/lib/environments/no-login-handler.yml
new/Dancer2-Plugin-Auth-Extensible-0.710/t/lib/environments/no-login-handler.yml
---
old/Dancer2-Plugin-Auth-Extensible-0.709/t/lib/environments/no-login-handler.yml
2019-04-26 11:31:50.000000000 +0200
+++
new/Dancer2-Plugin-Auth-Extensible-0.710/t/lib/environments/no-login-handler.yml
2021-05-15 09:01:13.000000000 +0200
@@ -1,4 +1,4 @@
-logger: trap
+logger: capture
plugins:
Auth::Extensible:
no_login_handler: 1
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
patches:
remove-env-perl.patch: -p1
# bar.patch:
# baz.patch: PATCH-FIX-OPENSUSE
#preamble: |-
# BuildRequires: gcc-c++
#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
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section