diff --git a/Net-OAuth2-0.64.tar.gz b/Net-OAuth2-0.64.tar.gz deleted file mode 100644 index f756e5c..0000000 --- a/Net-OAuth2-0.64.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eab4c8d2e31ad0e3ea0ef0e1396ae71f184d4855118877224af929722a6c0f03 -size 22362 diff --git a/Net-OAuth2-0.65.tar.gz b/Net-OAuth2-0.65.tar.gz new file mode 100644 index 0000000..6ed4a23 --- /dev/null +++ b/Net-OAuth2-0.65.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970775b8ea61b7f03f83a068792cd751e4c2cb11b8cc4470ffdf5ef322428472 +size 22402 diff --git a/perl-Net-OAuth2.changes b/perl-Net-OAuth2.changes index 4c0101c..8cf5793 100644 --- a/perl-Net-OAuth2.changes +++ b/perl-Net-OAuth2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Sep 17 08:24:10 UTC 2019 - + +- 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 diff --git a/perl-Net-OAuth2.spec b/perl-Net-OAuth2.spec index 019a500..40d61d5 100644 --- a/perl-Net-OAuth2.spec +++ b/perl-Net-OAuth2.spec @@ -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