diff options
author | Martin Stransky <stransky@redhat.com> | 2016-04-26 10:47:47 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2016-04-26 10:47:47 +0200 |
commit | 559127bb980783a679a462aa0db6ad822b57a891 (patch) | |
tree | db877a58699ae1681866a91cb962dbc549c4d3e6 /firefox.spec | |
parent | Added nasm.base64 build fix (mozbz#1266366) (diff) | |
parent | Don't use libvpx on F23 (diff) | |
download | librewolf-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.spec | 4 |
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 |