forked from pool/nodejs-electron
Accepting request 1070589 from home:dziobian:gulgul-ultron:19
- New upstream release 22.3.2 * Fixed window could not go back to maximized state when restored * Improved error messages for contents.takeHeapSnapshot - Disable some debugging code - Revert disablement of _package_note_file on Fedora - Switch to default BFD linker on aarch64 Fedora 36 - Fix FTBFS on Rawhide * angle-ShaderVars-missing-uint32_t.patch * openscreen-gcc13-missing-headers.patch * perfetto-uuid-missing-uint8_t.patch * swiftshader-LRUCache-missing-uint64_t.patch * vulkan_memory_allocator-vk_mem_alloc-missing-snprintf.patch * profiler-missing-uintptr_t.patch * components-gcc13-missing-headers.patch * one_writer_seqlock-missing-uintptr_t.patch * bluetooth_uuid-missing-uint8_t.patch * broker_file_permission-missing-uint64_t.patch * net-third_party-quiche-gcc13-missing-headers.patch * webrtc-base64-missing-uint8_t.patch * ui-gcc13-missing-headers.patch * net-gcc13-missing-headers.patch * extensions-gcc13-missing-headers.patch * target_property-missing-uint32_t.patch * gpu_feature_info-missing-uint32_t.patch * blink-gcc13-missing-headers.patch * effect_paint_property_node-Wchanges-meaning.patch - New upstream release 22.3.1 * no changes - Actually fix -lz inserted in wrong place in the modules build command line OBS-URL: https://build.opensuse.org/request/show/1070589 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=65
This commit is contained in:
33
ui-gcc13-missing-headers.patch
Normal file
33
ui-gcc13-missing-headers.patch
Normal file
@@ -0,0 +1,33 @@
|
||||
--- src/ui/base/prediction/kalman_filter.h.old 2023-03-07 10:51:36.714768200 +0000
|
||||
+++ src/ui/base/prediction/kalman_filter.h 2023-03-08 08:32:35.533343500 +0000
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef UI_BASE_PREDICTION_KALMAN_FILTER_H_
|
||||
#define UI_BASE_PREDICTION_KALMAN_FILTER_H_
|
||||
|
||||
+#include <cstdint>
|
||||
+
|
||||
#include "base/component_export.h"
|
||||
#include "ui/gfx/geometry/matrix3_f.h"
|
||||
|
||||
--- src/ui/gfx/geometry/linear_gradient.h.old 2023-03-07 11:51:36.862768295 +0100
|
||||
+++ src/ui/gfx/geometry/linear_gradient.h 2023-03-08 13:03:18.500668734 +0100
|
||||
@@ -6,6 +6,8 @@
|
||||
#define UI_GFX_LINEAR_GRADIENT_H_
|
||||
|
||||
#include <array>
|
||||
+#include <cstddef>
|
||||
+#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
#include "ui/gfx/geometry/geometry_skia_export.h"
|
||||
--- src/ui/events/types/scroll_types.h.old 2023-03-07 11:51:36.834768269 +0100
|
||||
+++ src/ui/events/types/scroll_types.h 2023-03-08 11:07:48.696799233 +0100
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef UI_EVENTS_TYPES_SCROLL_TYPES_H_
|
||||
#define UI_EVENTS_TYPES_SCROLL_TYPES_H_
|
||||
|
||||
+#include <cstdint>
|
||||
+
|
||||
namespace ui {
|
||||
|
||||
enum class ScrollGranularity : uint8_t {
|
||||
Reference in New Issue
Block a user