Accepting request 344339 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/344339 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-OAuth2?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
cfa7ecaa36
commit
462d66dfda
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9462861dcc78b0c88b796432ede063d98833f93d80648d63c659264bf757a9b
|
||||
size 20614
|
3
Net-OAuth2-0.62.tar.gz
Normal file
3
Net-OAuth2-0.62.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c5efc976ad18a902ddefe4b838f1fe5f9279f0f01061749b773af86b8716cbc
|
||||
size 20654
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#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_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
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 14 10:01:24 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.62
|
||||
see /usr/share/doc/packages/perl-Net-OAuth2/Changes
|
||||
|
||||
version 0.62: Wed 11 Nov 12:29:40 CET 2015
|
||||
|
||||
Improvements:
|
||||
- typo. rt.cpan.org#104332 [Christopher Hoskin, Debian]
|
||||
- added contributed examples/google-refresh [Andreas Hernitscheck]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 19:23:59 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-Net-OAuth2
|
||||
Version: 0.61
|
||||
Version: 0.62
|
||||
Release: 0
|
||||
%define cpan_name Net-OAuth2
|
||||
Summary: OAuth 2.0 implementation
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Net-OAuth2/
|
||||
Source: http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@@ -47,17 +48,15 @@ Requires: perl(YAML)
|
||||
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: the
|
||||
http://tools.ietf.org/html/rfc6749 manpage
|
||||
* . RFC6749, Authorization framework: http://tools.ietf.org/html/rfc6749
|
||||
|
||||
* . RFC6750, Bearer token usage: the http://tools.ietf.org/html/rfc6750
|
||||
manpage
|
||||
* . RFC6750, Bearer token usage: http://tools.ietf.org/html/rfc6750
|
||||
|
||||
Start with one these modules:
|
||||
|
||||
* . Net::OAuth2::Profile::WebServer
|
||||
* . Net::OAuth2::Profile::WebServer|Net::OAuth2::Profile::WebServer
|
||||
|
||||
* . Net::OAuth2::Profile::Password
|
||||
* . Net::OAuth2::Profile::Password|Net::OAuth2::Profile::Password
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
Reference in New Issue
Block a user