forked from pool/perl-Mojo-SQLite
Compare commits
19 Commits
330feebcc8
...
0a7420aa89
Author | SHA256 | Date | |
---|---|---|---|
0a7420aa89 | |||
|
ccc3b599cc | ||
1541f2bc4d | |||
|
e066da7418 | ||
3868d93fac | |||
eea7361846 | |||
71cce057a2 | |||
|
e369ad7596 | ||
d2cf151981 | |||
|
5b6cc67bf5 | ||
237f8ab83f | |||
2e905aba5c | |||
c13b003b81 | |||
f9429cc471 | |||
0a8df77139 | |||
7a9c1fd53c | |||
b5abc3137b | |||
4bfe299468 | |||
b4384e25f4 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d9ca9c1f3e8183611638e318b88ad3c0f8ab7e65f6ac72e48bffe51aea03b983
|
|
||||||
size 40230
|
|
3
Mojo-SQLite-3.009.tar.gz
Normal file
3
Mojo-SQLite-3.009.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5739a9af3fc0fc162b38032df610a070035263bfbe0bec16aec52f0dddd7b647
|
||||||
|
size 41738
|
@@ -1,3 +1,56 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 23 03:07:19 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 3.009
|
||||||
|
see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
|
||||||
|
|
||||||
|
3.009 2022-03-22 20:16:03 EDT
|
||||||
|
- Fix race condition in Mojo::SQLite::Migrations where two processes could attempt to create the same migration. (#25, Oliver Kurz)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 29 03:07:55 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 3.008
|
||||||
|
see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
|
||||||
|
|
||||||
|
3.008 2021-11-28 11:10:24 EST
|
||||||
|
- Update documentation to indicate that upsert operations are now supported via SQL::Abstract::Pg.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- updated to 3.006
|
||||||
|
see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
|
||||||
|
|
||||||
|
3.006 2021-06-16 00:30:47 EDT
|
||||||
|
- Set default abstract generator to an SQL::Abstract::Pg object, enabling additional features.
|
||||||
|
- Update IRC metadata to libera.chat
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 17 03:10:20 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 3.005
|
||||||
|
see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
|
||||||
|
|
||||||
|
3.005 2021-02-15 21:47:59 EST
|
||||||
|
- Add query_p, select_p, insert_p, update_p, delete_p Mojo::Promise-returning methods to Mojo::SQLite::Database.
|
||||||
|
These are for API compatibility with Mojo::Pg and do not provide non-blocking query functionality. (#20, Stefan Adams)
|
||||||
|
- Use Mojo::Promise in tests instead of the deprecated and decored Mojo::IOLoop::Delay (#20, Stefan Adams)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 28 09:47:04 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Tue Jul 28 09:47:04 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Mojo-SQLite
|
# spec file for package perl-Mojo-SQLite
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,34 +16,32 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Mojo-SQLite
|
|
||||||
Version: 3.004
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Mojo-SQLite
|
%define cpan_name Mojo-SQLite
|
||||||
Summary: Tiny Mojolicious wrapper for SQLite
|
Name: perl-Mojo-SQLite
|
||||||
|
Version: 3.009
|
||||||
|
Release: 0
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Group: Development/Libraries/Perl
|
Summary: Tiny Mojolicious wrapper for SQLite
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
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)
|
||||||
BuildRequires: perl(Mojolicious) >= 8.03
|
BuildRequires: perl(Mojolicious) >= 8.03
|
||||||
BuildRequires: perl(SQL::Abstract) >= 1.81
|
BuildRequires: perl(SQL::Abstract::Pg) >= 1.0
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
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) >= 1.81
|
Requires: perl(SQL::Abstract::Pg) >= 1.0
|
||||||
Requires: perl(URI) >= 1.69
|
Requires: perl(URI) >= 1.69
|
||||||
Requires: perl(URI::db) >= 0.15
|
Requires: perl(URI::db) >= 0.15
|
||||||
Requires: perl(URI::file) >= 4.21
|
Requires: perl(URI::file) >= 4.21
|
||||||
@@ -57,7 +55,7 @@ to offer, generate CRUD queries from data structures, and manage your
|
|||||||
database schema with migrations.
|
database schema with migrations.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@@ -72,7 +70,6 @@ perl Build.PL --installdirs=vendor
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes CONTRIBUTING.md examples prereqs.yml README
|
%doc Changes CONTRIBUTING.md examples prereqs.yml README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user