diff options
author | Martin Stransky <stransky@redhat.com> | 2017-09-15 14:47:25 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-09-15 14:47:25 +0200 |
commit | 644bcc2f66f4f2c3fd5608f3111b17518906128c (patch) | |
tree | 35730d849e3e7c114fb69325331c8f1f42c195b4 | |
parent | Added experimental patch for mozbz#1399611 (diff) | |
download | librewolf-fedora-ff-644bcc2f66f4f2c3fd5608f3111b17518906128c.tar.gz librewolf-fedora-ff-644bcc2f66f4f2c3fd5608f3111b17518906128c.tar.bz2 librewolf-fedora-ff-644bcc2f66f4f2c3fd5608f3111b17518906128c.zip |
Added switch to build mozbz#1399611 and disable it now for various regressions.
-rw-r--r-- | firefox.spec | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 1451e36..bff56b1 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,3 +1,6 @@ +# Draw shadows/hide titlebar? +%define csd_emulation 0 + # Use ALSA backend? %define alsa_backend 0 @@ -99,7 +102,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 55.0.3 -Release: 3%{?pre_tag}%{?dist} +Release: 4%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -351,7 +354,9 @@ This package contains results of tests executed during build. %endif %endif %patch413 -p1 -b .1353817 +%if %{?csd_emulation} %patch414 -p1 -b .1399611 +%endif # Debian extension patch %patch500 -p1 -b .440908 @@ -874,6 +879,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Fri Sep 15 2017 Martin Stransky <stransky@redhat.com> - 55.0.3-4 +- Added switch to build mozbz#1399611 and disable it now + for various regressions. + * Thu Sep 14 2017 Martin Stransky <stransky@redhat.com> - 55.0.3-3 - Added experimental patch for mozbz#1399611 |