]> git.pld-linux.org Git - packages/iceweasel.git/commitdiff
- up to 33.0 auto/th/iceweasel-33.0-1
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 14 Oct 2014 21:55:46 +0000 (23:55 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 14 Oct 2014 21:55:46 +0000 (23:55 +0200)
Disable-Firefox-Health-Report.patch
iceweasel-branding.patch
iceweasel.spec

index bf66b3afac4d3669767d23a787892ef01aa15771..081a9b200401a3a622feec465b5c48f61d565018 100644 (file)
@@ -11,9 +11,9 @@ index 35cbdac..906de7a 100644
 --- a/browser/confvars.sh
 +++ b/browser/confvars.sh
 @@ -27,7 +27,7 @@ MOZ_CHROME_FILE_FORMAT=omni
+ MOZ_SAFE_BROWSING=1
  MOZ_SERVICES_COMMON=1
  MOZ_SERVICES_CRYPTO=1
- MOZ_SERVICES_FXACCOUNTS=1
 -MOZ_SERVICES_HEALTHREPORT=1
 +MOZ_SERVICES_HEALTHREPORT=
  MOZ_SERVICES_METRICS=1
index afe29e214033802deb57ee6a45ab767682eeb478..b3d6506716c86c3608622fb7735936d2de8cd0b5 100644 (file)
@@ -44,11 +44,11 @@ index 24f1574..9c98f3e 100644
 @@ -4432,7 +4432,11 @@ pref("dom.inter-app-communication-api.en
  
  // The tables used for Safebrowsing phishing and malware checks.
- pref("urlclassifier.malware_table", "goog-malware-shavar,test-malware-simple");
+ pref("urlclassifier.malwareTable", "goog-malware-shavar,test-malware-simple");
 +#ifdef MOZ_OFFICIAL_BRANDING
- pref("urlclassifier.phish_table", "goog-phish-shavar,test-phish-simple");
+ pref("urlclassifier.phishTable", "goog-phish-shavar,test-phish-simple");
 +#else
-+pref("urlclassifier.phish_table", "googpub-phish-shavar,test-phish-simple");
++pref("urlclassifier.phishTable", "googpub-phish-shavar,test-phish-simple");
 +#endif
  pref("urlclassifier.downloadBlockTable", "");
  pref("urlclassifier.downloadAllowTable", "");
index 91ee4c6978ac56c16ea78c369bef0cf441faefa7..a0ebbd1a8781acc5cd7701a3501c371ed481a4c8 100644 (file)
@@ -26,12 +26,12 @@ Summary:    Iceweasel web browser
 Summary(hu.UTF-8):     Iceweasel web böngésző
 Summary(pl.UTF-8):     Iceweasel - przeglądarka WWW
 Name:          iceweasel
-Version:       32.0.3
-Release:       3
+Version:       33.0
+Release:       1
 License:       MPL v2.0
 Group:         X11/Applications/Networking
 Source0:       http://releases.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}.source.tar.bz2
-# Source0-md5: 618bf992a5cb80f8879435262bdfcee0
+# Source0-md5: b0e793898bddf4f2bc46e42a331f3383
 Source1:       %{name}-branding.tar.xz
 # Source1-md5: 6e3c10921c5b243f33241646b7941ce9
 Source2:       %{name}-rm_nonfree.sh
@@ -87,9 +87,11 @@ BuildRequires:       pixman-devel >= 0.19.2
 BuildRequires: perl-modules >= 5.004
 BuildRequires: pkgconfig
 BuildRequires: pkgconfig(libffi) >= 3.0.9
+BuildRequires: pulseaudio-devel
 BuildRequires: python-modules
 %{?with_pgo:BuildRequires:     python-modules-sqlite}
 BuildRequires: python-virtualenv
+BuildRequires: readline-devel
 BuildRequires: rpm >= 4.4.9-56
 BuildRequires: rpmbuild(macros) >= 1.601
 BuildRequires: sqlite3-devel >= 3.8.3.1
This page took 0.081028 seconds and 4 git commands to generate.