Initialize filename variable in sqlite_db_filename
This commit is contained in:
parent
078134d0a0
commit
42477bbf9b
@ -3,7 +3,7 @@
|
||||
|
||||
Name: perl-DBD-SQLite
|
||||
Version: 1.64
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: SQLite DBI Driver
|
||||
# lib/DBD/SQLite.pm: GPL+ or Artistic
|
||||
# LICENSE: GPL+ or Artistic
|
||||
@ -20,6 +20,8 @@ Patch0: perl-DBD-SQLite-bz543982.patch
|
||||
Patch1: DBD-SQLite-1.62-Remove-bundled-source-extentions.patch
|
||||
# Adapt tests to unbundled Test::NoWarnings
|
||||
Patch2: DBD-SQLite-1.60-Unbundle-Test-NoWarnings.patch
|
||||
# Initialize filename variable in sqlite_db_filename()
|
||||
Patch3: DBD-SQLite-1.64-Initialize-filename-variable-in-sqlite_db_filename.patch
|
||||
# if sqlite >= 3.6.0 then
|
||||
# perl-DBD-SQLite uses the external library
|
||||
# else
|
||||
@ -86,6 +88,7 @@ libraries.
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
# Remove bundled sqlite libraries (BZ#1059154)
|
||||
# System libraries will be used
|
||||
rm sqlite*
|
||||
@ -114,6 +117,9 @@ make test
|
||||
%{_mandir}/man3/*.3pm*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 12 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.64-2
|
||||
- Initialize filename variable in sqlite_db_filename()
|
||||
|
||||
* Tue Aug 13 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.64-1
|
||||
- 1.64 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user