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

Kai Engert kengert at fedoraproject.org
Tue Jun 26 16:05:55 UTC 2012


commit 4ba21d916785716f374b76756a190f2f082e0bb3
Author: Kai Engert <kaie at redhat.com>
Date:   Tue Jun 26 18:05:53 2012 +0200

    force compatibility with any xulrunner release version number

 nss-gui-compatibility.patch |    9 +++++++++
 nss-gui.spec                |    5 +++++
 2 files changed, 14 insertions(+), 0 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 e583fe9..06c75fd 100644
--- a/nss-gui.spec
+++ b/nss-gui.spec
@@ -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
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.10-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list