SPECS: iceweasel-lang-ca.spec, iceweasel-lang-cs.spec, iceweasel-lang-da.sp...

paszczus paszczus at pld-linux.org
Sat Aug 9 22:54:31 CEST 2008


Author: paszczus                     Date: Sat Aug  9 20:54:31 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added info about setting useragent.locale

---- Files affected:
SPECS:
   iceweasel-lang-ca.spec (1.3 -> 1.4) , iceweasel-lang-cs.spec (1.3 -> 1.4) , iceweasel-lang-da.spec (1.3 -> 1.4) , iceweasel-lang-de.spec (1.5 -> 1.6) , iceweasel-lang-el.spec (1.3 -> 1.4) , iceweasel-lang-es.spec (1.3 -> 1.4) , iceweasel-lang-fi.spec (1.3 -> 1.4) , iceweasel-lang-fr.spec (1.3 -> 1.4) , iceweasel-lang-it.spec (1.3 -> 1.4) , iceweasel-lang-ja.spec (1.3 -> 1.4) , iceweasel-lang-ka.spec (1.3 -> 1.4) , iceweasel-lang-ku.spec (1.3 -> 1.4) , iceweasel-lang-lt.spec (1.3 -> 1.4) , iceweasel-lang-ro.spec (1.3 -> 1.4) , iceweasel-lang-ru.spec (1.3 -> 1.4) , iceweasel-lang-sk.spec (1.3 -> 1.4) , iceweasel-lang-sl.spec (1.3 -> 1.4) , iceweasel-lang-sv.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/iceweasel-lang-ca.spec
diff -u SPECS/iceweasel-lang-ca.spec:1.3 SPECS/iceweasel-lang-ca.spec:1.4
--- SPECS/iceweasel-lang-ca.spec:1.3	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-ca.spec	Sat Aug  9 22:54:23 2008
@@ -67,6 +67,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "ca-ES" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/ca-ES.jar
@@ -80,6 +89,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.3  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 

================================================================
Index: SPECS/iceweasel-lang-cs.spec
diff -u SPECS/iceweasel-lang-cs.spec:1.3 SPECS/iceweasel-lang-cs.spec:1.4
--- SPECS/iceweasel-lang-cs.spec:1.3	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-cs.spec	Sat Aug  9 22:54:23 2008
@@ -59,6 +59,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "cs" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/%{_lang}.jar
@@ -72,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.3  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 

================================================================
Index: SPECS/iceweasel-lang-da.spec
diff -u SPECS/iceweasel-lang-da.spec:1.3 SPECS/iceweasel-lang-da.spec:1.4
--- SPECS/iceweasel-lang-da.spec:1.3	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-da.spec	Sat Aug  9 22:54:23 2008
@@ -59,6 +59,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "da" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/%{_lang}.jar
@@ -72,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.3  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 

================================================================
Index: SPECS/iceweasel-lang-de.spec
diff -u SPECS/iceweasel-lang-de.spec:1.5 SPECS/iceweasel-lang-de.spec:1.6
--- SPECS/iceweasel-lang-de.spec:1.5	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-de.spec	Sat Aug  9 22:54:23 2008
@@ -59,6 +59,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "de" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/%{_lang}.jar
@@ -72,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.5  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 

================================================================
Index: SPECS/iceweasel-lang-el.spec
diff -u SPECS/iceweasel-lang-el.spec:1.3 SPECS/iceweasel-lang-el.spec:1.4
--- SPECS/iceweasel-lang-el.spec:1.3	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-el.spec	Sat Aug  9 22:54:23 2008
@@ -59,6 +59,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "el" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/%{_lang}.jar
@@ -72,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.3  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 

================================================================
Index: SPECS/iceweasel-lang-es.spec
diff -u SPECS/iceweasel-lang-es.spec:1.3 SPECS/iceweasel-lang-es.spec:1.4
--- SPECS/iceweasel-lang-es.spec:1.3	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-es.spec	Sat Aug  9 22:54:23 2008
@@ -67,6 +67,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "es-ES" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/es-ES.jar
@@ -80,6 +89,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.3  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 

================================================================
Index: SPECS/iceweasel-lang-fi.spec
diff -u SPECS/iceweasel-lang-fi.spec:1.3 SPECS/iceweasel-lang-fi.spec:1.4
--- SPECS/iceweasel-lang-fi.spec:1.3	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-fi.spec	Sat Aug  9 22:54:23 2008
@@ -59,6 +59,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "fi" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/%{_lang}.jar
@@ -72,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.3  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 

================================================================
Index: SPECS/iceweasel-lang-fr.spec
diff -u SPECS/iceweasel-lang-fr.spec:1.3 SPECS/iceweasel-lang-fr.spec:1.4
--- SPECS/iceweasel-lang-fr.spec:1.3	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-fr.spec	Sat Aug  9 22:54:23 2008
@@ -59,6 +59,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "fr" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/%{_lang}.jar
@@ -72,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.3  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 

