summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-06-30 12:35:57 +0200
committerMartin Stransky <stransky@redhat.com>2015-06-30 12:35:57 +0200
commit5d937f8a55bdf63ff6c02fb122cef1ea95e5e476 (patch)
tree7593d98ccf25d4cee689ae41e3fbb53c4a284c17
parentUpdate nss/nspr versions (diff)
downloadlibrewolf-fedora-ff-5d937f8a55bdf63ff6c02fb122cef1ea95e5e476.tar.gz
librewolf-fedora-ff-5d937f8a55bdf63ff6c02fb122cef1ea95e5e476.tar.bz2
librewolf-fedora-ff-5d937f8a55bdf63ff6c02fb122cef1ea95e5e476.zip
Update to 39.0 Build 5
-rw-r--r--.gitignore1
-rw-r--r--firefox.spec8
-rw-r--r--sources4
3 files changed, 7 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index f47c9cd..1f36146 100644
--- a/.gitignore
+++ b/.gitignore
@@ -146,3 +146,4 @@ firefox-3.6.4.source.tar.bz2
/firefox-39.0.source.tar.bz2
/firefox-langpacks-39.0-20150623.tar.xz
/firefox-langpacks-39.0-20150625.tar.xz
+/firefox-langpacks-39.0-20150630.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 52e0b93..6cbfa99 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -107,13 +107,13 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 39.0
-Release: 3%{?pre_tag}%{?dist}
+Release: 4%{?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}-20150625.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20150630.tar.xz
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -805,8 +805,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
-* Thu Jun 25 2015 Martin Stransky <stransky@redhat.com> - 39.0-3
-- Update to 39.0 Build 4
+* Thu Jun 25 2015 Martin Stransky <stransky@redhat.com> - 39.0-4
+- Update to 39.0 Build 5
- Update nss/nspr versions
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 38.0.5-4
diff --git a/sources b/sources
index 5076c07..428eafb 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-3211c98e22dae99fc944970540f32171 firefox-39.0.source.tar.bz2
-b27c0e259560d8b66d34fa50085b216e firefox-langpacks-39.0-20150625.tar.xz
+3e9ed5cd5b2eee0a6d1aaf7a7d9dc3da firefox-langpacks-39.0-20150630.tar.xz
+3a131d06dbd22cdd15ad6fc5bf14dbc7 firefox-39.0.source.tar.bz2
bgstack15