summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2015-05-11 10:56:28 +0200
committerMartin Stransky <stransky@anakreon.cz>2015-05-11 10:56:28 +0200
commit013dc85d0551752ee4977a31aaee5bde226b4d11 (patch)
treec61667ecd80152558f11aef7ff61ea31ebc85a60 /firefox.spec
parentAdded fix for mozbz#1161056 - combobox background color (diff)
downloadlibrewolf-fedora-ff-013dc85d0551752ee4977a31aaee5bde226b4d11.tar.gz
librewolf-fedora-ff-013dc85d0551752ee4977a31aaee5bde226b4d11.tar.bz2
librewolf-fedora-ff-013dc85d0551752ee4977a31aaee5bde226b4d11.zip
Update to 38.0 Build 3
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index c6b6645..86c30db 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -107,13 +107,13 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 38.0
-Release: 2%{?pre_tag}%{?dist}
+Release: 3%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.bz2
%if %{build_langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20150505.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20150511.tar.xz
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -135,6 +135,7 @@ Patch20: firefox-build-prbool.patch
Patch21: firefox-ppc64le.patch
Patch23: mozilla-1005535.patch
Patch24: firefox-debug.patch
+Patch25: rhbz-1219542-s390-build.patch
# Fedora specific patches
# Unable to install addons from https pages
@@ -286,6 +287,7 @@ cd %{tarballdir}
%patch21 -p2 -b .ppc64le
%patch23 -p1 -b .1005535
%patch24 -p1 -b .debug
+%patch25 -p1 -b .rhbz-1219542-s390
%patch3 -p2 -b .arm
@@ -804,6 +806,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* MonMay 11 2015 Martin Stransky <stransky@redhat.com> - 38.0-3
+- Update to 38.0 Build 3
+
* Wed May 6 2015 Martin Stransky <stransky@redhat.com> - 38.0-2
- Added fix for mozbz#1161056 - combobox background color
bgstack15