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:
committed by
Git OBS Bridge
parent
8705869354
commit
cc14947f27
@@ -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
3
Flickr-API-1.26.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8b9d5021c8d9c1308790e5aecfea344b331d0a5dbb0d098f988f77f969c37ca
|
||||
size 33411
|
@@ -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
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Flickr-API
|
||||
Version: 1.25
|
||||
Version: 1.26
|
||||
Release: 0
|
||||
%define cpan_name Flickr-API
|
||||
Summary: Perl interface to the Flickr API
|
||||
@@ -55,10 +55,10 @@ Requires: perl(parent)
|
||||
%description
|
||||
An interface for using the Flickr API.
|
||||
|
||||
'Flickr::API' is a subclass of the LWP::UserAgent manpage, so all of the
|
||||
various proxy, request limits, caching, etc are available. 'Flickr::API'
|
||||
can instantiate using either the Flickr Authentication (deprecated) or the
|
||||
OAuth Authentication. OAuth is handled using the Net::OAuth manpage.
|
||||
'Flickr::API' is a subclass of LWP::UserAgent, so all of the various proxy,
|
||||
request limits, caching, etc are available. 'Flickr::API' can instantiate
|
||||
using either the Flickr Authentication (deprecated) or the OAuth
|
||||
Authentication. OAuth is handled using Net::OAuth.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
Reference in New Issue
Block a user