rpms/perl-DBD-SQLite/devel perl-DBD-SQLite.spec,1.7,1.8

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Thu Mar 9 19:59:28 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-DBD-SQLite/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12616

Modified Files:
	perl-DBD-SQLite.spec 
Log Message:
- 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).



Index: perl-DBD-SQLite.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-DBD-SQLite/devel/perl-DBD-SQLite.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-DBD-SQLite.spec	18 Feb 2006 16:26:19 -0000	1.7
+++ perl-DBD-SQLite.spec	9 Mar 2006 19:59:28 -0000	1.8
@@ -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 @@
 
 
 %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 @@
 
 
 %changelog
+* 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);
+  see bugzilla entry #183530.
+  Forcing package rebuild with the included version of sqlite (3.2.7).
+
 * Sat Feb 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-2
 - Rebuild for FC5 (perl 5.8.8).
 




More information about the fedora-extras-commits mailing list