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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e20ad7158da6b74e264b3135b4ba066dfbe91ecedb97f1998994bb8305722622
|
|
||||||
size 40575
|
|
||||||
3
Mojo-SQLite-3.007.tar.gz
Normal file
3
Mojo-SQLite-3.007.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e5c9cc84f5d9bfafd4bdec4eb1f03ca3ada977210c8f3d1e4a602e438967baf
|
||||||
|
size 41390
|
||||||
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 2 03:08:53 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 17 03:07:48 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
Thu Jun 17 03:07:48 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name Mojo-SQLite
|
%define cpan_name Mojo-SQLite
|
||||||
Name: perl-Mojo-SQLite
|
Name: perl-Mojo-SQLite
|
||||||
Version: 3.006
|
Version: 3.007
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tiny Mojolicious wrapper for SQLite
|
Summary: Tiny Mojolicious wrapper for SQLite
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
@@ -28,7 +28,7 @@ Source1: cpanspec.yml
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(DBD::SQLite) >= 1.64
|
BuildRequires: perl(DBD::SQLite) >= 1.68
|
||||||
BuildRequires: perl(DBI) >= 1.627
|
BuildRequires: perl(DBI) >= 1.627
|
||||||
BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
||||||
BuildRequires: perl(Module::Metadata)
|
BuildRequires: perl(Module::Metadata)
|
||||||
@@ -38,7 +38,7 @@ BuildRequires: perl(Test::More) >= 0.96
|
|||||||
BuildRequires: perl(URI) >= 1.69
|
BuildRequires: perl(URI) >= 1.69
|
||||||
BuildRequires: perl(URI::db) >= 0.15
|
BuildRequires: perl(URI::db) >= 0.15
|
||||||
BuildRequires: perl(URI::file) >= 4.21
|
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(DBI) >= 1.627
|
||||||
Requires: perl(Mojolicious) >= 8.03
|
Requires: perl(Mojolicious) >= 8.03
|
||||||
Requires: perl(SQL::Abstract::Pg) >= 1.0
|
Requires: perl(SQL::Abstract::Pg) >= 1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user