rpms/xulrunner/F-11 xulrunner-mozconfig, 1.26, 1.27 xulrunner.spec, 1.167, 1.168

Jan Horak xhorak at fedoraproject.org
Tue Oct 27 11:58:04 UTC 2009


Author: xhorak

Update of /cvs/pkgs/rpms/xulrunner/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24685

Modified Files:
	xulrunner-mozconfig xulrunner.spec 
Log Message:
Using system sqlite disabled due to sqlite >= 3.6.16 is required and it is missing in F11 repos


Index: xulrunner-mozconfig
===================================================================
RCS file: /cvs/pkgs/rpms/xulrunner/F-11/xulrunner-mozconfig,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- xulrunner-mozconfig	30 Jun 2009 21:23:01 -0000	1.26
+++ xulrunner-mozconfig	27 Oct 2009 11:58:04 -0000	1.27
@@ -14,7 +14,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 --enable-system-sqlite
+#Temporary disabled: ac_add_options --enable-system-sqlite
 ac_add_options --enable-system-cairo
 ac_add_options --with-pthreads
 ac_add_options --disable-strip


Index: xulrunner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xulrunner/F-11/xulrunner.spec,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -p -r1.167 -r1.168
--- xulrunner.spec	27 Oct 2009 07:56:01 -0000	1.167
+++ xulrunner.spec	27 Oct 2009 11:58:04 -0000	1.168
@@ -3,7 +3,7 @@
 %define cairo_version 1.6.0
 %define lcms_version 1.17
 %define freetype_version 2.1.9
-%define sqlite_version 3.6.10
+%define sqlite_version 3.6.16
 %define tarballdir mozilla-1.9.1
 
 %define version_internal  1.9.1
@@ -58,7 +58,7 @@ BuildRequires:  freetype-devel >= %{free
 BuildRequires:  libXt-devel
 BuildRequires:  libXrender-devel
 BuildRequires:  hunspell-devel
-BuildRequires:  sqlite-devel >= %{sqlite_version}
+#Temporary removed, required 3.6.16 which is not in F11 repo yet: BuildRequires:  sqlite-devel >= %{sqlite_version} 
 BuildRequires:  startup-notification-devel
 BuildRequires:  alsa-lib-devel
 
@@ -97,7 +97,7 @@ Requires: freetype-devel >= %{freetype_v
 Requires: libXt-devel
 Requires: libXrender-devel
 Requires: hunspell-devel
-Requires: sqlite-devel >= ${sqlite_version}
+#Temporary removed: Requires: sqlite-devel >= ${sqlite_version}
 Requires: startup-notification-devel
 Requires: alsa-lib-devel
 




More information about the fedora-extras-commits mailing list