Accepting request 317058 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/317058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Flickr-API?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2015-07-16 13:05:48 +00:00
committed by Git OBS Bridge
parent 02c1d6a855
commit f525c6365d
4 changed files with 34 additions and 8 deletions

View File

@@ -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