diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes
index 4099d1f4..bbaa9014 100644
--- a/MozillaFirefox.changes
+++ b/MozillaFirefox.changes
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Tue Oct 28 16:16:14 EDT 2008 - hfiguiere@suse.de
+
+- Fix missing %endif (for fix for bnc#434283)
+
+-------------------------------------------------------------------
+Mon Oct 27 17:05:02 EDT 2008 - hfiguiere@suse.de
+
+- Add disable_show_passwords to firefox.schemas. (FATE #301534)
+
+-------------------------------------------------------------------
+Mon Oct 27 11:57:29 CET 2008 - wr@rosenauer.org
+
+- make biarch dependencies work correctly (bnc#434283)
+
-------------------------------------------------------------------
Thu Oct 23 10:14:22 EDT 2008 - hfiguiere@suse.de
diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec
index 76b54a19..cc7d4d08 100644
--- a/MozillaFirefox.spec
+++ b/MozillaFirefox.spec
@@ -27,7 +27,7 @@ License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL
Provides: web_browser
Provides: firefox
Version: 3.0.3
-Release: 3
+Release: 4
Summary: Mozilla Firefox Web Browser
Url: http://www.mozilla.org/
Group: Productivity/Networking/Web/Browsers
@@ -53,6 +53,9 @@ Patch21: gecko-lockdown.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: coreutils /bin/sh gconf2 shared-mime-info desktop-file-utils
Requires: mozilla-xulrunner190 >= %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' mozilla-xulrunner190)
+%ifarch %ix86
+Requires: mozilla-xulrunner190-32bit >= %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' mozilla-xulrunner190)
+%endif
Requires: %{name}-branding >= 3.0
%define _unpackaged_files_terminate_build 0
%define _use_internal_dependency_generator 0
@@ -167,7 +170,7 @@ ac_add_options --with-libxul-sdk=$SDKDIR
ac_add_options --with-system-jpeg
#ac_add_options --with-system-png # doesn't work because of missing APNG support
ac_add_options --with-system-zlib
-ac_add_options --enable-gconf # not ported yet
+ac_add_options --enable-gconf
ac_add_options --disable-installer
ac_add_options --disable-tests
ac_add_options --disable-debug
@@ -369,6 +372,12 @@ fi
%{progdir}/defaults/preferences/firefox-build.js
%changelog
+* Tue Oct 28 2008 hfiguiere@suse.de
+- Fix missing %%endif (for fix for bnc#434283)
+* Mon Oct 27 2008 hfiguiere@suse.de
+- Add disable_show_passwords to firefox.schemas. (FATE #301534)
+* Mon Oct 27 2008 wr@rosenauer.org
+- make biarch dependencies work correctly (bnc#434283)
* Thu Oct 23 2008 hfiguiere@suse.de
- Added firefox-ui-lockdown.patch and gecko-lockdown.patch
* Lockdown: FATE#302023, FATE#302024
diff --git a/firefox.schemas b/firefox.schemas
index e0e1edba..ec55cd1f 100644
--- a/firefox.schemas
+++ b/firefox.schemas
@@ -47,6 +47,18 @@
+
+ /schemas/apps/firefox/lockdown/disable_show_passwords
+ /apps/firefox/lockdown/disable_show_passwords
+ firefox
+ bool
+ false
+
+ Disable showing passwords
+ Disable showing passwords in the password manager.
+
+
+
/schemas/apps/firefox/web/disable_popups
/apps/firefox/web/disable_popups