Accepting request 731454 from devel:languages:perl:autoupdate

- updated to 0.65
   see /usr/share/doc/packages/perl-Net-OAuth2/ChangeLog
  version 0.65: Mon 16 Sep 08:42:09 CEST 2019
  
  	Fixes:
  	- #1 set the Host header [Julien Semaan]
  	- #2 session_freeze [prsquee]

OBS-URL: https://build.opensuse.org/request/show/731454
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-OAuth2?expand=0&rev=6
This commit is contained in:
2019-09-18 07:44:08 +00:00
committed by Git OBS Bridge
parent c0ff7782fe
commit 5a300a297e
4 changed files with 22 additions and 10 deletions

View File

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

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Sep 17 08:24:10 UTC 2019 - <timueller+perl@suse.de>
- updated to 0.65
see /usr/share/doc/packages/perl-Net-OAuth2/ChangeLog
version 0.65: Mon 16 Sep 08:42:09 CEST 2019
Fixes:
- #1 set the Host header [Julien Semaan]
- #2 session_freeze [prsquee]
-------------------------------------------------------------------
Thu Mar 22 06:37:59 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Net-OAuth2
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Net-OAuth2
Version: 0.64
Version: 0.65
Release: 0
%define cpan_name Net-OAuth2
Summary: OAuth 2.0 implementation
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Net-OAuth2/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -62,11 +62,11 @@ Start with one these modules:
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install