summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2007-10-31 10:56:22 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2007-10-31 10:56:22 +0000
commitb20ad6ad89dea75be6cb89f79499ca34d697975f (patch)
tree09620c6c79669a770601a3e2b8b091da7f9c363d /firefox.spec
parentRemoved source hack (diff)
downloadlibrewolf-fedora-ff-b20ad6ad89dea75be6cb89f79499ca34d697975f.tar.gz
librewolf-fedora-ff-b20ad6ad89dea75be6cb89f79499ca34d697975f.tar.bz2
librewolf-fedora-ff-b20ad6ad89dea75be6cb89f79499ca34d697975f.zip
- Tweak the default backspace behavior to be more in line with GNOME
convention, Mozilla upstream, and other distros rht#355511 moz#358764 novl#215502
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 45680f0..8abd13d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -12,7 +12,7 @@
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 2.0.0.8
-Release: 1%{?dist}
+Release: 2%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -436,6 +436,10 @@ fi
#---------------------------------------------------------------------
%changelog
+* Tue Oct 30 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.8-2
+- Tweak the default backspace behavior to be more in line with
+ GNOME convention, Mozilla upstream, and other distros
+
* Tue Oct 23 2007 Martin Stransky <stransky@redhat.com> 2.0.0.8-1
- updated to the latest upstream
- moved preference updates to build section
bgstack15