8
0

Accepting request 901132 from devel:languages:perl:autoupdate

- 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

OBS-URL: https://build.opensuse.org/request/show/901132
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-SQLite?expand=0&rev=28
This commit is contained in:
Sebastian Riedel
2021-06-29 09:33:59 +00:00
committed by Git OBS Bridge
parent 5b6cc67bf5
commit e369ad7596
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41fdcb505ac7f4ecd47567b3daeb5c287c884c91340c6dbb6bbfa992a1fff72a
size 40498

3
Mojo-SQLite-3.006.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e20ad7158da6b74e264b3135b4ba066dfbe91ecedb97f1998994bb8305722622
size 40575

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>

View File

@@ -18,7 +18,7 @@
%define cpan_name Mojo-SQLite
Name: perl-Mojo-SQLite
Version: 3.005
Version: 3.006
Release: 0
Summary: Tiny Mojolicious wrapper for SQLite
License: Artistic-2.0
@@ -33,7 +33,7 @@ BuildRequires: perl(DBI) >= 1.627
BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Module::Metadata)
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(URI) >= 1.69
BuildRequires: perl(URI::db) >= 0.15
@@ -41,7 +41,7 @@ BuildRequires: perl(URI::file) >= 4.21
Requires: perl(DBD::SQLite) >= 1.64
Requires: perl(DBI) >= 1.627
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::db) >= 0.15
Requires: perl(URI::file) >= 4.21