diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | firefox.spec | 11 | ||||
-rw-r--r-- | sources | 4 |
3 files changed, 11 insertions, 6 deletions
@@ -347,3 +347,5 @@ firefox-3.6.4.source.tar.bz2 /firefox-langpacks-67.0-20190517.tar.xz /firefox-67.0.2.source.tar.xz /firefox-langpacks-67.0.2-20190611.tar.xz +/firefox-langpacks-67.0.3-20190618.tar.xz +/firefox-67.0.3.source.tar.xz 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 @@ -1,3 +1,3 @@ SHA512 (cbindgen-vendor.tar.xz) = bdd1535c9923a082cdca263ff2c1765814b00b6a1c74be95bac4dbf7d0b7b29c1c27f0fed6feae99c88521c96e2865f0ea3cf784bd9a32a44cec6ee4df850662 -SHA512 (firefox-67.0.2.source.tar.xz) = 14da0aa23571c83dfd4cf1b33027434425c99c4b8838d335cfbd93ef60ad936cd7e7f60ad84be688f434371c9b49142e1020df63ac3e65f78b6595f5a8c19590 -SHA512 (firefox-langpacks-67.0.2-20190611.tar.xz) = ebe5454a5bdbc962d0013e2a4b3683cd4844872ed00dc3215c4eb8db628fc3eff3e6be4b1906640fcca93c558f8199270c64bd5d28d0bd6e349b8797cf476906 +SHA512 (firefox-langpacks-67.0.3-20190618.tar.xz) = 855c6e28970556be60ac696ad0de20e23d430aa7927a1cdb18af09b918f3123a9fa4dcf993d982ecd6dfd28583bcdf039df0d6341e9b4136d9687cf299b0d2a4 +SHA512 (firefox-67.0.3.source.tar.xz) = c75075a48d950decdac295c879d0d9d75a17fdc5d32d1fd4b0ec9141f09f97603e2c5c1266257a21f7ccc53b919869f09e5829ab742811d040b4ecad29998682 |