diff --git a/Net-OAuth2-0.55.tar.gz b/Net-OAuth2-0.55.tar.gz deleted file mode 100644 index 4b6abc7..0000000 --- a/Net-OAuth2-0.55.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:113fd82a5a06e9e15303e591a8ff3d84ce1fdea361e2bb52fdec64193f9d488e -size 19197 diff --git a/Net-OAuth2-0.61.tar.gz b/Net-OAuth2-0.61.tar.gz new file mode 100644 index 0000000..d5a27af --- /dev/null +++ b/Net-OAuth2-0.61.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9462861dcc78b0c88b796432ede063d98833f93d80648d63c659264bf757a9b +size 20614 diff --git a/perl-Net-OAuth2.changes b/perl-Net-OAuth2.changes index 1733cc6..4fe4ae8 100644 --- a/perl-Net-OAuth2.changes +++ b/perl-Net-OAuth2.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Tue Apr 14 19:23:59 UTC 2015 - coolo@suse.com + +- updated to 0.61 + see /usr/share/doc/packages/perl-Net-OAuth2/Changes + + version 0.61: Mon Jun 30 08:53:41 CEST 2014 + + Fixes: + - another regresssion test t/10req.t failed due to hash order + randomization. [cpantesters] + + version 0.60: Thu Jun 26 09:46:53 CEST 2014 + + Fixes: + - regresssion test t/10req.t failed due to hash order randomization. + [cpantesters] & rt.cpan.org#96731 [Andreas König] + + version 0.59: Tue Jun 24 23:56:23 CEST 2014 + + Fixes: + - do not send client_id and client_secret as parameters, because + it will get refused by QQ Catalyst. + rt.cpan.org#96454 [Scott Weisman] + - added 'state' passthru parameter to requests [Bas Bloemsaat] + + version 0.58: Wed May 28 23:17:09 CEST 2014 + + Improvements: + - generic accessor of ::AccessToken via attribute() [Sergey Lobanov] + + version 0.57: Mon Mar 24 09:33:07 CET 2014 + + Fixes: + - an update of an access-token may include a new refresh-token. + rt.cpan.org#94131 [Joe Papperello] + + Improvements: + - changed documentation style + + version 0.56: Wed Sep 4 11:50:48 CEST 2013 + + Fixes: + - auto_save option did not work: option processing typo + rt.cpan.org#86824 [Hironori Yoshida] + - basic-auth header should not contain a + + rt.cpan.org#88409 [Anton Gerasimov] + ------------------------------------------------------------------- Tue Mar 11 16:29:38 UTC 2014 - rschweikert@suse.com diff --git a/perl-Net-OAuth2.spec b/perl-Net-OAuth2.spec index 3090d2f..607d160 100644 --- a/perl-Net-OAuth2.spec +++ b/perl-Net-OAuth2.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Net-OAuth2 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,75 +17,65 @@ Name: perl-Net-OAuth2 -Version: 0.55 +Version: 0.61 Release: 0 %define cpan_name Net-OAuth2 Summary: OAuth 2.0 implementation -License: Artistic-1.0 +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -Url: http://search.cpan.org/~markov/Net-OAuth2-0.55/ -Source: %{cpan_name}-%{version}.tar.gz -Patch1: webServ_qualifiedName.patch +Url: http://search.cpan.org/dist/Net-OAuth2/ +Source: http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Encode) BuildRequires: perl(HTTP::Request) -BuildRequires: perl(HTTP::Response) BuildRequires: perl(HTTP::Status) BuildRequires: perl(JSON) BuildRequires: perl(LWP::UserAgent) -BuildRequires: perl(MIME::Base64) -%if 0%{?suse_version} >= 1130 -BuildRequires: perl(Test::Mock::LWP::Dispatch) -%endif BuildRequires: perl(URI) -BuildRequires: perl(URI::Escape) BuildRequires: perl(YAML) -Requires: perl = %perl_version -Requires: perl(Encode) Requires: perl(HTTP::Request) -Requires: perl(HTTP::Response) Requires: perl(HTTP::Status) Requires: perl(JSON) Requires: perl(LWP::UserAgent) -Requires: perl(MIME::Base64) Requires: perl(URI) -Requires: perl(URI::Escape) +Requires: perl(YAML) %{perl_requires} %description -OAuth version 2.0 is a follow-up on OAuth 1.0, which is not supported by this module. The specification for version 2.0 can be found in +OAuth version 2.0 is a follow-up on OAuth 1.0, which is not supported by +this module. The specification for version 2.0 can be found in -. RFC6749, Authorization framework: http://tools.ietf.org/html/rfc6749 -. RFC6750, Bearer token usage: http://tools.ietf.org/html/rfc6750 +* . RFC6749, Authorization framework: the + http://tools.ietf.org/html/rfc6749 manpage + +* . RFC6750, Bearer token usage: the http://tools.ietf.org/html/rfc6750 + manpage Start with one these modules: -. Net::OAuth2::Profile::WebServer -. Net::OAuth2::Profile::Password +* . Net::OAuth2::Profile::WebServer + +* . Net::OAuth2::Profile::Password %prep %setup -q -n %{cpan_name}-%{version} -%if 0%{?suse_version} < 1130 -%patch1 -p1 -%endif %build -perl Makefile.PL -make +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -make test +%{__make} test %install %perl_make_install -rm -rf %{buildroot}%perl_vendorarch/auto +%perl_process_packlist %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,-) -%doc Changes README -%perl_archlib/perllocal.pod +%defattr(-,root,root,755) +%doc Changes examples README %changelog