[xulrunner] enable system sqlite, see https://fedorahosted.org/fpc/ticket/34

Tom Callaway spot at fedoraproject.org
Thu Jan 13 16:55:43 UTC 2011


commit 180fa428ce6646931e8b359fadb77083147bc2ce
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Thu Jan 13 11:56:24 2011 -0500

    enable system sqlite, see https://fedorahosted.org/fpc/ticket/34

 xulrunner-mozconfig |    2 +-
 xulrunner.spec      |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xulrunner-mozconfig b/xulrunner-mozconfig
index d6759f3..0a3d18e 100644
--- a/xulrunner-mozconfig
+++ b/xulrunner-mozconfig
@@ -10,7 +10,7 @@ ac_add_options --with-system-jpeg
 ac_add_options --with-system-zlib
 ac_add_options --with-system-bz2
 ac_add_options --enable-system-hunspell
-ac_add_options --disable-system-sqlite
+ac_add_options --enable-system-sqlite
 ac_add_options --enable-system-cairo
 ac_add_options --with-pthreads
 ac_add_options --disable-strip
diff --git a/xulrunner.spec b/xulrunner.spec
index e02fbb9..2ae1d64 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -10,7 +10,7 @@
 %define nss_version 3.12.8
 %define cairo_version 1.6.0
 %define freetype_version 2.1.9
-%define sqlite_version 3.6.16
+%define sqlite_version 3.7.1
 %define notify_version 0.7.0
 %define tarballdir mozilla-central
 # build crash reporter only on x86/x86_64 for now
@@ -30,7 +30,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        2.0
-Release:        0.13%{?pretag}%{?dist}
+Release:        0.14%{?pretag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -460,6 +460,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Thu Jan 11 2011 Tom Callaway <spot at fedoraproject.org> 2.0-0.14.b8
+- enable system sqlite (see https://fedorahosted.org/fpc/ticket/34)
+
 * Thu Dec 23 2010 Martin Stransky <stransky at redhat.com> 2.0-0.13.b8
 - reverted fix for rhbz#658471
 


More information about the scm-commits mailing list