summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2016-06-06 11:51:37 +0200
committerMartin Stransky <stransky@anakreon.cz>2016-06-06 11:51:37 +0200
commit2fc79a3808dff82c322b24ad4f67f6a66675247b (patch)
treee21126e12f447e06e46407463e983e97588c89eb /firefox.spec
parentUpdated to 47.0 (B2) (diff)
downloadlibrewolf-fedora-ff-2fc79a3808dff82c322b24ad4f67f6a66675247b.tar.gz
librewolf-fedora-ff-2fc79a3808dff82c322b24ad4f67f6a66675247b.tar.bz2
librewolf-fedora-ff-2fc79a3808dff82c322b24ad4f67f6a66675247b.zip
Updated to 47.0 (B3), Should fix rhbz#1338010 (rebuilt against new astronomy-bookmarks)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 4d6fa06..815a80a 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -85,13 +85,13 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 47.0
-Release: 3%{?pre_tag}%{?dist}
+Release: 4%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
%if %{build_langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20160603.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20160606.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -789,6 +789,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Jun 6 2016 Martin Stransky <stransky@redhat.com> - 47.0-4
+- Updated to 47.0 (B3)
+- Should fix rhbz#1338010 (rebuilt against new astronomy-bookmarks)
+
* Fri Jun 3 2016 Martin Stransky <stransky@redhat.com> - 47.0-3
- Updated to 47.0 (B2)
bgstack15