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:
@@ -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
3
Net-OAuth2-0.65.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:970775b8ea61b7f03f83a068792cd751e4c2cb11b8cc4470ffdf5ef322428472
|
||||||
|
size 22402
|
@@ -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
|
Thu Mar 22 06:37:59 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Net-OAuth2
|
# 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
|
# 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
|
||||||
@@ -12,18 +12,18 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: perl-Net-OAuth2
|
||||||
Version: 0.64
|
Version: 0.65
|
||||||
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 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
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
|
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -62,11 +62,11 @@ Start with one these modules:
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Reference in New Issue
Block a user