Accepting request 296364 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-OAuth2?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-04-15 09:34:17 +00:00
committed by Git OBS Bridge
parent 49c419ef15
commit cfa7ecaa36
4 changed files with 75 additions and 36 deletions

View File

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

3
Net-OAuth2-0.61.tar.gz Normal file
View File

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

View File

@@ -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 Tue Mar 11 16:29:38 UTC 2014 - rschweikert@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Net-OAuth2 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,75 +17,65 @@
Name: perl-Net-OAuth2 Name: perl-Net-OAuth2
Version: 0.55 Version: 0.61
Release: 0 Release: 0
%define cpan_name Net-OAuth2 %define cpan_name Net-OAuth2
Summary: OAuth 2.0 implementation Summary: OAuth 2.0 implementation
License: Artistic-1.0 License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/~markov/Net-OAuth2-0.55/ Url: http://search.cpan.org/dist/Net-OAuth2/
Source: %{cpan_name}-%{version}.tar.gz Source: http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
Patch1: webServ_qualifiedName.patch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Encode)
BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Response)
BuildRequires: perl(HTTP::Status) BuildRequires: perl(HTTP::Status)
BuildRequires: perl(JSON) BuildRequires: perl(JSON)
BuildRequires: perl(LWP::UserAgent) 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)
BuildRequires: perl(URI::Escape)
BuildRequires: perl(YAML) BuildRequires: perl(YAML)
Requires: perl = %perl_version
Requires: perl(Encode)
Requires: perl(HTTP::Request) Requires: perl(HTTP::Request)
Requires: perl(HTTP::Response)
Requires: perl(HTTP::Status) Requires: perl(HTTP::Status)
Requires: perl(JSON) Requires: perl(JSON)
Requires: perl(LWP::UserAgent) Requires: perl(LWP::UserAgent)
Requires: perl(MIME::Base64)
Requires: perl(URI) Requires: perl(URI)
Requires: perl(URI::Escape) Requires: perl(YAML)
%{perl_requires} %{perl_requires}
%description %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 * . RFC6749, Authorization framework: the
. RFC6750, Bearer token usage: http://tools.ietf.org/html/rfc6750 http://tools.ietf.org/html/rfc6749 manpage
* . RFC6750, Bearer token usage: the http://tools.ietf.org/html/rfc6750
manpage
Start with one these modules: Start with one these modules:
. Net::OAuth2::Profile::WebServer * . Net::OAuth2::Profile::WebServer
. Net::OAuth2::Profile::Password
* . Net::OAuth2::Profile::Password
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%if 0%{?suse_version} < 1130
%patch1 -p1
%endif
%build %build
perl Makefile.PL %{__perl} Makefile.PL INSTALLDIRS=vendor
make %{__make} %{?_smp_mflags}
%check %check
make test %{__make} test
%install %install
%perl_make_install %perl_make_install
rm -rf %{buildroot}%perl_vendorarch/auto %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,-) %defattr(-,root,root,755)
%doc Changes README %doc Changes examples README
%perl_archlib/perllocal.pod
%changelog %changelog