rpms/xulrunner/devel xulrunner-sqlite.patch, NONE, 1.1 xulrunner.spec, 1.121, 1.122

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Wed May 7 11:19:31 UTC 2008


Author: stransky

Update of /cvs/pkgs/rpms/xulrunner/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22249

Modified Files:
	xulrunner.spec 
Added Files:
	xulrunner-sqlite.patch 
Log Message:
added temporary workaround for sqlite check

xulrunner-sqlite.patch:

--- NEW FILE xulrunner-sqlite.patch ---
--- mozilla/configure.sql	2008-04-17 03:56:32.000000000 +0200
+++ mozilla/configure	2008-05-07 13:03:04.000000000 +0200
@@ -1102,7 +1102,7 @@ LIBGNOME_VERSION=2.0
 STARTUP_NOTIFICATION_VERSION=0.8
 DBUS_VERSION=0.60
 LCMS_VERSION=1.17
-SQLITE_VERSION=3.5.4
+SQLITE_VERSION=3.5
 
 MSMANIFEST_TOOL=
 


Index: xulrunner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xulrunner/devel/xulrunner.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- xulrunner.spec	23 Apr 2008 08:37:11 -0000	1.121
+++ xulrunner.spec	7 May 2008 11:18:54 -0000	1.122
@@ -33,6 +33,7 @@
 Patch4:         mozilla-build.patch
 Patch5:         xulrunner-path.patch
 Patch6:         xulrunner-version.patch
+Patch7:         xulrunner-sqlite.patch
 
 # customization patches
 
@@ -105,6 +106,7 @@
 %patch4   -p1
 %patch5   -p1
 %patch6   -p1 -b .ver
+%patch7   -p1
 
 %patch107 -p1 -b .pk
 
@@ -393,6 +395,7 @@
 * Fri Apr 18 2008 Martin Stransky <stransky at redhat.com> 1.9-0.62
 - Fixed multilib issues, added starting script instead of a symlink
   to binary (#436393)
+- added temporary workaround for sqlite check
 
 * Wed Apr 16 2008 Christopher Aillon <caillon at redhat.com> 1.9-0.61
 - Update to latest trunk (2008-04-16)




More information about the fedora-extras-commits mailing list