forked from pool/MozillaFirefox
This commit is contained in:
parent
1788cb48d7
commit
8be9688ce0
@ -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
|
Thu Oct 23 10:14:22 EDT 2008 - hfiguiere@suse.de
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL
|
|||||||
Provides: web_browser
|
Provides: web_browser
|
||||||
Provides: firefox
|
Provides: firefox
|
||||||
Version: 3.0.3
|
Version: 3.0.3
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Mozilla Firefox Web Browser
|
Summary: Mozilla Firefox Web Browser
|
||||||
Url: http://www.mozilla.org/
|
Url: http://www.mozilla.org/
|
||||||
Group: Productivity/Networking/Web/Browsers
|
Group: Productivity/Networking/Web/Browsers
|
||||||
@ -53,6 +53,9 @@ Patch21: gecko-lockdown.patch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
PreReq: coreutils /bin/sh gconf2 shared-mime-info desktop-file-utils
|
PreReq: coreutils /bin/sh gconf2 shared-mime-info desktop-file-utils
|
||||||
Requires: mozilla-xulrunner190 >= %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' mozilla-xulrunner190)
|
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
|
Requires: %{name}-branding >= 3.0
|
||||||
%define _unpackaged_files_terminate_build 0
|
%define _unpackaged_files_terminate_build 0
|
||||||
%define _use_internal_dependency_generator 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-jpeg
|
||||||
#ac_add_options --with-system-png # doesn't work because of missing APNG support
|
#ac_add_options --with-system-png # doesn't work because of missing APNG support
|
||||||
ac_add_options --with-system-zlib
|
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-installer
|
||||||
ac_add_options --disable-tests
|
ac_add_options --disable-tests
|
||||||
ac_add_options --disable-debug
|
ac_add_options --disable-debug
|
||||||
@ -369,6 +372,12 @@ fi
|
|||||||
%{progdir}/defaults/preferences/firefox-build.js
|
%{progdir}/defaults/preferences/firefox-build.js
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 23 2008 hfiguiere@suse.de
|
||||||
- Added firefox-ui-lockdown.patch and gecko-lockdown.patch
|
- Added firefox-ui-lockdown.patch and gecko-lockdown.patch
|
||||||
* Lockdown: FATE#302023, FATE#302024
|
* Lockdown: FATE#302023, FATE#302024
|
||||||
|
@ -47,6 +47,18 @@
|
|||||||
</long>
|
</long>
|
||||||
</locale>
|
</locale>
|
||||||
</schema>
|
</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>
|
<schema>
|
||||||
<key>/schemas/apps/firefox/web/disable_popups</key>
|
<key>/schemas/apps/firefox/web/disable_popups</key>
|
||||||
<applyto>/apps/firefox/web/disable_popups</applyto>
|
<applyto>/apps/firefox/web/disable_popups</applyto>
|
||||||
|
Loading…
Reference in New Issue
Block a user