summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-04-26 10:47:47 +0200
committerMartin Stransky <stransky@redhat.com>2016-04-26 10:47:47 +0200
commit559127bb980783a679a462aa0db6ad822b57a891 (patch)
treedb877a58699ae1681866a91cb962dbc549c4d3e6 /firefox.spec
parentAdded nasm.base64 build fix (mozbz#1266366) (diff)
parentDon't use libvpx on F23 (diff)
downloadlibrewolf-fedora-ff-559127bb980783a679a462aa0db6ad822b57a891.tar.gz
librewolf-fedora-ff-559127bb980783a679a462aa0db6ad822b57a891.tar.bz2
librewolf-fedora-ff-559127bb980783a679a462aa0db6ad822b57a891.zip
Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 1 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 89fa3d3..d0301df 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -12,7 +12,7 @@
%define system_cairo 0
# Use system libvpx?
-%if 0%{?fedora} > 22
+%if 0%{?fedora} > 23
%define system_libvpx 1
%else
%define system_libvpx 0
@@ -129,7 +129,6 @@ Patch224: mozilla-1170092.patch
Patch304: mozilla-1253216.patch
Patch305: mozilla-1245076.patch
Patch306: mozilla-1245076-1.patch
-Patch307: mozilla-1263145.patch
Patch400: mozilla-1255590.patch
Patch401: mozilla-1266366-branch64.patch
@@ -275,7 +274,6 @@ cd %{tarballdir}
%if 0%{?fedora} > 23
%patch304 -p2 -b .1253216
%patch222 -p1 -b .gtk3-20
-%patch307 -p1 -b .1263145
%endif
%patch305 -p1 -b .1245076
%patch306 -p1 -b .1245076-1
bgstack15