OBS User unknown 2008-11-03 11:28:00 +00:00 committed by Git OBS Bridge
parent 0c3753fe9c
commit 92df2308df
3 changed files with 38 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -47,6 +47,18 @@
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/firefox/lockdown/disable_show_passwords</key>
<applyto>/apps/firefox/lockdown/disable_show_passwords</applyto>
<owner>firefox</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Disable showing passwords</short>
<long>Disable showing passwords in the password manager.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/firefox/web/disable_popups</key>
<applyto>/apps/firefox/web/disable_popups</applyto>