rpms/firefox/F-13 firefox.sh.in,1.40,1.41 firefox.spec,1.364,1.365

Martin Stransky stransky at fedoraproject.org
Tue Apr 13 10:40:28 UTC 2010


Author: stransky

Update of /cvs/pkgs/rpms/firefox/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv913

Modified Files:
	firefox.sh.in firefox.spec 
Log Message:
Fixed language packs (#559960)


Index: firefox.sh.in
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/F-13/firefox.sh.in,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- firefox.sh.in	12 Apr 2010 11:03:00 -0000	1.40
+++ firefox.sh.in	13 Apr 2010 10:40:27 -0000	1.41
@@ -203,7 +203,7 @@ if [ $MOZILLA_DOWN -ne 0 ]; then
                   $MOZ_EXTENSIONS_PROFILE_DIR/langpack-${SHORTMOZLOCALE}@firefox.mozilla.org
             echo "$MOZ_EXTENSIONS_PROFILE_DIR/langpack-${SHORTMOZLOCALE}@firefox.mozilla.org" > $FEDORA_LANGPACK_CONFIG
         fi
-    elif [ -f $MOZ_EXTENSIONS_DIR/langpack-${MOZLOCALE}@firefox.mozilla.org/chrome/$MOZLOCALE.jar ]; then
+    elif [ -f $MOZ_LANGPACKS_DIR/langpack-${MOZLOCALE}@firefox.mozilla.org/chrome/$MOZLOCALE.jar ]; then
         if [ -d $MOZ_EXTENSIONS_PROFILE_DIR/langpack-${MOZLOCALE}@firefox.mozilla.org ]; then
             rmdir "$MOZ_EXTENSIONS_PROFILE_DIR/langpack-${MOZLOCALE}@firefox.mozilla.org" > /dev/null 2>&1
         fi 


Index: firefox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/F-13/firefox.spec,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -p -r1.364 -r1.365
--- firefox.spec	12 Apr 2010 11:03:01 -0000	1.364
+++ firefox.spec	13 Apr 2010 10:40:28 -0000	1.365
@@ -24,7 +24,7 @@
 Summary:        Mozilla Firefox Web browser
 Name:           firefox
 Version:        3.6.3
-Release:        3%{?prever}%{?dist}
+Release:        4%{?prever}%{?dist}
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -352,6 +352,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 #---------------------------------------------------------------------
 
 %changelog
+* Tue Apr 13 2010 Martin Stransky <stransky at redhat.com> - 3.6.3-4
+- Fixed language packs (#559960)
+
 * Mon Apr 12 2010 Martin Stransky <stransky at redhat.com> - 3.6.3-3
 - Fixed multilib conflict
 



More information about the scm-commits mailing list