diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index 7a68c1e..60f9be6 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 2 19:16:15 UTC 2011 - wr@rosenauer.org + +- update to version 4.0b11 +- rebased patches +- disable testpilot + ------------------------------------------------------------------- Fri Jan 28 08:56:12 UTC 2011 - wr@rosenauer.org diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index a0156a0..1aae64e 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -1,5 +1,5 @@ # -# spec file for package MozillaFirefox +# spec file for package MozillaFirefox (Version 4.0b11) # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # 2006-2011 Wolfgang Rosenauer @@ -24,22 +24,22 @@ Name: MozillaFirefox %define use_xulrunner 1 %define xulrunner mozilla-xulrunner20 -BuildRequires: Mesa-devel autoconf213 fdupes gcc-c++ libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python unzip update-desktop-files yasm zip +BuildRequires: autoconf213 gcc-c++ libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python unzip update-desktop-files zip fdupes Mesa-devel yasm %if %suse_version > 1110 BuildRequires: libiw-devel %else BuildRequires: wireless-tools %endif %if 0%{?use_xulrunner} -BuildRequires: %{xulrunner}-devel = 2.0b10 +BuildRequires: %{xulrunner}-devel = 2.0b11 %endif License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+ -Version: %{mainver}b10 -Release: 2 +Version: %{mainver}b11 +Release: 1 Provides: web_browser Provides: firefox = %{version}-%{release} Provides: firefox = %{mainver} -%define releasedate 2011012100 +%define releasedate 2011020200 Summary: Mozilla Firefox Web Browser Url: http://www.mozilla.org/ Group: Productivity/Networking/Web/Browsers @@ -121,7 +121,6 @@ Requires: perl(Archive::Zip) Development files for Firefox to make packaging of addons easier. %if %localize - %package translations-common Summary: Common translations for MozillaFirefox License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+ @@ -221,7 +220,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-update-channel=beta +#ac_add_options --enable-update-channel=beta EOF %if 0%{?use_xulrunner} cat << EOF >> $MOZCONFIG @@ -445,7 +444,6 @@ exit 0 %config /etc/rpm/macros.%{progname} %if %localize - %files translations-common -f %{_tmppath}/translations.common %defattr(-,root,root) %dir %{progdir} diff --git a/compare-locales.tar.bz2 b/compare-locales.tar.bz2 index d17a059..4a40090 100644 --- a/compare-locales.tar.bz2 +++ b/compare-locales.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce16a17951d11c7e2f71295d2157bb2c629be8bacdcf5647009882853c1278ca -size 23437 +oid sha256:915da5eead0f6a965b1b2ccf7e8100241523ccdbc31220d93d383bd27e1f06fe +size 23432 diff --git a/firefox-4.0b10-source.tar.bz2 b/firefox-4.0b10-source.tar.bz2 deleted file mode 100644 index 0f35377..0000000 --- a/firefox-4.0b10-source.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2755ab185e80436ba03a3a225d86f0bc8f0293de583b665635c8b7294732f2b1 -size 64278065 diff --git a/firefox-4.0b11-source.tar.bz2 b/firefox-4.0b11-source.tar.bz2 new file mode 100644 index 0000000..970f9aa --- /dev/null +++ b/firefox-4.0b11-source.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bf820a434f70ef3178d7753c28941d022a9af46b7b31d907c0a5ba9371cdd1 +size 65121098 diff --git a/firefox-browser-css.patch b/firefox-browser-css.patch index 9cb64d8..0ed5492 100644 --- a/firefox-browser-css.patch +++ b/firefox-browser-css.patch @@ -9,13 +9,13 @@ https://bugzilla.novell.com/show_bug.cgi?id=561027 diff --git a/browser/themes/gnomestripe/browser/browser.css b/browser/themes/gnomestripe/browser/browser.css --- a/browser/themes/gnomestripe/browser/browser.css +++ b/browser/themes/gnomestripe/browser/browser.css -@@ -811,16 +811,30 @@ toolbar[iconsize="small"] #fullscreen-bu - -moz-margin-end: 3px; +@@ -990,16 +990,30 @@ toolbar[iconsize="small"] #feed-button { } - #PopupAutoComplete, - #PopupAutoCompleteRichResult { - direction: ltr !important; + .urlbar-over-link-host-label, + .urlbar-over-link-path-label { + padding: 0; + margin: 0; } +#PopupAutoCompleteRichResult .autocomplete-richlistitem { @@ -32,11 +32,11 @@ diff --git a/browser/themes/gnomestripe/browser/browser.css b/browser/themes/gno + color: -moz-Fieldtext !important; +} + - #PopupAutoComplete:-moz-locale-dir(rtl) > tree > treerows { - direction: rtl; - } - - #PopupAutoComplete .autocomplete-treebody { - direction: ltr; + /* Favicon */ + #page-proxy-favicon, + #urlbar-throbber { + width: 16px; + height: 16px; } + #page-proxy-stack { diff --git a/firefox-kde.patch b/firefox-kde.patch index 56feb81..81e70f1 100644 --- a/firefox-kde.patch +++ b/firefox-kde.patch @@ -23,7 +23,7 @@ diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser new file mode 100644 --- /dev/null +++ b/browser/base/content/browser-kde.xul -@@ -0,0 +1,1062 @@ +@@ -0,0 +1,1066 @@ +#filter substitution + +# -*- Mode: HTML -*- @@ -597,7 +597,9 @@ new file mode 100644 + + + -+