Author: glen                         Date: Mon Dec  7 08:39:22 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- exact version dep on sqlite3 version that was built with

---- Files affected:
packages/xulrunner:
   xulrunner.spec (1.123 -> 1.124) 

---- Diffs:

================================================================
Index: packages/xulrunner/xulrunner.spec
diff -u packages/xulrunner/xulrunner.spec:1.123 
packages/xulrunner/xulrunner.spec:1.124
--- packages/xulrunner/xulrunner.spec:1.123     Sun Dec  6 23:41:16 2009
+++ packages/xulrunner/xulrunner.spec   Mon Dec  7 09:39:16 2009
@@ -18,6 +18,9 @@
 %define                xulrunner_ver   %(v=%{firefox_ver}; echo 
1.9.1.${v#3.5.})
 %define                firefox_ver             3.5.5
 
+# The actual sqlite version (see RHBZ#480989):
+%define                sqlite_build_version %(pkg-config --silence-errors 
--modversion sqlite3 2>/dev/null || echo ERROR)
+
 Summary:       XULRunner - Mozilla Runtime Environment for XUL+XPCOM 
applications
 Summary(pl.UTF-8):     XULRunner - środowisko uruchomieniowe Mozilli dla 
aplikacji XUL+XPCOM
 Name:          xulrunner
@@ -126,7 +129,7 @@
 Requires:      libpng >= 1.2.7
 Requires:      libpng(APNG) >= 0.10
 Requires:      pango >= 1:1.10.0
-Requires:      sqlite3 >= 3.5.4
+Requires:      sqlite3 >= %{sqlite_build_version}
 
 %description libs
 XULRunner shared libraries.
@@ -559,6 +562,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.124  2009/12/07 08:39:16  glen
+- exact version dep on sqlite3 version that was built with
+
 Revision 1.123  2009/12/06 22:41:16  glen
 - sync options from iceweasel, seems still working
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xulrunner/xulrunner.spec?r1=1.123&r2=1.124&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to