diff --git a/Flickr-API-1.27.tar.gz b/Flickr-API-1.27.tar.gz deleted file mode 100644 index 85fbef3..0000000 --- a/Flickr-API-1.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f99bdf6c637ec78a751fd04b8afc35180cdd936e52365d9bc99602abc7f0cb0a -size 33818 diff --git a/Flickr-API-1.28.tar.gz b/Flickr-API-1.28.tar.gz new file mode 100644 index 0000000..abb2712 --- /dev/null +++ b/Flickr-API-1.28.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464b447b714ceb890ef52f0799c82c4f2906e0047fffb2e5c7d1338e08e199a5 +size 46615 diff --git a/perl-Flickr-API.changes b/perl-Flickr-API.changes index cb18760..7e4e64d 100644 --- a/perl-Flickr-API.changes +++ b/perl-Flickr-API.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sat Oct 15 05:30:02 UTC 2016 - coolo@suse.com + +- updated to 1.28 + see /usr/share/doc/packages/perl-Flickr-API/Changes + + 1.28, 2016-10-11 + * Add Flickr::API::Upload + * Flickr::API Be more consistent using my ($self, $args,...) = @_; and not shift + * Flickr::API Change from using $options to $args for consistancy + * Flickr::API Add upload method + * Flickr::API add api_type method + * Flickr::API add api_permissions method + * Flickr::API stop using "return undef;" + * Flickr::API begin *_silently_* enforcing api_key/api_secret over key/secret + * Flickr::API::Response Be more consistent using my ($self, $args,...) = @_; and not shift + * Added MAKETEST_OAUTH_AUTHED=1 and/or MAKETEST_FLICKR_AUTHED=1 for testing to allow testing + actual calls without re-authenticating + * Added more info on testing to README + * changes to tests for authentication to allow bypassing + * changes to tests for authentication to allow permissions other than read + * changes to tests to detect if deprecated key/secret become api_key/api_secret + * changed script/flickr_dump_stored_config.pl to allow config file to be passed in ARGV + * changed script/flickr_make_stored_config.pl to shift configs from key/secret to + api_key/api_secret for Flickr Authentication and warn if key/secret are used. + ------------------------------------------------------------------- Sat Dec 5 10:07:17 UTC 2015 - coolo@suse.com diff --git a/perl-Flickr-API.spec b/perl-Flickr-API.spec index 7706f15..6638587 100644 --- a/perl-Flickr-API.spec +++ b/perl-Flickr-API.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Flickr-API # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,7 +17,7 @@ Name: perl-Flickr-API -Version: 1.27 +Version: 1.28 Release: 0 %define cpan_name Flickr-API Summary: Perl interface to the Flickr API @@ -32,6 +32,7 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(HTTP::Message) >= 1.56 BuildRequires: perl(HTTP::Request) +BuildRequires: perl(HTTP::Request::Common) BuildRequires: perl(HTTP::Response) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Net::OAuth) @@ -42,6 +43,7 @@ BuildRequires: perl(XML::Parser::Lite::Tree) >= 0.06 BuildRequires: perl(parent) Requires: perl(HTTP::Message) >= 1.56 Requires: perl(HTTP::Request) +Requires: perl(HTTP::Request::Common) Requires: perl(HTTP::Response) Requires: perl(LWP::UserAgent) Requires: perl(Net::OAuth)