summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox-mozconfig1
-rw-r--r--firefox.spec5
2 files changed, 4 insertions, 2 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index fe20bb9..7e74e10 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -33,7 +33,6 @@ ac_add_options --with-system-icu
ac_add_options --with-mozilla-api-keyfile=../mozilla-api-key
ac_add_options --enable-release
ac_add_options --enable-pie
-ac_add_options --disable-skia
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
diff --git a/firefox.spec b/firefox.spec
index 64f601b..04e8cd7 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -77,7 +77,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 43.0.3
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -753,6 +753,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Jan 4 2016 Martin Stransky <stransky@redhat.com> - 43.0.3-2
+- Enabled Skia (rhbz#1282134)
+
* Tue Dec 29 2015 Martin Stransky <stransky@redhat.com> - 43.0.3-1
- Update to 43.0.3
bgstack15