summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2016-01-04 13:54:49 +0100
committerMartin Stransky <stransky@anakreon.cz>2016-01-04 13:54:49 +0100
commit6fa6641b191bbcc05f91065e9976a38991d9d740 (patch)
tree3c23a47dca4c025648ed2e0c6bb37a7c5954af2e
parentadded comment to skia patch (diff)
downloadlibrewolf-fedora-ff-6fa6641b191bbcc05f91065e9976a38991d9d740.tar.gz
librewolf-fedora-ff-6fa6641b191bbcc05f91065e9976a38991d9d740.tar.bz2
librewolf-fedora-ff-6fa6641b191bbcc05f91065e9976a38991d9d740.zip
Enabled Skia (rhbz#1282134)
-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