|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-DBD-SQLite
|
|
|
|
Name: perl-DBD-SQLite
|
|
|
|
Version: 1.64
|
|
|
|
Version: 1.64
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: SQLite DBI Driver
|
|
|
|
Summary: SQLite DBI Driver
|
|
|
|
# lib/DBD/SQLite.pm: GPL+ or Artistic
|
|
|
|
# lib/DBD/SQLite.pm: GPL+ or Artistic
|
|
|
|
# LICENSE: 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
|
|
|
|
Patch1: DBD-SQLite-1.62-Remove-bundled-source-extentions.patch
|
|
|
|
# Adapt tests to unbundled Test::NoWarnings
|
|
|
|
# Adapt tests to unbundled Test::NoWarnings
|
|
|
|
Patch2: DBD-SQLite-1.60-Unbundle-Test-NoWarnings.patch
|
|
|
|
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
|
|
|
|
# if sqlite >= 3.6.0 then
|
|
|
|
# perl-DBD-SQLite uses the external library
|
|
|
|
# perl-DBD-SQLite uses the external library
|
|
|
|
# else
|
|
|
|
# else
|
|
|
@ -86,6 +88,7 @@ libraries.
|
|
|
|
%patch0 -p1
|
|
|
|
%patch0 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
%patch2 -p1
|
|
|
|
%patch2 -p1
|
|
|
|
|
|
|
|
%patch3 -p1
|
|
|
|
# Remove bundled sqlite libraries (BZ#1059154)
|
|
|
|
# Remove bundled sqlite libraries (BZ#1059154)
|
|
|
|
# System libraries will be used
|
|
|
|
# System libraries will be used
|
|
|
|
rm sqlite*
|
|
|
|
rm sqlite*
|
|
|
@ -114,6 +117,9 @@ make test
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Tue Aug 13 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.64-1
|
|
|
|
- 1.64 bump
|
|
|
|
- 1.64 bump
|
|
|
|
|
|
|
|
|
|
|
|