From 0e42fa07af6e592f35e5b32de8f098b9c9dbeb3e Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 29 Jul 2016 13:03:01 +0200 Subject: Disable system sqlite on F23, Package in-tree icu file --- firefox.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firefox.spec b/firefox.spec index 8fd097b..5f0898f 100644 --- a/firefox.spec +++ b/firefox.spec @@ -764,6 +764,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{mozappdir}/platform.ini %{mozappdir}/plugin-container %{mozappdir}/gmp-clearkey +%if !%{?system_libicu} +%{mozappdir}/icudt56l.dat +%endif %exclude %{_includedir} %exclude %{_libdir}/firefox-devel-%{version} %exclude %{_datadir}/idl @@ -778,6 +781,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog * Fri Jul 29 2016 Martin Stransky - 48.0-5 - Added fix for mozbz#1250704 - tooltips text color +- Disable system sqlite on F23 +- Package in-tree icu file * Thu Jul 28 2016 Martin Stransky - 48.0-4 - Enable dark themes by pref in about:config (Bug 1272332) -- cgit