forked from pool/perl-Mojo-SQLite
Accepting request 909789 from devel:languages:perl:autoupdate
- updated to 3.007
see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
3.007 2021-08-01 20:17:42 EDT
- Increase DBD::SQLite dependency to 1.68 to support and use sqlite_string_mode over sqlite_unicode (#22, Adam Williamson)
- The default options now set sqlite_string_mode to DBD_SQLITE_STRING_MODE_UNICODE_FALLBACK,
unless sqlite_unicode is specified explicitly in from_string or from_filename. This is equivalent
to the previous behavior but ensures that DBD::SQLite will not return malformed strings.
- Support wal_mode option to enable WAL journaling mode, which is still currently the default,
but may not be set by default in a future release.
OBS-URL: https://build.opensuse.org/request/show/909789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-SQLite?expand=0&rev=29
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Mojo-SQLite
|
||||
Name: perl-Mojo-SQLite
|
||||
Version: 3.006
|
||||
Version: 3.007
|
||||
Release: 0
|
||||
Summary: Tiny Mojolicious wrapper for SQLite
|
||||
License: Artistic-2.0
|
||||
@@ -28,7 +28,7 @@ Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(DBD::SQLite) >= 1.64
|
||||
BuildRequires: perl(DBD::SQLite) >= 1.68
|
||||
BuildRequires: perl(DBI) >= 1.627
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
@@ -38,7 +38,7 @@ BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(URI) >= 1.69
|
||||
BuildRequires: perl(URI::db) >= 0.15
|
||||
BuildRequires: perl(URI::file) >= 4.21
|
||||
Requires: perl(DBD::SQLite) >= 1.64
|
||||
Requires: perl(DBD::SQLite) >= 1.68
|
||||
Requires: perl(DBI) >= 1.627
|
||||
Requires: perl(Mojolicious) >= 8.03
|
||||
Requires: perl(SQL::Abstract::Pg) >= 1.0
|
||||
|
||||
Reference in New Issue
Block a user