Merge pull request #3 from alzim/newmoon:rosa2014.1

Updated to 26.5.0
This commit is contained in:
alzim 2016-11-11 04:46:44 +04:00
commit 226f566f1f
3 changed files with 3 additions and 25 deletions

View file

@ -1,2 +1,2 @@
sources:
Pale-Moon-26.4.1_Release.tar.gz: daab9253d6e5bb779d426ef509922ac2a911e248
Pale-Moon-26.5.0_Release.tar.gz: 5cbde7b517632dede1e113d32b7de9b07f1e1fc2

View file

@ -1,20 +0,0 @@
--- mozilla/toolkit/mozapps/plugins/content/pluginInstallerDatasource.js.vendor 2008-05-28 20:49:33.000000000 +0200
+++ mozilla/toolkit/mozapps/plugins/content/pluginInstallerDatasource.js 2008-12-17 16:35:45.000000000 +0100
@@ -56,6 +56,8 @@
var prefBranch = Components.classes["@mozilla.org/preferences-service;1"]
.getService(Components.interfaces.nsIPrefBranch);
this.dsURI = prefBranch.getCharPref("pfs.datasource.url");
+ this.vendorSub = prefBranch.getCharPref("general.useragent.vendorSub");
+ this.vendorComment = prefBranch.getCharPref("general.useragent.vendorComment");
}
nsRDFItemUpdater.prototype = {
@@ -68,6 +70,8 @@
dsURI = dsURI.replace(/%APP_RELEASE%/g, this.appRelease);
dsURI = dsURI.replace(/%CLIENT_OS%/g, this.clientOS);
dsURI = dsURI.replace(/%CHROME_LOCALE%/g, this.chromeLocale);
+ dsURI = dsURI.replace(/%VENDOR_SUB%/g, this.vendorSub);
+ dsURI = dsURI.replace(/%VENDOR_COMMENT%/g, this.vendorComment);
var ds = this._rdfService.GetDataSource(dsURI);
var rds = ds.QueryInterface(Components.interfaces.nsIRDFRemoteDataSource)

View file

@ -17,8 +17,8 @@
Summary: Web browser based on Goanna engine
Name: newmoon
Version: 26.4.1
Release: 3
Version: 26.5.0
Release: 1
License: MPLv2.0
Group: Networking/WWW
Url: http://www.palemoon.org
@ -30,7 +30,6 @@ Source6: firefox-searchengines-google.xml
Source9: kde.js
Patch1: firefox-6.0-lang.patch
Patch2: firefox-vendor.patch
Patch3: firefox-22.0-disable-check-default-browser.patch
Patch4: firefox-5.0-asciidel.patch
Patch5: firefox-3.5.3-default-mail-handler.patch
@ -138,7 +137,6 @@ Files and macros mainly for building New Moon extensions.
%setup -qn %{oname}-%{version}_Release
%patch1 -p1 -b .lang
#patch2 -p1 -b .vendor
%patch3 -p1 -b .disable-software-update
%patch4 -p1 -b .ascii
%patch5 -p1 -b .default-mail-handler