diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,11 +1,11 @@
name : perl-dbd-sqlite
-version : 1.54
-release : 3
+version : '1.60'
+release : 4
source :
- - http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.54.tar.gz : 3929a6dbd8d71630f0cb57f85dcef9588cd7ac4c9fa12db79df77b9d3a4d7269
+ - http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.60.tar.gz : 280b2e30e2d9fcd284febda656b80530c70b38cfcbf3132c94257f1e1d303fc3
license :
- Artistic-1.0
- - GPL-2.0
+ - GPL-2.0-or-later
component : programming.perl
summary : Self-contained RDBMS in a DBI Driver
description: |
@@ -20,3 +20,5 @@
%perl_build
install : |
%perl_install
+check : |
+ %make test
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -6,7 +6,7 @@
pyu@riseup.net
Artistic-1.0
- GPL-2.0
+ GPL-2.0-or-later
programming.perl
Self-contained RDBMS in a DBI Driver
DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you simply have to install this module, and nothing else.
@@ -24,6 +24,7 @@
/usr/lib64/perl5/vendor_perl/5.28/x86_64-linux-thread-multi/DBD/SQLite/Constants.pm
/usr/lib64/perl5/vendor_perl/5.28/x86_64-linux-thread-multi/DBD/SQLite/Cookbook.pod
/usr/lib64/perl5/vendor_perl/5.28/x86_64-linux-thread-multi/DBD/SQLite/Fulltext_search.pod
+ /usr/lib64/perl5/vendor_perl/5.28/x86_64-linux-thread-multi/DBD/SQLite/GetInfo.pm
/usr/lib64/perl5/vendor_perl/5.28/x86_64-linux-thread-multi/DBD/SQLite/VirtualTable.pm
/usr/lib64/perl5/vendor_perl/5.28/x86_64-linux-thread-multi/DBD/SQLite/VirtualTable/FileContent.pm
/usr/lib64/perl5/vendor_perl/5.28/x86_64-linux-thread-multi/DBD/SQLite/VirtualTable/PerlData.pm
@@ -42,12 +43,12 @@
-
- 2018-11-21
- 1.54
+
+ 2018-12-19
+ 1.60
Packaging update
Pierre-Yves
pyu@riseup.net
\ No newline at end of file