Wolfgang Rosenauer 2011-06-22 07:28:03 +00:00 committed by Git OBS Bridge
parent 27dab48eb6
commit 3c89f5d821
2 changed files with 4 additions and 2 deletions

View File

@ -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
- 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
* MFSA 2011-28/CVE-2011-2370 (bmo#645699)
Non-whitelisted site can trigger xpinstall
- enable startup notification (bnc#701465)
-------------------------------------------------------------------
Mon Jun 20 09:17:42 UTC 2011 - wr@rosenauer.org

View File

@ -22,7 +22,7 @@
%define mainver %major.0
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
BuildRequires: libiw-devel
BuildRequires: libproxy-devel
@ -270,6 +270,7 @@ ac_add_options --disable-installer
ac_add_options --disable-updater
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-startup-notification
#ac_add_options --enable-chrome-format=jar
ac_add_options --enable-update-channel=default
EOF