summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-03-05 14:10:30 +0100
committerMartin Stransky <stransky@redhat.com>2015-03-05 14:10:30 +0100
commita3e5347321a645dede559f21fe60b7f432de8d01 (patch)
tree502ccab8ef38e1f5cad44858d01d873490b3bcf9 /firefox.spec
parent Enable Skia for all arches (rhbz#1197007) (diff)
downloadlibrewolf-fedora-ff-a3e5347321a645dede559f21fe60b7f432de8d01.tar.gz
librewolf-fedora-ff-a3e5347321a645dede559f21fe60b7f432de8d01.tar.bz2
librewolf-fedora-ff-a3e5347321a645dede559f21fe60b7f432de8d01.zip
Added back the removed -remote option, Fixed rhbz#1198965 - mozilla-xremote-client has been removed, langpack installation may be broken
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index ce98c11..917d6f7 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -107,7 +107,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 36.0
-Release: 2%{?pre_tag}%{?dist}
+Release: 3%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -144,6 +144,7 @@ Patch221: firefox-fedora-ua.patch
# Upstream patches
Patch301: mozilla-1129859-dictfix2.patch
+Patch302: mozilla-1080319.patch
# Gtk3 upstream patches
Patch404: mozilla-1101582.patch
@@ -298,6 +299,7 @@ cd %{tarballdir}
# Upstream patches
%patch301 -p1 -b .dict-fix
+%patch302 -p1 -b .1080319
%if %{toolkit_gtk3}
%patch404 -p1 -b .1101582
@@ -763,6 +765,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Mar 5 2015 Martin Stransky <stransky@redhat.com> - 36.0-3
+- Added back the removed "-remote" option
+- Fixed rhbz#1198965 - mozilla-xremote-client has been removed,
+ langpack installation may be broken
+
* Tue Mar 3 2015 Martin Stransky <stransky@redhat.com> - 36.0-2
- Enable Skia for all arches (rhbz#1197007)
bgstack15