summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <xhorak@fedoraproject.org>2009-01-07 15:49:05 +0000
committerJan Horak <xhorak@fedoraproject.org>2009-01-07 15:49:05 +0000
commita31088e9f34b5df2df067bee7e6e2579436915a0 (patch)
treef88b0f2922c9a857989d5cfd475d5f8634fd0be2 /firefox.spec
parent- 3.1 beta 2 (diff)
downloadlibrewolf-fedora-ff-a31088e9f34b5df2df067bee7e6e2579436915a0.tar.gz
librewolf-fedora-ff-a31088e9f34b5df2df067bee7e6e2579436915a0.tar.bz2
librewolf-fedora-ff-a31088e9f34b5df2df067bee7e6e2579436915a0.zip
Fixed wrong LANG and LC_MESSAGES variables interpretation (#441973)\nin
startup script.
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 3ac8a48..46cc7fc 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -19,7 +19,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.1
-Release: 0.4.beta2%{?dist}
+Release: 0.5.beta2%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -326,6 +326,10 @@ fi
#---------------------------------------------------------------------
%changelog
+* Wed Jan 7 2009 Jan Horak <jhorak@redhat.com> - 3.1-0.5
+- Fixed wrong LANG and LC_MESSAGES variables interpretation (#441973)
+ in startup script.
+
* Sat Dec 20 2008 Christopher Aillon <caillon@redhat.com> 3.1-0.4
- 3.1 beta 2
bgstack15