summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-03-18 09:55:22 +0100
committerMartin Stransky <stransky@redhat.com>2019-03-18 09:55:22 +0100
commitc75c4e98de9bc47ce1b515b6497e1a30bc682123 (patch)
treee3bf066b8d137d1f5a655ec76713b24d454693c5
parentChangelog fix (diff)
downloadlibrewolf-fedora-ff-c75c4e98de9bc47ce1b515b6497e1a30bc682123.tar.gz
librewolf-fedora-ff-c75c4e98de9bc47ce1b515b6497e1a30bc682123.tar.bz2
librewolf-fedora-ff-c75c4e98de9bc47ce1b515b6497e1a30bc682123.zip
Release build
-rw-r--r--firefox.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index b623979..6ff7864 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
@@ -95,7 +95,7 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 66.0
-Release: 3%{?pre_tag}%{?dist}
+Release: 4%{?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
@@ -910,6 +910,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Mar 18 2019 Martin Stransky <stransky@redhat.com> - 66.0-4
+- Release build
+
* Fri Mar 15 2019 Martin Stransky <stransky@redhat.com> - 66.0-3
- Updated to 66.0 (Build 3)
- Re-enable s390x arches
bgstack15