summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-01-23 15:30:50 +0100
committerMartin Stransky <stransky@redhat.com>2015-01-23 15:30:50 +0100
commit065b9ef528450c9fc9c6f3f9df04a3c74da853c6 (patch)
tree95da2cbc93ac357660a23d95dde017d71baaa6da /firefox.spec
parentUpdated hiDPI patch to upstream version (mozbz#975919) (diff)
downloadlibrewolf-fedora-ff-065b9ef528450c9fc9c6f3f9df04a3c74da853c6.tar.gz
librewolf-fedora-ff-065b9ef528450c9fc9c6f3f9df04a3c74da853c6.tar.bz2
librewolf-fedora-ff-065b9ef528450c9fc9c6f3f9df04a3c74da853c6.zip
New upstream version
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 6 insertions, 3 deletions
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)
bgstack15