diff --git a/DBD-SQLite2-0.36.tar.gz b/DBD-SQLite2-0.36.tar.gz deleted file mode 100644 index dd36143..0000000 --- a/DBD-SQLite2-0.36.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1715f8e6dfd6e1fe34ae5c8d8b15e3d856b29e5416d6b02d5575ff55f4411e60 -size 371022 diff --git a/DBD-SQLite2-0.37.tar.gz b/DBD-SQLite2-0.37.tar.gz new file mode 100644 index 0000000..0f91cca --- /dev/null +++ b/DBD-SQLite2-0.37.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8948fa682607ebbeb0fad5abf12aab4085deb4388a4dec06a65896dc340fd07f +size 370783 diff --git a/perl-DBD-SQLite2.changes b/perl-DBD-SQLite2.changes index 09286bb..a992b2b 100644 --- a/perl-DBD-SQLite2.changes +++ b/perl-DBD-SQLite2.changes @@ -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 diff --git a/perl-DBD-SQLite2.spec b/perl-DBD-SQLite2.spec index 1def6f4..01fcf0e 100644 --- a/perl-DBD-SQLite2.spec +++ b/perl-DBD-SQLite2.spec @@ -17,7 +17,7 @@ Name: perl-DBD-SQLite2 -Version: 0.36 +Version: 0.37 Release: 0 %define cpan_name DBD-SQLite2 Summary: Self Contained RDBMS in a DBI Driver (sqlite 2.x) @@ -44,30 +44,30 @@ domain, DBD::SQLite2 includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you simply have to install this module, and *nothing* else. -For real work please use the updated the DBD::SQLite manpage driver with -the up-to-date sqlite3 backend. SQLite2 supports the following features: +For real work please use the updated DBD::SQLite driver with the up-to-date +sqlite3 backend. SQLite2 supports the following features: * Implements a large subset of SQL92 - See http://www.sqlite.org/lang.html for details. +See http://www.sqlite.org/lang.html for details. * A complete DB in a single disk file - Everything for your database is stored in a single disk file, making it - easier to move things around than with the DBD::CSV manpage. +Everything for your database is stored in a single disk file, making it +easier to move things around than with DBD::CSV. * Atomic commit and rollback - Yes, DBD::SQLite2 is small and light, but it supports full transactions +Yes, DBD::SQLite2 is small and light, but it supports full transactions * Extensible - User-defined aggregate or regular functions can be registered with the - SQL parser. +User-defined aggregate or regular functions can be registered with the SQL +parser. There's lots more to it, so please refer to the docs on the SQLite web -page, listed above, for SQL details. Also refer to the DBI manpage for -details on how to use DBI itself. +page, listed above, for SQL details. Also refer to DBI for details on how +to use DBI itself. %prep %setup -q -n %{cpan_name}-%{version}