Update to 1.12.

f38
Jose Pedro Oliveira 19 years ago
parent 86e0e9b3b6
commit 212e8f1f1b

@ -1 +1 @@
DBD-SQLite-1.11.tar.gz DBD-SQLite-1.12.tar.gz

@ -1,21 +0,0 @@
diff -durN DBD-SQLite-1.11/dbdimp.c DBD-SQLite-1.11.new/dbdimp.c
--- DBD-SQLite-1.11/dbdimp.c Sat Dec 3 01:28:53 2005
+++ DBD-SQLite-1.11.new/dbdimp.c Mon Mar 27 09:18:19 2006
@@ -260,7 +260,7 @@
imp_sth->retval = SQLITE_OK;
imp_sth->params = newAV();
- if ((retval = sqlite3_prepare(imp_dbh->db, statement, 0, &(imp_sth->stmt), &extra))
+ if ((retval = sqlite3_prepare(imp_dbh->db, statement, -1, &(imp_sth->stmt), &extra))
!= SQLITE_OK)
{
if (imp_sth->stmt) {
@@ -320,7 +320,7 @@
psv = hv_fetch((HV*)SvRV(sth), "Statement", 9, 0);
statement = (psv && SvOK(*psv)) ? SvPV_nolen(*psv) : "";
sqlite_trace(3, "re-prepare statement %s", statement);
- if ((retval = sqlite3_prepare(imp_dbh->db, statement, 0, &(imp_sth->stmt), &extra))
+ if ((retval = sqlite3_prepare(imp_dbh->db, statement, -1, &(imp_sth->stmt), &extra))
!= SQLITE_OK)
{
if (imp_sth->stmt) {

@ -1,14 +1,13 @@
Name: perl-DBD-SQLite Name: perl-DBD-SQLite
Version: 1.11 Version: 1.12
Release: 4%{?dist} Release: 1%{?dist}
Summary: Self Contained RDBMS in a DBI Driver Summary: Self Contained RDBMS in a DBI Driver
Group: Development/Libraries Group: Development/Libraries
License: GPL or Artistic License: GPL or Artistic
URL: http://search.cpan.org/dist/DBD-SQLite/ URL: http://search.cpan.org/dist/DBD-SQLite/
Source0: http://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite-%{version}.tar.gz
Patch0: DBD-SQLite-1.11-build-with-system-sqlite-3.3.x.patch Patch0: DBD-SQLite-1.11-type-information-segv.patch
Patch1: DBD-SQLite-1.11-VIEW-type-information-segv.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl-DBI >= 1.03 BuildRequires: perl-DBI >= 1.03
@ -33,7 +32,6 @@ As of version 1.09 it can use the external SQLite library (>= 3.1.3).
%prep %prep
%setup -q -n DBD-SQLite-%{version} %setup -q -n DBD-SQLite-%{version}
%patch0 -p1 %patch0 -p1
%patch1 -p1
%build %build
@ -67,9 +65,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Apr 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.12-1
- Update to 1.12.
* Wed Apr 5 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-4 * Wed Apr 5 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-4
- Patch to build with system sqlite 3.3.x (#183530). - Patch to build with system sqlite 3.3.x (#183530).
- Patch to avoid VIEW type information segv (#187873). - Patch to avoid type information segv (#187873).
* Thu Mar 9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-3 * Thu Mar 9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-3
- DBD::SQLite fails to build with the current FC-5 sqlite version (3.3.3); - DBD::SQLite fails to build with the current FC-5 sqlite version (3.3.3);

@ -1 +1 @@
7f22d8789245047343e114e655571022 DBD-SQLite-1.11.tar.gz 40b1d208d70d5d8cab7723df96fc239c DBD-SQLite-1.12.tar.gz

Loading…
Cancel
Save