Pascal Bleser
2011-10-16 17:20:38 +00:00
committed by Git OBS Bridge
parent 7717d66e43
commit b62b28a0b4
4 changed files with 34 additions and 7 deletions

View File

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

3
Flickr-API2-2.05.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Oct 16 17:20:41 UTC 2011 - pascal.bleser@opensuse.org
- update to 2.05:
* added support for shortened URLs from photos
- changes from 2.04:
* added url_o support
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 09 22:11:17 UTC 2011 - pascal.bleser@opensuse.org Mon May 09 22:11:17 UTC 2011 - pascal.bleser@opensuse.org

View File

@@ -1,14 +1,31 @@
# vim: set sw=4 ts=4 et nu: #
# spec file for package perl-Flickr-API2
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Flickr-API2 Name: perl-Flickr-API2
Version: 2.03 Version: 2.05
Release: 0 Release: 0
Summary: Perl interface to the Flickr API Summary: Perl interface to the Flickr API
Source: http://search.cpan.org/CPAN/authors/id/T/TJ/TJC/Flickr-API2-%{version}.tar.gz Source: http://search.cpan.org/CPAN/authors/id/T/TJ/TJC/Flickr-API2-%{version}.tar.gz
URL: http://search.cpan.org/dist/Flickr-API2 Url: http://search.cpan.org/dist/Flickr-API2
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic) License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic)
BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires} %{perl_requires}
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: make BuildRequires: make
@@ -70,3 +87,4 @@ them.
%doc %{perl_man3dir}/Flickr::API2.%{perl_man3ext}%{ext_man} %doc %{perl_man3dir}/Flickr::API2.%{perl_man3ext}%{ext_man}
%doc %{perl_man3dir}/Flickr::API2::*%{perl_man3ext}%{ext_man} %doc %{perl_man3dir}/Flickr::API2::*%{perl_man3ext}%{ext_man}
%changelog