diff --git a/Net-OAuth2-0.61.tar.gz b/Net-OAuth2-0.61.tar.gz deleted file mode 100644 index d5a27af..0000000 --- a/Net-OAuth2-0.61.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9462861dcc78b0c88b796432ede063d98833f93d80648d63c659264bf757a9b -size 20614 diff --git a/Net-OAuth2-0.62.tar.gz b/Net-OAuth2-0.62.tar.gz new file mode 100644 index 0000000..ae2136e --- /dev/null +++ b/Net-OAuth2-0.62.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5efc976ad18a902ddefe4b838f1fe5f9279f0f01061749b773af86b8716cbc +size 20654 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Net-OAuth2.changes b/perl-Net-OAuth2.changes index 4fe4ae8..2c3b8a2 100644 --- a/perl-Net-OAuth2.changes +++ b/perl-Net-OAuth2.changes @@ -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 diff --git a/perl-Net-OAuth2.spec b/perl-Net-OAuth2.spec index 607d160..492b555 100644 --- a/perl-Net-OAuth2.spec +++ b/perl-Net-OAuth2.spec @@ -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}