forked from pool/MozillaFirefox
bugfix
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=209
This commit is contained in:
parent
27dab48eb6
commit
3c89f5d821
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 20 19:37:01 UTC 2011 - wr@rosenauer.org
|
Wed Jun 22 06:41:17 UTC 2011 - wr@rosenauer.org
|
||||||
|
|
||||||
- update to 5.0 final
|
- update to 5.0 final
|
||||||
- included fixes for security issues: (bnc#701296, bnc#700578)
|
- included fixes for security issues: (bnc#701296, bnc#700578)
|
||||||
@ -21,6 +21,7 @@ Mon Jun 20 19:37:01 UTC 2011 - wr@rosenauer.org
|
|||||||
XSS encoding hazard with inline SVG
|
XSS encoding hazard with inline SVG
|
||||||
* MFSA 2011-28/CVE-2011-2370 (bmo#645699)
|
* MFSA 2011-28/CVE-2011-2370 (bmo#645699)
|
||||||
Non-whitelisted site can trigger xpinstall
|
Non-whitelisted site can trigger xpinstall
|
||||||
|
- enable startup notification (bnc#701465)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 20 09:17:42 UTC 2011 - wr@rosenauer.org
|
Mon Jun 20 09:17:42 UTC 2011 - wr@rosenauer.org
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define mainver %major.0
|
%define mainver %major.0
|
||||||
|
|
||||||
Name: MozillaFirefox
|
Name: MozillaFirefox
|
||||||
BuildRequires: autoconf213 gcc-c++ libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python unzip update-desktop-files zip fdupes Mesa-devel yasm
|
BuildRequires: autoconf213 gcc-c++ libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python startup-notification-devel unzip update-desktop-files zip fdupes Mesa-devel yasm
|
||||||
%if %suse_version > 1110
|
%if %suse_version > 1110
|
||||||
BuildRequires: libiw-devel
|
BuildRequires: libiw-devel
|
||||||
BuildRequires: libproxy-devel
|
BuildRequires: libproxy-devel
|
||||||
@ -270,6 +270,7 @@ ac_add_options --disable-installer
|
|||||||
ac_add_options --disable-updater
|
ac_add_options --disable-updater
|
||||||
ac_add_options --disable-tests
|
ac_add_options --disable-tests
|
||||||
ac_add_options --disable-debug
|
ac_add_options --disable-debug
|
||||||
|
ac_add_options --enable-startup-notification
|
||||||
#ac_add_options --enable-chrome-format=jar
|
#ac_add_options --enable-chrome-format=jar
|
||||||
ac_add_options --enable-update-channel=default
|
ac_add_options --enable-update-channel=default
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user