Files
perl-DBD-SQLite2/perl-DBD-SQLite2.changes

51 lines
1.8 KiB
Plaintext

-------------------------------------------------------------------
Thu Nov 8 06:11:30 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.38
see /usr/share/doc/packages/perl-DBD-SQLite2/Changes
0.38 2018-09-29 rurban
- Fix tests without . in @INC [cpan #127241]
-------------------------------------------------------------------
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
- updated to 0.36
see /usr/share/doc/packages/perl-DBD-SQLite2/Changes
- remove obsolete patches
perl-DBD-SQLite2-no-return-in-nonvoid-function.patch
perl-DBD-SQLite2-fetchrow.patch
-------------------------------------------------------------------
Thu Jun 7 17:51:46 UTC 2012 - lars@linux-schulserver.de
- added perl-DBD-SQLite2-fetchrow.patch from Debian:
Fix segfault when fetchrow() is called again after it has
returned an empty list once. (#317453)
- added perl-DBD-SQLite2-no-return-in-nonvoid-function.patch:
Fix function returning random data
- use perl(Test::More) during build
- use sqlite2-devel during build
-------------------------------------------------------------------
Mon May 7 19:16:26 UTC 2012 - lars@linux-schulserver.de
- initial package 0.33