summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2015-09-25 10:04:13 +0200
committerMartin Stransky <stransky@anakreon.cz>2015-09-25 10:04:13 +0200
commit08e7558ed013bbdb2c049214c873250ec7e3b9f2 (patch)
tree75c5fde3aba748cb2fdac1f218a51dff3d1b3988
parentFixed changelog date (diff)
downloadlibrewolf-fedora-ff-08e7558ed013bbdb2c049214c873250ec7e3b9f2.tar.gz
librewolf-fedora-ff-08e7558ed013bbdb2c049214c873250ec7e3b9f2.tar.bz2
librewolf-fedora-ff-08e7558ed013bbdb2c049214c873250ec7e3b9f2.zip
Rebuilt for old sqlite which is available in updates
-rw-r--r--firefox.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 1462590..78cd798 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -86,7 +86,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 41.0
-Release: 5%{?pre_tag}%{?dist}
+Release: 6%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -769,6 +769,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Fri Sep 25 2015 Martin Stransky <stransky@redhat.com> - 41.0-6
+- Rebuilt for old sqlite which is available in updates
+
* Thu Sep 24 2015 Martin Stransky <stransky@redhat.com> - 41.0-5
- Explicitly add "layers.use-image-offscreen-surfaces" config key
to allow to experiment with that.
bgstack15