diff --git a/Mojo-SQLite-3.004.tar.gz b/Mojo-SQLite-3.004.tar.gz deleted file mode 100644 index c31fbe5..0000000 --- a/Mojo-SQLite-3.004.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9ca9c1f3e8183611638e318b88ad3c0f8ab7e65f6ac72e48bffe51aea03b983 -size 40230 diff --git a/Mojo-SQLite-3.005.tar.gz b/Mojo-SQLite-3.005.tar.gz new file mode 100644 index 0000000..eefeea3 --- /dev/null +++ b/Mojo-SQLite-3.005.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fdcb505ac7f4ecd47567b3daeb5c287c884c91340c6dbb6bbfa992a1fff72a +size 40498 diff --git a/perl-Mojo-SQLite.changes b/perl-Mojo-SQLite.changes index 7b402fd..a2951ff 100644 --- a/perl-Mojo-SQLite.changes +++ b/perl-Mojo-SQLite.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Feb 17 03:10:20 UTC 2021 - Tina Müller + +- 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 diff --git a/perl-Mojo-SQLite.spec b/perl-Mojo-SQLite.spec index 11700fc..da80765 100644 --- a/perl-Mojo-SQLite.spec +++ b/perl-Mojo-SQLite.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Mojo-SQLite # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # -Name: perl-Mojo-SQLite -Version: 3.004 -Release: 0 %define cpan_name Mojo-SQLite +Name: perl-Mojo-SQLite +Version: 3.005 +Release: 0 Summary: Tiny Mojolicious wrapper for SQLite License: Artistic-2.0 -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(DBD::SQLite) >= 1.64 @@ -57,7 +55,7 @@ to offer, generate CRUD queries from data structures, and manage your database schema with migrations. %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 %build @@ -72,7 +70,6 @@ perl Build.PL --installdirs=vendor %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTING.md examples prereqs.yml README %license LICENSE