Accepting request 348016 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/348016
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite2?expand=0&rev=6
This commit is contained in:
2015-12-09 11:10:43 +00:00
committed by Git OBS Bridge
parent 07b46d6fb4
commit 548be6592a
4 changed files with 30 additions and 14 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Dec 9 09:03:54 UTC 2015 - coolo@suse.com
- updated to 0.37
see /usr/share/doc/packages/perl-DBD-SQLite2/Changes
0.37 2015-12-08 rurban
- Fix handling of 64bit int and double result types [cpan #28448].
We promote now overlong integers to double, not strings.
sqlite_set_result_double() was never used.
- Add LICENSE for t/98_kwalitee.t (only specified in EUMM rule)
- Add CONFIGURE_REQUIRES => DBI [cpan #110188]
- Fix little spelling error [cpan #85437]
- Silence void* to int cast warning in func.c
- Improve kwalitee test
-------------------------------------------------------------------
Thu Apr 16 19:40:28 UTC 2015 - coolo@suse.com