summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 992c06c..77466fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -119,3 +119,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-35.0.source.tar.bz2
/firefox-langpacks-35.0-20150106.tar.xz
/firefox-langpacks-35.0-20150109.tar.xz
+/firefox-35.0.1.source.tar.bz2
+/firefox-langpacks-35.0.1-20150123.tar.xz
diff --git a/firefox.spec b/firefox.spec
index cba3686..59bfe27 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -106,14 +106,14 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 35.0
-Release: 7%{?pre_tag}%{?dist}
+Version: 35.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.bz2
%if %{build_langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20150109.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20150123.tar.xz
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -766,6 +766,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Fri Jan 23 2015 Martin Stransky <stransky@redhat.com> - 35.0.1-1
+- New upstream version
+
* Thu Jan 22 2015 Martin Stransky <stransky@redhat.com> - 35.0-7
- Updated hiDPI patch to upstream version (mozbz#975919)
diff --git a/sources b/sources
index 1d143a7..b66da02 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-d8ec0cad257e02d379828785e8790e17 firefox-35.0.source.tar.bz2
-49b6a6e86aafffaa3f141e0e9aed7eae firefox-langpacks-35.0-20150109.tar.xz
+82eda528e4570b181aadcee602afda2d firefox-35.0.1.source.tar.bz2
+ce85a89a8f631da6d37f0b6976cf3741 firefox-langpacks-35.0.1-20150123.tar.xz
bgstack15