================================================================
Index: SPECS/iceweasel-lang-it.spec
diff -u SPECS/iceweasel-lang-it.spec:1.3 SPECS/iceweasel-lang-it.spec:1.4
--- SPECS/iceweasel-lang-it.spec:1.3	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-it.spec	Sat Aug  9 22:54:23 2008
@@ -59,6 +59,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "it" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/%{_lang}.jar
@@ -72,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.3  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 

================================================================
Index: SPECS/iceweasel-lang-ja.spec
diff -u SPECS/iceweasel-lang-ja.spec:1.3 SPECS/iceweasel-lang-ja.spec:1.4
--- SPECS/iceweasel-lang-ja.spec:1.3	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-ja.spec	Sat Aug  9 22:54:23 2008
@@ -59,6 +59,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "ja" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/%{_lang}.jar
@@ -72,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.3  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 

================================================================
Index: SPECS/iceweasel-lang-ka.spec
diff -u SPECS/iceweasel-lang-ka.spec:1.3 SPECS/iceweasel-lang-ka.spec:1.4
--- SPECS/iceweasel-lang-ka.spec:1.3	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-ka.spec	Sat Aug  9 22:54:23 2008
@@ -54,6 +54,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "ka" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/%{_lang}.jar
@@ -67,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.3  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 

================================================================
Index: SPECS/iceweasel-lang-ku.spec
diff -u SPECS/iceweasel-lang-ku.spec:1.3 SPECS/iceweasel-lang-ku.spec:1.4
--- SPECS/iceweasel-lang-ku.spec:1.3	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-ku.spec	Sat Aug  9 22:54:23 2008
@@ -54,6 +54,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "ku" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/%{_lang}.jar
@@ -67,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.3  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 

================================================================
Index: SPECS/iceweasel-lang-lt.spec
diff -u SPECS/iceweasel-lang-lt.spec:1.3 SPECS/iceweasel-lang-lt.spec:1.4
--- SPECS/iceweasel-lang-lt.spec:1.3	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-lt.spec	Sat Aug  9 22:54:23 2008
@@ -59,6 +59,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "lt" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/%{_lang}.jar
@@ -72,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.3  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 

================================================================
Index: SPECS/iceweasel-lang-ro.spec
diff -u SPECS/iceweasel-lang-ro.spec:1.3 SPECS/iceweasel-lang-ro.spec:1.4
--- SPECS/iceweasel-lang-ro.spec:1.3	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-ro.spec	Sat Aug  9 22:54:23 2008
@@ -54,6 +54,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "ro" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/%{_lang}.jar
@@ -67,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.3  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 

================================================================
Index: SPECS/iceweasel-lang-ru.spec
diff -u SPECS/iceweasel-lang-ru.spec:1.3 SPECS/iceweasel-lang-ru.spec:1.4
--- SPECS/iceweasel-lang-ru.spec:1.3	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-ru.spec	Sat Aug  9 22:54:23 2008
@@ -59,6 +59,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "ru" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/%{_lang}.jar
@@ -72,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.3  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 

================================================================
Index: SPECS/iceweasel-lang-sk.spec
diff -u SPECS/iceweasel-lang-sk.spec:1.3 SPECS/iceweasel-lang-sk.spec:1.4
--- SPECS/iceweasel-lang-sk.spec:1.3	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-sk.spec	Sat Aug  9 22:54:23 2008
@@ -59,6 +59,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "sk" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/%{_lang}.jar
@@ -72,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.3  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 

================================================================
Index: SPECS/iceweasel-lang-sl.spec
diff -u SPECS/iceweasel-lang-sl.spec:1.3 SPECS/iceweasel-lang-sl.spec:1.4
--- SPECS/iceweasel-lang-sl.spec:1.3	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-sl.spec	Sat Aug  9 22:54:23 2008
@@ -59,6 +59,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "sl" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/%{_lang}.jar
@@ -72,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.3  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 

================================================================
Index: SPECS/iceweasel-lang-sv.spec
diff -u SPECS/iceweasel-lang-sv.spec:1.3 SPECS/iceweasel-lang-sv.spec:1.4
--- SPECS/iceweasel-lang-sv.spec:1.3	Sun Jul 20 23:55:38 2008
+++ SPECS/iceweasel-lang-sv.spec	Sat Aug  9 22:54:23 2008
@@ -59,6 +59,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+cat << 'EOF'
+NOTE: You must also change your default useragent locale:
+  Open Iceweasel and type in URL: "about:config" then
+  find "general.useragent.locale" and change value
+  to "sv-SE" then restart Iceweasel.
+
+EOF
+
 %files
 %defattr(644,root,root,755)
 %{_chromedir}/sv-SE.jar
@@ -72,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/08/09 20:54:23  paszczus
+- added info about setting useragent.locale
+
 Revision 1.3  2008/07/20 21:55:38  hawk
 - updated to 3.0.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-ca.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-cs.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-da.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-de.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-el.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-es.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-fi.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-fr.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-it.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-ja.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-ka.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-ku.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-lt.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-ro.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-ru.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-sk.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-sl.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceweasel-lang-sv.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list