automatic version update by autodist [release 85.0.2-1mamba;Fri Feb 12 2021]
This commit is contained in:
parent
5ace7185b9
commit
d8c76124ee
@ -1,4 +1,4 @@
|
||||
# firefox
|
||||
|
||||
Mofilla Firefox is the next generation browsing technology from mozilla.org.
|
||||
Mozilla Firefox is the next generation browsing technology from mozilla.org.
|
||||
|
||||
|
@ -1,18 +1,18 @@
|
||||
From 5025aab61517c8608b555ba929c61eb0706bd6bd Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
|
||||
Date: Mon, 25 Mar 2019 20:30:11 +0100
|
||||
Subject: [PATCH] Use remoting name for GDK application names
|
||||
|
||||
---
|
||||
toolkit/xre/nsAppRunner.cpp | 6 +-----
|
||||
widget/gtk/nsAppShell.cpp | 11 ++++-------
|
||||
2 files changed, 5 insertions(+), 12 deletions(-)
|
||||
widget/gtk/nsAppShell.cpp | 12 +++++-------
|
||||
2 files changed, 6 insertions(+), 12 deletions(-)
|
||||
|
||||
diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
|
||||
index da8289200e72..452195b146f3 100644
|
||||
index df53d2f8358ba..684105058af38 100644
|
||||
--- a/toolkit/xre/nsAppRunner.cpp
|
||||
+++ b/toolkit/xre/nsAppRunner.cpp
|
||||
@@ -3785,11 +3785,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
|
||||
@@ -4184,11 +4184,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
|
||||
// consistently.
|
||||
|
||||
// Set program name to the one defined in application.ini.
|
||||
@ -26,18 +26,19 @@ index da8289200e72..452195b146f3 100644
|
||||
// Initialize GTK here for splash.
|
||||
|
||||
diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
|
||||
index 163a93e2d1a4..4b6d45217671 100644
|
||||
index 24bdd5083375b..74dd54a5ae0e6 100644
|
||||
--- a/widget/gtk/nsAppShell.cpp
|
||||
+++ b/widget/gtk/nsAppShell.cpp
|
||||
@@ -24,6 +24,7 @@
|
||||
@@ -24,6 +24,8 @@
|
||||
# include "WakeLockListener.h"
|
||||
#endif
|
||||
#include "gfxPlatform.h"
|
||||
+#include "nsAppRunner.h"
|
||||
+#include "mozilla/XREAppData.h"
|
||||
#include "ScreenHelperGTK.h"
|
||||
#include "HeadlessScreenHelper.h"
|
||||
#include "mozilla/widget/ScreenManager.h"
|
||||
@@ -175,13 +176,9 @@ nsresult nsAppShell::Init() {
|
||||
@@ -153,13 +155,9 @@ nsresult nsAppShell::Init() {
|
||||
// See https://bugzilla.gnome.org/show_bug.cgi?id=747634
|
||||
//
|
||||
// Only bother doing this for the parent process, since it's the one
|
||||
@ -54,6 +55,3 @@ index 163a93e2d1a4..4b6d45217671 100644
|
||||
}
|
||||
}
|
||||
}
|
||||
--
|
||||
2.26.1
|
||||
|
27
firefox.spec
27
firefox.spec
@ -17,7 +17,7 @@
|
||||
%define pkgver %(echo %version | tr . _)
|
||||
|
||||
Name: firefox
|
||||
Version: 84.0.2
|
||||
Version: 85.0.2
|
||||
Release: 1mamba
|
||||
Epoch: 1
|
||||
Summary: The next generation browsing technology from mozilla.org
|
||||
@ -25,7 +25,7 @@ Group: Graphical Desktop/Applications/Internet
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
URL: http://www.mozilla.org/firefox
|
||||
URL: https://www.mozilla.org/firefox
|
||||
Source: https://hg.mozilla.org/releases/mozilla-release/archive/FIREFOX_%{pkgver}_RELEASE.zip
|
||||
#Source0: https://ftp.mozilla.org/pub/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz
|
||||
# langpack got with
|
||||
@ -52,7 +52,7 @@ Patch9: firefox-42.0-build-add-freetype-system-wrapper.patch
|
||||
Patch10: firefox-43.0.4-fix-missing-PR_snprint.patch
|
||||
Patch11: firefox-47.0-gcc-6.1.0.patch
|
||||
Patch12: firefox-48.0.1-install_dir.patch
|
||||
Patch13: firefox-77.0.1-use-remoting-names-for-gdk-application-names.patch
|
||||
Patch13: firefox-85.0.2-Use-remoting-name-for-GDK-application-names.patch
|
||||
Patch14: firefox-69.0.2-no-relinking.patch
|
||||
Patch15: firefox-70.0-fix-__warn_memset_zero_len.patch
|
||||
License: GPL, LGPL, MPL 1.1
|
||||
@ -67,7 +67,6 @@ BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdbus-devel
|
||||
@ -83,7 +82,6 @@ BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libnspr-devel
|
||||
BuildRequires: libnss-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libstartup-notification-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxcb-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@ -121,6 +119,11 @@ BuildRequires: cbindgen
|
||||
BuildRequires: cbindgen
|
||||
BuildRequires: xorg-server-xvfb
|
||||
BuildRequires: python-zstandard-py3
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: nodejs
|
||||
BuildRequires: lld
|
||||
BuildRequires: nasm
|
||||
BuildRequires: ImageMagick
|
||||
#BuildRequires: python-pygments252
|
||||
BuildRequires: libcxx-devel
|
||||
Provides: xulrunner
|
||||
@ -128,7 +131,7 @@ Obsoletes: xulrunner
|
||||
BuildRoot: %{_tmppath}/firefox-%{version}-root
|
||||
|
||||
%description
|
||||
Mofilla Firefox is the next generation browsing technology from mozilla.org.
|
||||
Mozilla Firefox is the next generation browsing technology from mozilla.org.
|
||||
|
||||
%package devel
|
||||
Summary: Devel files for Mozilla Firefox
|
||||
@ -138,14 +141,15 @@ Provides: xulrunner-devel
|
||||
Obsoletes: xulrunner-devel
|
||||
|
||||
%description devel
|
||||
Mofilla Firefox is the next generation browsing technology from mozilla.org.
|
||||
Mozilla Firefox is the next generation browsing technology from mozilla.org.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
#% debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n mozilla-release-FIREFOX_%{pkgver}_RELEASE -D -T
|
||||
:<< ___EOF
|
||||
%setup -q -n mozilla-release-FIREFOX_%{pkgver}_RELEASE
|
||||
#-D -T
|
||||
#:<< ___EOF
|
||||
|
||||
sed -e 's|__RPM_VERSION_INTERNAL__|%{firefox_internal_version}|' %{PATCH0} | patch -p0
|
||||
|
||||
@ -378,7 +382,7 @@ includedir=%{firefoxincludedir}
|
||||
|
||||
Name: Mozilla Plug-In API
|
||||
Description: Mozilla Plug-In API
|
||||
Version: 84.0.2
|
||||
Version: 85.0.2
|
||||
|
||||
Cflags: -I\${includedir} -DXP_UNIX
|
||||
_EOF
|
||||
@ -1820,6 +1824,9 @@ Zulu language support for Firefox.
|
||||
#%{firefoxappdir}/browser/extensions/langpack-zu@firefox.mozilla.org.xpi
|
||||
|
||||
%changelog
|
||||
* Fri Feb 12 2021 Automatic Build System <autodist@mambasoft.it> 85.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 15 2021 Automatic Build System <autodist@mambasoft.it> 84.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user