forked from pool/perl-Mojo-SQLite
Accepting request 711564 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/711564 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mojo-SQLite?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:04b790d65b2a2d9fd1eaad52a72055c46f61aa3cad09bbe959ce2db167ad3ebe
|
|
||||||
size 42441
|
|
||||||
3
Mojo-SQLite-3.002.tar.gz
Normal file
3
Mojo-SQLite-3.002.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d7c6588599cfe30b24b3953927f23cfe0f9f5d3e77eeab1562249b48c205b699
|
||||||
|
size 42803
|
||||||
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 22 05:20:42 UTC 2019 - Stephan Kulow <coolo@please-enter-an-email-address>
|
||||||
|
|
||||||
|
- 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
|
Sun Jul 22 05:37:08 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Mojo-SQLite
|
# 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
|
# 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
|
||||||
@@ -12,18 +12,18 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: perl-Mojo-SQLite
|
||||||
Version: 3.001
|
Version: 3.002
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Mojo-SQLite
|
%define cpan_name Mojo-SQLite
|
||||||
Summary: Tiny Mojolicious Wrapper for Sqlite
|
Summary: Tiny Mojolicious wrapper for SQLite
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Group: Development/Libraries/Perl
|
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
|
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
|
||||||
@@ -61,7 +61,7 @@ database schema with migrations.
|
|||||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL --installdirs=vendor
|
perl Build.PL --installdirs=vendor
|
||||||
./Build build --flags=%{?_smp_mflags}
|
./Build build --flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
|||||||
Reference in New Issue
Block a user