summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-09-29 16:02:22 +0200
committerMartin Stransky <stransky@redhat.com>2015-09-29 16:02:22 +0200
commitdd91d48128c03550da6cdb895993c9371ccdb618 (patch)
tree8a203d75d52e3ff6f0927dea61b011b6fb61a5bc
parentEnable Xinput2 (mozbz#1207973) (diff)
downloadlibrewolf-fedora-ff-dd91d48128c03550da6cdb895993c9371ccdb618.tar.gz
librewolf-fedora-ff-dd91d48128c03550da6cdb895993c9371ccdb618.tar.bz2
librewolf-fedora-ff-dd91d48128c03550da6cdb895993c9371ccdb618.zip
Update to 41.0.1
-rw-r--r--.gitignore2
-rw-r--r--firefox.spec9
-rw-r--r--sources4
3 files changed, 9 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 024273f..2460b6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -159,3 +159,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-41.0-20150915.tar.xz
/firefox-langpacks-41.0-20150917.tar.xz
/firefox-langpacks-41.0-20150918.tar.xz
+/firefox-langpacks-41.0.1-20150929.tar.xz
+/firefox-41.0.1.source.tar.xz
diff --git a/firefox.spec b/firefox.spec
index a3ec3b7..4d53b72 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -85,14 +85,14 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 41.0
-Release: 7%{?pre_tag}%{?dist}
+Version: 41.0.1
+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.xz
%if %{build_langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20150918.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20150929.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -769,7 +769,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
-* Tue Sep 29 2015 Martin Stransky <stransky@redhat.com> - 41.0-7
+* Tue Sep 29 2015 Martin Stransky <stransky@redhat.com> - 41.0.1-1
+- Update to 41.0.1
- Enable Xinput2 (mozbz#1207973)
* Fri Sep 25 2015 Martin Stransky <stransky@redhat.com> - 41.0-6
diff --git a/sources b/sources
index fc363a4..d334527 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-81324515c2f562db8c4800ebafaa5d25 firefox-41.0.source.tar.xz
-9144a1fa7c628e3676237c658f9ca1d9 firefox-langpacks-41.0-20150918.tar.xz
+aa9a27e292ac18cd0539cf3f106c198a firefox-langpacks-41.0.1-20150929.tar.xz
+bcf153857489e025b152a470efc47363 firefox-41.0.1.source.tar.xz
bgstack15