summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
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 7f65b9e..faeb16f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -38,8 +38,8 @@ ExcludeArch: s390x
%ifarch ppc64 s390x
%global big_endian 1
%endif
-%bcond_without debug_build
-%if %{with debug_build}
+%bcond_without debug
+%if %{with debug}
%global debug_build 1
%else
%global debug_build 0
@@ -97,13 +97,13 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 67.0.2
+Version: 67.0.3
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}-20190611.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20190618.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -949,6 +949,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Jun 18 2019 Martin Stransky <stransky@redhat.com> - 67.0.3-1
+- Updated to 67.0.3
+
* Tue Jun 11 2019 Martin Stransky <stransky@redhat.com> - 67.0.2-1
- Updated to 67.0.2 Build 2
bgstack15