summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-03-22 17:41:37 +0100
committerMartin Stransky <stransky@redhat.com>2019-03-22 17:41:37 +0100
commit5055837f0f767619772aef8da302f1759f83d1b4 (patch)
treebd0d669bfc748c8fa6d698d6487ca9f60f96195b /firefox.spec
parentFixed mozilla#1533969 patch (diff)
downloadlibrewolf-fedora-ff-5055837f0f767619772aef8da302f1759f83d1b4.tar.gz
librewolf-fedora-ff-5055837f0f767619772aef8da302f1759f83d1b4.tar.bz2
librewolf-fedora-ff-5055837f0f767619772aef8da302f1759f83d1b4.zip
Updated to 66.0.1 (Build 1)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index 7b2678a..561460e 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,5 +1,5 @@
# Set to true if it's going to be submitted as update.
-%global release_build 0
+%global release_build 1
# Disabled arm due to rhbz#1658940
ExcludeArch: armv7hl
@@ -94,13 +94,13 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 66.0
-Release: 10%{?pre_tag}%{?dist}
+Version: 66.0.1
+Release: 1%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
%if %{with langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20190315.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20190322.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -928,6 +928,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Fri Mar 22 2019 Martin Stransky <stransky@redhat.com> - 66.0.1-1
+- Updated to 66.0.1 (Build 1)
+
* Thu Mar 21 2019 Martin Stransky <stransky@redhat.com> - 66.0-10.test
- Test module build, use flatpak global define
- Added fix for F31 (mozbz#1533969)
bgstack15