[nss-gui/f16] force compatibility with any xulrunner release version number

Kai Engert kengert at fedoraproject.org
Tue Jun 26 16:36:47 UTC 2012


commit 5830c70cebeff408da1fdb2fec0c3b7cab2f4a5b
Author: Kai Engert <kaie at redhat.com>
Date:   Tue Jun 26 18:36:46 2012 +0200

    force compatibility with any xulrunner release version number

 nss-gui-compatibility.patch |    9 +++++++++
 nss-gui.spec                |    7 ++++++-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/nss-gui-compatibility.patch b/nss-gui-compatibility.patch
new file mode 100644
index 0000000..e5f5db3
--- /dev/null
+++ b/nss-gui-compatibility.patch
@@ -0,0 +1,9 @@
+diff -ru nss-gui-0.3.10/xrnssgui/xrnssgui.ini nss-gui-0.3.10.patched/xrnssgui/xrnssgui.ini
+--- nss-gui-0.3.10/xrnssgui/xrnssgui.ini	2011-09-13 21:26:27.000000000 +0200
++++ nss-gui-0.3.10.patched/xrnssgui/xrnssgui.ini	2012-06-26 18:01:19.215142232 +0200
+@@ -7,4 +7,4 @@
+ 
+ [Gecko]
+ MinVersion=1.9
+-MaxVersion=6.*
++MaxVersion=*
diff --git a/nss-gui.spec b/nss-gui.spec
index 3d6b84f..a04386a 100644
--- a/nss-gui.spec
+++ b/nss-gui.spec
@@ -5,7 +5,7 @@
 Summary:          GUI to manage contents of an NSS database
 Name:             nss-gui
 Version:          0.3.10
-Release:          1%{?dist}
+Release:          4%{?dist}
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              https://fedorahosted.org/nss-gui/
 Group:            Applications/System
@@ -22,6 +22,7 @@ BuildRequires:    desktop-file-utils
 Source0:          https://fedorahosted.org/released/nss-gui/%{name}-%{version}.tar.bz2
 Source1:          x509-icon.png
 Source2:          nss-gui.desktop
+Patch0:           nss-gui-compatibility.patch
 
 %description
 Graphical user interface to manage the contents of an NSS
@@ -30,6 +31,7 @@ registered security devices (PKCS#11). Based on Mozilla code.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 cd wrapnssgui
@@ -91,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 26 2012 Kai Engert <kaie at redhat.com> - 0.3.10-4
+- force compatibility with any xulrunner release version number
+
 * Tue Sep 13 2011 Kai Engert <kaie at redhat.com> 0.3.10-1
 - Update to 0.3.10 which is compatible with Xulrunner 6.*
 


More information about the scm-commits mailing list