|
|
@ -3,12 +3,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-DBD-SQLite
|
|
|
|
Name: perl-DBD-SQLite
|
|
|
|
Version: 1.66
|
|
|
|
Version: 1.66
|
|
|
|
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
|
|
|
|
## unbundled
|
|
|
|
## unbundled
|
|
|
|
# inc/Test/NoWarnings.pm: LGPLv2+
|
|
|
|
# inc/Test/FailWarnings.pm: ASL 2.0
|
|
|
|
# sqlite3.c: Public Domain (copied from sqlite)
|
|
|
|
# sqlite3.c: Public Domain (copied from sqlite)
|
|
|
|
# sqlite3.h: Public Domain (copied from sqlite)
|
|
|
|
# sqlite3.h: Public Domain (copied from sqlite)
|
|
|
|
# sqlite3ext.h: Public Domain (copied from sqlite)
|
|
|
|
# sqlite3ext.h: Public Domain (copied from sqlite)
|
|
|
@ -18,8 +18,8 @@ Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-%{
|
|
|
|
Patch0: perl-DBD-SQLite-bz543982.patch
|
|
|
|
Patch0: perl-DBD-SQLite-bz543982.patch
|
|
|
|
# Remove notes about bundled sqlite C source from man page and README
|
|
|
|
# Remove notes about bundled sqlite C source from man page and README
|
|
|
|
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::FailWarnings
|
|
|
|
Patch2: DBD-SQLite-1.60-Unbundle-Test-NoWarnings.patch
|
|
|
|
Patch2: DBD-SQLite-1.64-Unbundle-Test-FailWarnings.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
|
|
|
@ -115,6 +115,9 @@ make test
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Sep 08 2020 Petr Pisar <ppisar@redhat.com> - 1.66-2
|
|
|
|
|
|
|
|
- Update DBD-SQLite-1.60-Unbundle-Test-NoWarnings.patch
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 31 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.66-1
|
|
|
|
* Mon Aug 31 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.66-1
|
|
|
|
- 1.66 bump
|
|
|
|
- 1.66 bump
|
|
|
|
|
|
|
|
|
|
|
|