diff --git a/Flickr-API-1.10.tar.gz b/Flickr-API-1.10.tar.gz deleted file mode 100644 index 5710e5c..0000000 --- a/Flickr-API-1.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ad21f11d2f1038e44500bc41452f101d5311a01dfb151a5ffea30089c053568 -size 5543 diff --git a/Flickr-API-1.13.tar.gz b/Flickr-API-1.13.tar.gz new file mode 100644 index 0000000..8b3060e --- /dev/null +++ b/Flickr-API-1.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:958f2b2cc77340e1a079e9438c19dc0cef5c2a21a237d3048a5c2a75a69e31e9 +size 20819 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Flickr-API.changes b/perl-Flickr-API.changes index 1682e93..38592b6 100644 --- a/perl-Flickr-API.changes +++ b/perl-Flickr-API.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jun 15 08:42:29 UTC 2015 - coolo@suse.com + +- updated to 1.13 + see /usr/share/doc/packages/perl-Flickr-API/Changes + + + 1.11, 2014-12-27 + * Added OAuth authentication to Flickr::API and Flickr::API::Request + * Added some examples + ------------------------------------------------------------------- Mon Apr 13 19:31:43 UTC 2015 - coolo@suse.com diff --git a/perl-Flickr-API.spec b/perl-Flickr-API.spec index 5c9389c..6f8aac3 100644 --- a/perl-Flickr-API.spec +++ b/perl-Flickr-API.spec @@ -17,14 +17,15 @@ Name: perl-Flickr-API -Version: 1.10 +Version: 1.13 Release: 0 %define cpan_name Flickr-API Summary: Perl interface to the Flickr API License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Flickr-API/ -Source: http://www.cpan.org/authors/id/I/IA/IAMCAL/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/L/LB/LBMOORE/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -33,21 +34,28 @@ BuildRequires: perl(HTTP::Message) >= 1.56 BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Response) BuildRequires: perl(LWP::UserAgent) +BuildRequires: perl(Net::OAuth) +BuildRequires: perl(Term::ReadKey) BuildRequires: perl(URI) >= 1.18 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(URI) >= 1.18 Requires: perl(XML::Parser::Lite::Tree) >= 0.06 +Requires: perl(XML::Simple) %{perl_requires} %description -A simple interface for using the Flickr API. +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. +various proxy, request limits, caching, etc are available. 'Flickr::API' +can instantiate using either the Flickr Authentication (deprecated) or the +OAuth Authentication. %prep %setup -q -n %{cpan_name}-%{version} @@ -66,6 +74,6 @@ various proxy, request limits, caching, etc are available. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README +%doc Changes examples LICENSE README %changelog