summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-09-17 11:15:32 +0200
committerMartin Stransky <stransky@redhat.com>2015-09-17 11:15:32 +0200
commitdd8922f389732714a9eb0a75752de942a1445408 (patch)
tree57ee5513ab24e2bba8e0696105f331837e6fe0f5
parentEnabled OMTC, Disabled system cairo (diff)
downloadlibrewolf-fedora-ff-dd8922f389732714a9eb0a75752de942a1445408.tar.gz
librewolf-fedora-ff-dd8922f389732714a9eb0a75752de942a1445408.tar.bz2
librewolf-fedora-ff-dd8922f389732714a9eb0a75752de942a1445408.zip
Update to 40.0 Build 2
-rw-r--r--.gitignore1
-rw-r--r--firefox.spec5
-rw-r--r--sources4
3 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 6067ce0..0cb945c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -157,3 +157,4 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-40.0.3-20150827.tar.xz
/firefox-41.0.source.tar.xz
/firefox-langpacks-41.0-20150915.tar.xz
+/firefox-langpacks-41.0-20150917.tar.xz
diff --git a/firefox.spec b/firefox.spec
index faeace4..8803855 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -86,7 +86,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 41.0
-Release: 2%{?pre_tag}%{?dist}
+Release: 3%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -763,6 +763,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Sep 17 2015 Martin Stransky <stransky@redhat.com> - 41.0-3
+- Update to 40.0 Build 2
+
* Tue Sep 15 2015 Martin Stransky <stransky@redhat.com> - 41.0-2
- Enabled OMTC
- Disabled system cairo
diff --git a/sources b/sources
index a27d952..c02a0b9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-07a5ca853de78278a8bc13bcd3dcf063 firefox-41.0.source.tar.xz
-0795572ee46b57a9b1e51de9cede3021 firefox-langpacks-41.0-20150915.tar.xz
+f9b64af0eb90c589848986a7993287df firefox-langpacks-41.0-20150917.tar.xz
+07fcbfa0907d2257b121b8363fa32778 firefox-41.0.source.tar.xz
bgstack15