Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-OAuth2 for 
openSUSE:Factory checked in at 2021-11-06 18:18:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-OAuth2 (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-OAuth2.new.1890 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Mojolicious-Plugin-OAuth2"

Sat Nov  6 18:18:02 2021 rev:3 rq:929823 version:2.01

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-OAuth2/perl-Mojolicious-Plugin-OAuth2.changes
    2021-02-17 18:13:32.486038847 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-OAuth2.new.1890/perl-Mojolicious-Plugin-OAuth2.changes
  2021-11-06 18:21:21.876991521 +0100
@@ -1,0 +2,26 @@
+Sat Nov  6 07:01:55 UTC 2021 - Stephan Kulow <[email protected]>
+
+- Remove last description paragraph talking about manual installation
+  of modules, the recommends are in place
+
+-------------------------------------------------------------------
+Fri Oct 29 03:07:41 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 2.01
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-OAuth2/Changes
+
+  2.01 2021-10-28T18:29:45+0900
+   - Test suite is compatible with older versions of Mojolicious
+   - OpenID Connect require Mojo::JWT 0.09
+
+  2.00 2021-10-27T19:36:44+0900
+   - Removed $c->oauth2->get_token()
+     
https://github.com/marcusramberg/Mojolicious-Plugin-OAuth2/blob/07e214eb556093de8691b145116b60ab64a4a21a/t/delayed.t#L23-L28
+   - Add support for "OpenID Connect" #65
+     Contributor: Roy Storey
+   - Add "debian_salsa" as an OAuth2 id provider #62
+     Contributor: Gregor Herrmann
+   - Moved mock code to Mojolicious::Plugin::OAuth2::Mock
+   - Bumped Mojolicious version to 8.25
+
+-------------------------------------------------------------------

Old:
----
  Mojolicious-Plugin-OAuth2-1.59.tar.gz

New:
----
  Mojolicious-Plugin-OAuth2-2.01.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Mojolicious-Plugin-OAuth2.spec ++++++
--- /var/tmp/diff_new_pack.FeugGw/_old  2021-11-06 18:21:22.272991740 +0100
+++ /var/tmp/diff_new_pack.FeugGw/_new  2021-11-06 18:21:22.276991743 +0100
@@ -18,10 +18,10 @@
 
 %define cpan_name Mojolicious-Plugin-OAuth2
 Name:           perl-Mojolicious-Plugin-OAuth2
-Version:        1.59
+Version:        2.01
 Release:        0
-Summary:        Auth against OAuth2 APIs
 License:        Artistic-2.0
+Summary:        Auth against OAuth2 APIs including OpenID Connect
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/J/JH/JHTHORSEN/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
@@ -29,22 +29,22 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(IO::Socket::SSL) >= 1.94
-BuildRequires:  perl(Mojolicious) >= 7.53
+BuildRequires:  perl(Mojolicious) >= 8.25
 BuildRequires:  perl(Test::More) >= 0.88
 Requires:       perl(IO::Socket::SSL) >= 1.94
-Requires:       perl(Mojolicious) >= 7.53
+Requires:       perl(Mojolicious) >= 8.25
+Recommends:     perl(Crypt::OpenSSL::Bignum) >= 0.09
+Recommends:     perl(Crypt::OpenSSL::RSA) >= 0.31
+Recommends:     perl(Mojo::JWT) >= 0.09
 %{perl_requires}
 
 %description
 This Mojolicious plugin allows you to easily authenticate against a at
-http://oauth.net provider. It includes configurations for a few popular
-providers, but you can add your own easily as well.
+http://oauth.net or at https://openid.net/connect/ provider. It includes
+configurations for a few popular providers, but you can add your own as
+well.
 
-Note that OAuth2 requires https, so you need to have the optional
-Mojolicious dependency required to support it. Run the command below to
-check if IO::Socket::SSL is installed.
-
-   $ mojo version
+See register for a full list of bundled providers.
 
 %prep
 %autosetup  -n %{cpan_name}-%{version}

++++++ Mojolicious-Plugin-OAuth2-1.59.tar.gz -> 
Mojolicious-Plugin-OAuth2-2.01.tar.gz ++++++
++++ 2094 lines of diff (skipped)

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.FeugGw/_old  2021-11-06 18:21:22.372991796 +0100
+++ /var/tmp/diff_new_pack.FeugGw/_new  2021-11-06 18:21:22.372991796 +0100
@@ -1,5 +1,5 @@
 ---
-#description_paragraphs: 3
+description_paragraphs: 2
 #description: |-
 #  override description from CPAN
 #summary: override summary from CPAN

Reply via email to