From eea7361846e0b910d1a2db3c406af2a2c04c5a14b489b7deb6ef21d29e91d68b Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 3 Aug 2021 08:47:55 +0000 Subject: [PATCH] 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 --- Mojo-SQLite-3.006.tar.gz | 3 --- Mojo-SQLite-3.007.tar.gz | 3 +++ perl-Mojo-SQLite.changes | 14 ++++++++++++++ perl-Mojo-SQLite.spec | 6 +++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 Mojo-SQLite-3.006.tar.gz create mode 100644 Mojo-SQLite-3.007.tar.gz diff --git a/Mojo-SQLite-3.006.tar.gz b/Mojo-SQLite-3.006.tar.gz deleted file mode 100644 index 556a796..0000000 --- a/Mojo-SQLite-3.006.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e20ad7158da6b74e264b3135b4ba066dfbe91ecedb97f1998994bb8305722622 -size 40575 diff --git a/Mojo-SQLite-3.007.tar.gz b/Mojo-SQLite-3.007.tar.gz new file mode 100644 index 0000000..c724cfb --- /dev/null +++ b/Mojo-SQLite-3.007.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5c9cc84f5d9bfafd4bdec4eb1f03ca3ada977210c8f3d1e4a602e438967baf +size 41390 diff --git a/perl-Mojo-SQLite.changes b/perl-Mojo-SQLite.changes index ce356f1..25329ad 100644 --- a/perl-Mojo-SQLite.changes +++ b/perl-Mojo-SQLite.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Aug 2 03:08:53 UTC 2021 - Tina Müller + +- 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 diff --git a/perl-Mojo-SQLite.spec b/perl-Mojo-SQLite.spec index 5350e8b..7f4b637 100644 --- a/perl-Mojo-SQLite.spec +++ b/perl-Mojo-SQLite.spec @@ -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