diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index 69efff6..471910c 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -1,6 +1,6 @@ Name: perl-DBD-SQLite Version: 1.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Self Contained RDBMS in a DBI Driver Group: Development/Libraries @@ -33,7 +33,7 @@ As of version 1.09 it can use the external SQLite library (>= 3.1.3). %build -CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor +CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor USE_LOCAL_SQLITE=1 make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS" @@ -63,6 +63,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Mar 9 2006 Jose Pedro Oliveira - 1.11-3 +- DBD::SQLite fails to build with the current FC-5 sqlite version (3.3.3); + see bugzilla entry #183530. + Forcing package rebuild with the included version of sqlite (3.2.7). + * Sat Feb 18 2006 Jose Pedro Oliveira - 1.11-2 - Rebuild for FC5 (perl 5.8.8).