[xulrunner/f14/master] renamed libsqlite3.so to libmozsqlite3.so (rhbz#658471)

Martin Stransky stransky at fedoraproject.org
Mon Jan 3 13:25:59 UTC 2011


commit edd0ea12afb5e14297f9ea6af8a636f3805183be
Author: Martin Stransky <stransky at anakreon.cz>
Date:   Mon Jan 3 14:25:46 2011 +0100

    renamed libsqlite3.so to libmozsqlite3.so (rhbz#658471)

 xulrunner-mozconfig |    2 +-
 xulrunner.spec      |    7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/xulrunner-mozconfig b/xulrunner-mozconfig
index dcbc124..0330b67 100644
--- a/xulrunner-mozconfig
+++ b/xulrunner-mozconfig
@@ -12,7 +12,7 @@ ac_add_options --with-system-zlib
 ac_add_options --with-system-bz2
 ac_add_options --enable-system-hunspell
 # Temporary since System Sqlite library is not compiled with SQLITE_SECURE_DELETE
-#ac_add_options --enable-system-sqlite 
+ac_add_options --disable-system-sqlite 
 # disabled because of rhbz#628331
 ac_add_options --disable-system-cairo
 ac_add_options --with-pthreads
diff --git a/xulrunner.spec b/xulrunner.spec
index 96529f1..8bf3420 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -28,7 +28,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        1.9.2.13
-Release:        4%{?pretag}%{?dist}
+Release:        5%{?pretag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -56,6 +56,7 @@ Patch21:        mozilla-libjpeg-turbo.patch
 Patch22:        mozilla-crashreporter-static.patch
 
 # Upstream patches
+Patch30:	mozilla-513747.patch
 
 # ---------------------------------------------------
 
@@ -156,6 +157,7 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{version_internal}/' %{P:%%PATCH0} \
 %patch21 -p2 -b .jpeg-turbo
 %patch22 -p1 -b .static
 
+%patch30 -p2 -b .513747
 
 %{__rm} -f .mozconfig
 %{__cp} %{SOURCE10} .mozconfig
@@ -459,6 +461,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Mon Jan 3 2011 Martin Stransky <stransky at redhat.com> 1.9.2.13-5
+- renamed libsqlite3.so to libmozsqlite3.so (rhbz#658471)
+
 * Mon Jan  3 2011 Jan Horak <jhorak at redhat.com> - 1.9.2.13-4
 - Enabled mozilla crash reporter
 


More information about the scm-commits mailing list