diff --git a/Flickr-API-1.13.tar.gz b/Flickr-API-1.13.tar.gz deleted file mode 100644 index 8b3060e..0000000 --- a/Flickr-API-1.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:958f2b2cc77340e1a079e9438c19dc0cef5c2a21a237d3048a5c2a75a69e31e9 -size 20819 diff --git a/Flickr-API-1.15.tar.gz b/Flickr-API-1.15.tar.gz new file mode 100644 index 0000000..dca7173 --- /dev/null +++ b/Flickr-API-1.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dfef0955b6534377ad53859e658f1b77e30c2cd167ecc1ea3470086aad45f61 +size 25442 diff --git a/perl-Flickr-API.changes b/perl-Flickr-API.changes index 38592b6..f85235c 100644 --- a/perl-Flickr-API.changes +++ b/perl-Flickr-API.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Jul 16 08:47:28 UTC 2015 - coolo@suse.com + +- updated to 1.15 + see /usr/share/doc/packages/perl-Flickr-API/Changes + + + 1.12, 1.13, 2015-06-09 + * Cleaned up minor bugs found by testers, improved kwalitee + * Clarified licensing + + 1.14 + * Added 5.008 as minimum Perl version + * Moving from XML::Simple to XML::LibXML::Simple + * Remove example from automatically installing in scripts (Request 105426) + * move dump and make config scripts to bin and made them install-worthy (Request 105426) + * Clarified licenses in examples (Request 105426) + * Rename oauth_export_config to export_config and add ability to export + Flickr's native, if deprecated, configuration. Similar renames and + reasons for export_storable_config and import_storable_config. + * Added a hashref of the response content in addition to a tree + * Added a number of accessor methods to Response.pm + * Made code a little more "Perl Best Practices"-ish + * Rename sign_args to _sign_args + ------------------------------------------------------------------- Mon Jun 15 08:42:29 UTC 2015 - coolo@suse.com diff --git a/perl-Flickr-API.spec b/perl-Flickr-API.spec index 6f8aac3..2800301 100644 --- a/perl-Flickr-API.spec +++ b/perl-Flickr-API.spec @@ -17,7 +17,7 @@ Name: perl-Flickr-API -Version: 1.13 +Version: 1.15 Release: 0 %define cpan_name Flickr-API Summary: Perl interface to the Flickr API @@ -35,18 +35,19 @@ BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Response) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Net::OAuth) -BuildRequires: perl(Term::ReadKey) +BuildRequires: perl(Test::Script) BuildRequires: perl(URI) >= 1.18 +BuildRequires: perl(XML::LibXML::Simple) BuildRequires: perl(XML::Parser::Lite::Tree) >= 0.06 -BuildRequires: perl(XML::Simple) Requires: perl(HTTP::Message) >= 1.56 Requires: perl(HTTP::Request) Requires: perl(HTTP::Response) Requires: perl(LWP::UserAgent) Requires: perl(Net::OAuth) +Requires: perl(Test::Script) Requires: perl(URI) >= 1.18 +Requires: perl(XML::LibXML::Simple) Requires: perl(XML::Parser::Lite::Tree) >= 0.06 -Requires: perl(XML::Simple) %{perl_requires} %description @@ -55,7 +56,7 @@ 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 Authentication. OAuth is handled using the Net::OAuth manpage. %prep %setup -q -n %{cpan_name}-%{version}