Accepting request 332219 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/332219
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Flickr-API?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2015-09-20 13:49:11 +00:00
committed by Git OBS Bridge
parent 25ecb42194
commit 2eadcba8c6
4 changed files with 23 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Sep 20 08:53:35 UTC 2015 - coolo@suse.com
- updated to 1.19
see /usr/share/doc/packages/perl-Flickr-API/Changes
1.19, 2015-09-16
* adding Flickr::API::People
* adding t/09-people.t to test People module
* fixed Reflection.pm for argument lists that is only 1 deep.
* added test to 07-reflection for method that does not have argument
array, but rather just a single argument
* moved flickr deprecated authentication from $api->{flickr} to
$api->{fauth} to make better use of $api->{flickr} for subclassing.
* added a number of status reporting methods to API.pm
* add _propagate_status to Response.pm
* add script/flickr_make_test_values.pl for more in-depth testing
-------------------------------------------------------------------
Sun Aug 23 08:49:35 UTC 2015 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Flickr-API
Version: 1.18
Version: 1.19
Release: 0
%define cpan_name Flickr-API
Summary: Perl interface to the Flickr API
@@ -77,6 +77,6 @@ OAuth Authentication. OAuth is handled using the Net::OAuth manpage.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples LICENSE README
%doc Changes examples LICENSE README README.subclasses
%changelog