Accepting request 345391 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/345391
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Flickr-API?expand=0&rev=10
This commit is contained in:
Stephan Kulow
2015-11-22 06:49:12 +00:00
committed by Git OBS Bridge
parent 8705869354
commit cc14947f27
4 changed files with 20 additions and 8 deletions

View File

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

3
Flickr-API-1.26.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Nov 20 09:35:29 UTC 2015 - coolo@suse.com
- updated to 1.26
see /usr/share/doc/packages/perl-Flickr-API/Changes
1.26, 2015-11-17
* Removed references to oauth_token and oauth_token_secret since they
are redundant.
* Get some spelling consistent
* Tidy up a test script
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 16 09:13:06 UTC 2015 - coolo@suse.com Fri Oct 16 09:13:06 UTC 2015 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Flickr-API Name: perl-Flickr-API
Version: 1.25 Version: 1.26
Release: 0 Release: 0
%define cpan_name Flickr-API %define cpan_name Flickr-API
Summary: Perl interface to the Flickr API Summary: Perl interface to the Flickr API
@@ -55,10 +55,10 @@ Requires: perl(parent)
%description %description
An interface for using the Flickr API. An interface for using the Flickr API.
'Flickr::API' is a subclass of the LWP::UserAgent manpage, so all of the 'Flickr::API' is a subclass of LWP::UserAgent, so all of the various proxy,
various proxy, request limits, caching, etc are available. 'Flickr::API' request limits, caching, etc are available. 'Flickr::API' can instantiate
can instantiate using either the Flickr Authentication (deprecated) or the using either the Flickr Authentication (deprecated) or the OAuth
OAuth Authentication. OAuth is handled using the Net::OAuth manpage. Authentication. OAuth is handled using Net::OAuth.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}