diff --git a/Flickr-API-1.18.tar.gz b/Flickr-API-1.18.tar.gz deleted file mode 100644 index 9cd5bc5..0000000 --- a/Flickr-API-1.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3dea27729b5f74b2aacc08946be0bf73e963937f08d2f6992230a41184c8bc70 -size 28984 diff --git a/Flickr-API-1.19.tar.gz b/Flickr-API-1.19.tar.gz new file mode 100644 index 0000000..2b880f0 --- /dev/null +++ b/Flickr-API-1.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e62ce5a8a9ae945b32fd7df60c0458076b3f90656c7f22d18ae6fd75d596835 +size 31454 diff --git a/perl-Flickr-API.changes b/perl-Flickr-API.changes index e7f4b8b..1645909 100644 --- a/perl-Flickr-API.changes +++ b/perl-Flickr-API.changes @@ -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 diff --git a/perl-Flickr-API.spec b/perl-Flickr-API.spec index f441f2c..28916a7 100644 --- a/perl-Flickr-API.spec +++ b/perl-Flickr-API.spec @@ -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