summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2014-12-01 12:04:12 +0100
committerMartin Stransky <stransky@anakreon.cz>2014-12-01 12:04:12 +0100
commit90cf500b2ff19af27e5352d4f8b2d5f5a2003811 (patch)
tree22bff67a8ed34e0a3c3be02da89a358ef710f712 /firefox.spec
parentBuild fix i686 (diff)
downloadlibrewolf-fedora-ff-90cf500b2ff19af27e5352d4f8b2d5f5a2003811.tar.gz
librewolf-fedora-ff-90cf500b2ff19af27e5352d4f8b2d5f5a2003811.tar.bz2
librewolf-fedora-ff-90cf500b2ff19af27e5352d4f8b2d5f5a2003811.zip
Fixed libnotify patch
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 0 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index e7bf872..5ecc152 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -148,8 +148,6 @@ Patch217: firefox-baseline-disable.patch
# Upstream patches
Patch300: mozilla-858919.patch
-Patch301: mozilla-858919-2.patch
-Patch302: mozilla-858919-3.patch
# Gtk3 upstream patches
Patch402: mozilla-gtk3-tab-size.patch
@@ -297,8 +295,6 @@ cd %{tarballdir}
# Upstream patches
%patch300 -p1 -b .858919
-%patch301 -p1 -b .858919
-%patch302 -p1 -b .858919
%if %{toolkit_gtk3}
%patch402 -p1 -b .gtk3-tab-size
bgstack15