[xulrunner] Disabled system sqlite on Fedora 18

Martin Stransky stransky at fedoraproject.org
Wed Jan 9 08:07:24 UTC 2013


commit d667c3fbc8f3892fa004039323b1248b7f28f97e
Author: Martin Stransky <stransky at anakreon.cz>
Date:   Wed Jan 9 09:07:12 2013 +0100

    Disabled system sqlite on Fedora 18

 xulrunner.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index 10fcae4..d7749e2 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -5,7 +5,7 @@
 %define system_nss        1
 
 # Use system sqlite?
-%if 0%{?fedora} <= 17
+%if 0%{?fedora} <= 18
 %define system_sqlite     0
 %else
 %define system_sqlite     1
@@ -79,7 +79,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        18.0
-Release:        1%{?pre_tag}%{?dist}
+Release:        2%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -505,6 +505,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Jan 9 2013 Martin Stransky <stransky at redhat.com> - 18.0-2
+- Disabled system sqlite on Fedora 18
+
 * Mon Jan 7 2013 Martin Stransky <stransky at redhat.com> - 18.0-1
 - Update to 18.0
 


More information about the scm-commits mailing list