summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-07-28 14:05:06 +0200
committerMartin Stransky <stransky@redhat.com>2016-07-28 14:05:06 +0200
commit169fd781770fe3c6e4e48ecd694f1d8eda072613 (patch)
treee3df1582fb51deb669baba19ddc57c9e0513bb70 /firefox.spec
parentMerge branch 'master' into f24 (diff)
parentBackported gtk3.20 upstream fixes, dark theme build fixes (diff)
downloadlibrewolf-fedora-ff-169fd781770fe3c6e4e48ecd694f1d8eda072613.tar.gz
librewolf-fedora-ff-169fd781770fe3c6e4e48ecd694f1d8eda072613.tar.bz2
librewolf-fedora-ff-169fd781770fe3c6e4e48ecd694f1d8eda072613.zip
Merge branch 'master' into f24
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 2 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 431625d..f5db769 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -265,10 +265,8 @@ cd %{tarballdir}
%patch223 -p1 -b .appchooser-crash
%endif
%patch224 -p1 -b .1170092
-%if 0%{?fedora} > 23
%patch304 -p1 -b .1253216
-#%patch222 -p1 -b .gtk3-20
-%endif
+%patch222 -p1 -b .gtk3-20
%patch402 -p1 -b .1196777
%patch404 -p1 -b .1270046
%patch405 -p1 -b .1245783
@@ -776,6 +774,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Thu Jul 28 2016 Martin Stransky <stransky@redhat.com> - 48.0-4
- Enable dark themes by pref in about:config (Bug 1272332)
+- Backported gtk3.20 upstream fixes
* Wed Jul 27 2016 Martin Stransky <stransky@redhat.com> - 48.0-3
- Updated to 48.0 (B2)
bgstack15