summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2010-12-21 17:43:16 +0100
committerMartin Stransky <stransky@redhat.com>2010-12-21 17:43:16 +0100
commit9019c4cf58f7826c96ec063d4f6fb4c5166f0603 (patch)
tree0185882414313ff4f15443f6156dca9490e6c3ff /firefox.spec
parent.desktop file MimeType key needs a trailing semi-colon (diff)
downloadlibrewolf-fedora-ff-9019c4cf58f7826c96ec063d4f6fb4c5166f0603.tar.gz
librewolf-fedora-ff-9019c4cf58f7826c96ec063d4f6fb4c5166f0603.tar.bz2
librewolf-fedora-ff-9019c4cf58f7826c96ec063d4f6fb4c5166f0603.zip
build fixes
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index e6a5bfd..553819c 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -9,7 +9,7 @@
# xulrunner_version matches the firefox package.
# xulrunner_version_max is first next incompatible xulrunner version
-%define xulrunner_version 2.0-0.10b8
+%define xulrunner_version 2.0-0.11b8
%define xulrunner_version_max 2.1
%define official_branding 1
@@ -361,11 +361,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{mozappdir}/modules/distribution.js
%{mozappdir}/modules/openLocationLastURL.jsm
%{mozappdir}/modules/NetworkPrioritizer.jsm
+%{mozappdir}/modules/NetworkHelper.jsm
%{mozappdir}/modules/PlacesUIUtils.jsm
%{mozappdir}/modules/stylePanel.jsm
%{mozappdir}/modules/tabview/
%{mozappdir}/modules/services-sync/
-%{mozappdir}/modules/services-crypto/WeaveCrypto.js
+#%{mozappdir}/modules/services-crypto/WeaveCrypto.js
%{mozappdir}/modules/domplate.jsm
%{mozappdir}/modules/PropertyPanel.jsm
%{mozappdir}/modules/HUDService.jsm
bgstack15