Accepting request 589925 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/589925
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-OAuth2?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2018-04-04 10:14:14 +00:00
committed by Git OBS Bridge
parent b108e4f457
commit c0ff7782fe
4 changed files with 14 additions and 8 deletions

View File

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

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

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 22 06:37:59 UTC 2018 - coolo@suse.com
- updated to 0.64
see /usr/share/doc/packages/perl-Net-OAuth2/ChangeLog
-------------------------------------------------------------------
Tue Jan 19 10:11:02 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Net-OAuth2
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@@ -17,14 +17,14 @@
Name: perl-Net-OAuth2
Version: 0.63
Version: 0.64
Release: 0
%define cpan_name Net-OAuth2
Summary: OAuth 2.0 implementation
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Net-OAuth2/
Source0: http://www.cpan.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
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -75,6 +75,6 @@ Start with one these modules:
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples README
%doc ChangeLog examples README README.md
%changelog