summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2008-01-07 16:04:27 +0000
committerMartin Stransky <stransky@fedoraproject.org>2008-01-07 16:04:27 +0000
commitc4ae068d48b6b37a80dbd33b482f2a2930c4caaa (patch)
tree7fa0b33b307d635fb82b99bdb136cc15854c813a /firefox.spec
parent- Drop a few patches we don't need anymore (diff)
downloadlibrewolf-fedora-ff-c4ae068d48b6b37a80dbd33b482f2a2930c4caaa.tar.gz
librewolf-fedora-ff-c4ae068d48b6b37a80dbd33b482f2a2930c4caaa.tar.bz2
librewolf-fedora-ff-c4ae068d48b6b37a80dbd33b482f2a2930c4caaa.zip
added ssl exception patch (mozbz #411037)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index fa31847..dd21a42 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -5,12 +5,14 @@
%define version_internal 3.0b3pre
%define mozappdir %{_libdir}/%{name}-%{version_internal}
+%define xulrunner_version 1.9-0.beta2.7
+
%define official_branding 0
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.beta2.7%{?dist}
+Release: 0.beta2.8%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -60,10 +62,10 @@ BuildRequires: libXt-devel
BuildRequires: libXrender-devel
BuildRequires: system-bookmarks
BuildRequires: startup-notification-devel
-BuildRequires: xulrunner-devel >= 1.9-0.beta2
+BuildRequires: xulrunner-devel >= %{xulrunner_version}
Requires: desktop-file-utils >= %{desktop_file_utils_version}
-Requires: xulrunner >= 1.9-0.beta2
+Requires: xulrunner >= %{xulrunner_version}
Requires: system-bookmarks
Obsoletes: mozilla <= 37:1.7.13
Provides: webclient
@@ -302,6 +304,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Fri Jan 7 2008 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.8
+- added ssl exception patch (mozbz #411037)
+
* Fri Jan 4 2008 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.7
- removed broken langpack
- built against libxul
bgstack15