summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-07-02 09:23:33 +0200
committerMartin Stransky <stransky@redhat.com>2015-07-02 09:23:33 +0200
commit9a907d85a0972c5b36c3e770660070a344edd1c4 (patch)
treec3ce2bcb60ae3df2b77faade3c2bc585fefe3604
parentUpdate to 39.0 Build 5 (diff)
downloadlibrewolf-fedora-ff-9a907d85a0972c5b36c3e770660070a344edd1c4.tar.gz
librewolf-fedora-ff-9a907d85a0972c5b36c3e770660070a344edd1c4.tar.bz2
librewolf-fedora-ff-9a907d85a0972c5b36c3e770660070a344edd1c4.zip
Update to 39.0 Build 6
-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 1f36146..5de8077 100644
--- a/.gitignore
+++ b/.gitignore
@@ -147,3 +147,4 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-39.0-20150623.tar.xz
/firefox-langpacks-39.0-20150625.tar.xz
/firefox-langpacks-39.0-20150630.tar.xz
+/firefox-langpacks-39.0-20150702.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 6cbfa99..bc4b2f5 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -107,13 +107,13 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 39.0
-Release: 4%{?pre_tag}%{?dist}
+Release: 5%{?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}-20150630.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20150702.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-4
-- Update to 39.0 Build 5
+* Thu Jun 25 2015 Martin Stransky <stransky@redhat.com> - 39.0-5
+- Update to 39.0 Build 6
- 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 428eafb..6dcdd9e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-3e9ed5cd5b2eee0a6d1aaf7a7d9dc3da firefox-langpacks-39.0-20150630.tar.xz
-3a131d06dbd22cdd15ad6fc5bf14dbc7 firefox-39.0.source.tar.bz2
+34d9841bc9b8a85aaf06e311cf1cb263 firefox-39.0.source.tar.bz2
+1ebb689a347b6316dd948099bbde21f9 firefox-langpacks-39.0-20150702.tar.xz
bgstack15