mirror of
https://abf.rosa.ru/djam/firefox-esr78.git
synced 2025-02-24 18:22:47 +00:00
Bug fix
This commit is contained in:
parent
d3edbbed19
commit
f30fffb24c
2 changed files with 24 additions and 1 deletions
|
@ -32,7 +32,7 @@ Summary: Next generation web browser
|
|||
Name: firefox
|
||||
Version: %{major}
|
||||
Epoch: %{ff_epoch}
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: MPLv1+
|
||||
Group: Networking/WWW
|
||||
Url: http://www.mozilla.com/firefox/
|
||||
|
@ -62,6 +62,7 @@ Patch215: firefox-enable-addons.patch
|
|||
Patch219: rhbz-1173156.patch
|
||||
|
||||
Patch300: firefox-56.0-build-error.patch
|
||||
Patch301: rhbz-1497932.patch
|
||||
|
||||
BuildRequires: gtk+2-devel
|
||||
%if %{toolkit_gtk3}
|
||||
|
@ -202,6 +203,7 @@ Files and macros mainly for building Firefox extensions.
|
|||
%patch219 -p2 -b .rhbz-1173156
|
||||
|
||||
%patch300 -p1
|
||||
%patch301 -p1
|
||||
|
||||
pushd js/src
|
||||
autoconf-2.13
|
||||
|
|
21
rhbz-1497932.patch
Normal file
21
rhbz-1497932.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
diff -up firefox-56.0/media/libyuv/libyuv/tools_libyuv/autoroller/unittests/testdata/DEPS.chromium.old firefox-56.0/media/libyuv/libyuv/tools_libyuv/autoroller/unittests/testdata/DEPS.chromium
|
||||
diff -up firefox-56.0/media/webrtc/trunk/Makefile.old firefox-56.0/media/webrtc/trunk/Makefile
|
||||
diff -up firefox-56.0/widget/gtk/mozgtk/mozgtk.c.old firefox-56.0/widget/gtk/mozgtk/mozgtk.c
|
||||
--- firefox-56.0/widget/gtk/mozgtk/mozgtk.c.old 2017-10-04 09:21:56.155553585 +0200
|
||||
+++ firefox-56.0/widget/gtk/mozgtk/mozgtk.c 2017-10-04 09:22:35.562427061 +0200
|
||||
@@ -61,7 +61,6 @@ STUB(gdk_screen_get_height_mm)
|
||||
STUB(gdk_screen_get_n_monitors)
|
||||
STUB(gdk_screen_get_monitor_at_window)
|
||||
STUB(gdk_screen_get_monitor_geometry)
|
||||
-STUB(gdk_screen_get_monitor_workarea)
|
||||
STUB(gdk_screen_get_monitor_height_mm)
|
||||
STUB(gdk_screen_get_number)
|
||||
STUB(gdk_screen_get_resolution)
|
||||
@@ -550,6 +549,7 @@ STUB(gtk_render_line)
|
||||
STUB(gtk_render_option)
|
||||
STUB(gtk_render_slider)
|
||||
STUB(gtk_scale_new)
|
||||
+STUB(gdk_screen_get_monitor_workarea)
|
||||
STUB(gtk_scrollbar_new)
|
||||
STUB(gtk_style_context_add_class)
|
||||
STUB(gtk_style_context_add_region)
|
Loading…
Add table
Reference in a new issue