diff --git a/Mojo-SQLite-3.001.tar.gz b/Mojo-SQLite-3.001.tar.gz deleted file mode 100644 index 8467ca6..0000000 --- a/Mojo-SQLite-3.001.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04b790d65b2a2d9fd1eaad52a72055c46f61aa3cad09bbe959ce2db167ad3ebe -size 42441 diff --git a/Mojo-SQLite-3.002.tar.gz b/Mojo-SQLite-3.002.tar.gz new file mode 100644 index 0000000..f9f1e3b --- /dev/null +++ b/Mojo-SQLite-3.002.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c6588599cfe30b24b3953927f23cfe0f9f5d3e77eeab1562249b48c205b699 +size 42803 diff --git a/perl-Mojo-SQLite.changes b/perl-Mojo-SQLite.changes index 8085861..9be15c8 100644 --- a/perl-Mojo-SQLite.changes +++ b/perl-Mojo-SQLite.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Jun 22 05:20:42 UTC 2019 - Stephan Kulow + +- updated to 3.002 + see /usr/share/doc/packages/perl-Mojo-SQLite/Changes + + 3.002 2019-06-21 17:41:35 EDT + - Changed default SQL::Abstract identifier quoting character to `, as double + quoted identifiers may be interpreted as string literals if they are not + valid identifiers. https://www.sqlite.org/quirks.html#double_quoted_string_literals_are_accepted + ------------------------------------------------------------------- Sun Jul 22 05:37:08 UTC 2018 - coolo@suse.com diff --git a/perl-Mojo-SQLite.spec b/perl-Mojo-SQLite.spec index bb2786a..004242b 100644 --- a/perl-Mojo-SQLite.spec +++ b/perl-Mojo-SQLite.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Mojo-SQLite # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Mojo-SQLite -Version: 3.001 +Version: 3.002 Release: 0 %define cpan_name Mojo-SQLite -Summary: Tiny Mojolicious Wrapper for Sqlite +Summary: Tiny Mojolicious wrapper for SQLite License: Artistic-2.0 Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Mojo-SQLite/ +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 @@ -61,7 +61,7 @@ database schema with migrations. find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build -%{__perl} Build.PL --installdirs=vendor +perl Build.PL --installdirs=vendor ./Build build --flags=%{?_smp_mflags} %check