summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-03-17 18:12:26 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-03-17 18:12:26 +0000
commit67ba4bda3c84d5e7dbd926477f801fedade6dc44 (patch)
tree16fbb084f0907053d2fb304e68a2f874dd9665fb /firefox.spec
parent- Update to latest trunk (2008-03-16) (diff)
downloadlibrewolf-fedora-ff-67ba4bda3c84d5e7dbd926477f801fedade6dc44.tar.gz
librewolf-fedora-ff-67ba4bda3c84d5e7dbd926477f801fedade6dc44.tar.bz2
librewolf-fedora-ff-67ba4bda3c84d5e7dbd926477f801fedade6dc44.zip
- Revert to trunk from the 15th to fix crashes on HTTPS sites
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index fbb9d12..3ad5ae3 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -12,14 +12,14 @@
%define build_langpacks 0
%if ! %{official_branding}
-%define cvsdate 20080316
+%define cvsdate 20080315
%define nightly .cvs%{cvsdate}
%endif
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.43%{?nightly}%{?dist}
+Release: 0.44%{?nightly}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -313,6 +313,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Mon Mar 17 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.44
+- Revert to trunk from the 15th to fix crashes on HTTPS sites
+
* Sun Mar 16 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.43
- Update to latest trunk (2008-03-16)
bgstack15