summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2015-06-03 11:30:51 +0200
committerJan Horak <jhorak@redhat.com>2015-06-03 11:30:51 +0200
commit1274a80dc9bbd3f9c66e0f64fc0f18a6aea11be5 (patch)
treec49113a79b7f019af3c4787d1fc164399acae3d2
parentAdded fix for rhbz#1226868 - [GTK3] regression: bad colors make notifications... (diff)
downloadlibrewolf-fedora-ff-1274a80dc9bbd3f9c66e0f64fc0f18a6aea11be5.tar.gz
librewolf-fedora-ff-1274a80dc9bbd3f9c66e0f64fc0f18a6aea11be5.tar.bz2
librewolf-fedora-ff-1274a80dc9bbd3f9c66e0f64fc0f18a6aea11be5.zip
Update to 38.0.5
-rw-r--r--.gitignore2
-rw-r--r--firefox.spec9
-rw-r--r--sources4
3 files changed, 10 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index c5dd08f..e118d66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -141,3 +141,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-38.0-20150511.tar.xz
/firefox-38.0.1.source.tar.bz2
/firefox-langpacks-38.0.1-20150518.tar.xz
+/firefox-38.0.5.source.tar.bz2
+/firefox-langpacks-38.0.5-20150603.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 6c6d111..6a977b3 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -106,14 +106,14 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 38.0.1
-Release: 6%{?pre_tag}%{?dist}
+Version: 38.0.5
+Release: 1%{?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}-20150518.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20150603.tar.xz
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -814,6 +814,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Jun 3 2015 Jan Horak <jhorak@redhat.com> - 38.0.5-1
+- Update to 38.0.5
+
* Mon Jun 1 2015 Martin Stransky <stransky@redhat.com> - 38.0.1-6
- Added fix for rhbz#1226868 - [GTK3] regression: bad colors
make notifications unreadable
diff --git a/sources b/sources
index 1910700..86b82ab 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-3c496e4ec072327b1ef2b820f15dff26 firefox-38.0.1.source.tar.bz2
-1510dc29dbeac286ef5a4d4dfa905c7a firefox-langpacks-38.0.1-20150518.tar.xz
+60466afbc7105d29dcd18f996c9c67e0 firefox-38.0.5.source.tar.bz2
+7ea2618f34a9c6885599da8e9655a2c3 firefox-langpacks-38.0.5-20150603.tar.xz
bgstack15