summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2010-04-06 06:54:41 +0000
committerMartin Stransky <stransky@fedoraproject.org>2010-04-06 06:54:41 +0000
commit7ef47da3d34c00e37f58f46e4a471d36f253c49a (patch)
tree91c9ed8013f072defbdb01762438426cbf15f701
parentUpdate to 3.6.3 (diff)
downloadlibrewolf-fedora-ff-7ef47da3d34c00e37f58f46e4a471d36f253c49a.tar.gz
librewolf-fedora-ff-7ef47da3d34c00e37f58f46e4a471d36f253c49a.tar.bz2
librewolf-fedora-ff-7ef47da3d34c00e37f58f46e4a471d36f253c49a.zip
Fixed install dir
-rw-r--r--firefox.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 551405e..a9e024f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -10,7 +10,7 @@
%define xulrunner_version 1.9.2.3-1
%define xulrunner_version_max 1.9.2.4
-%define internal_version 3.6.3
+%define internal_version 3.6
%define official_branding 1
%define build_langpacks 1
@@ -24,7 +24,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.6.3
-Release: 1%{?prever}%{?dist}
+Release: 2%{?prever}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -351,6 +351,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Apr 6 2010 Martin Stransky <stransky@redhat.com> - 3.6.3-2
+- Fixed install dir
+
* Sat Apr 3 2010 Martin Stransky <stransky@redhat.com> - 3.6.3-1
- Update to 3.6.3
bgstack15