Skip to content

Commit

Permalink
update 2025-01-15 01:06
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwiedemann committed Jan 15, 2025
1 parent 7443d87 commit 7ac5aaa
Show file tree
Hide file tree
Showing 108 changed files with 3,807 additions and 8,834 deletions.
3 changes: 3 additions & 0 deletions packages/_/_project/_config
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,9 @@ Prefer: -python311-numpy1 -python310-numpy1 -python312-numpy1 -python313-numpy1
# have choice for python3-PyPDF2 >= 2.1.1: python310-pypdf python311-PyPDF2 python311-pypdf python312-pypdf
Prefer: -python310-pypdf -python311-pypdf -python312-pypdf -python313-pypdf

# unresolvable: have choice for translate-toolkit >= 3.14.4: python311-translate-toolkit python311-translate-toolkit-man
Prefer: -python311-translate-toolkit-man

# have choice for pkgconfig(libmarkdown): libmarkdown-devel libmarkdown2-devel
Prefer: -libmarkdown2-devel

Expand Down
17 changes: 10 additions & 7 deletions packages/_/_project/_staging_workflow
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,25 @@
<staging_project name="openSUSE:Factory:Staging:adi:21"/>
<staging_project name="openSUSE:Factory:Staging:adi:111"/>
<staging_project name="openSUSE:Factory:Staging:adi:16"/>
<staging_project name="openSUSE:Factory:Staging:adi:20"/>
<staging_project name="openSUSE:Factory:Staging:adi:82"/>
<staging_project name="openSUSE:Factory:Staging:adi:30"/>
<staging_project name="openSUSE:Factory:Staging:adi:41"/>
<staging_project name="openSUSE:Factory:Staging:adi:43"/>
<staging_project name="openSUSE:Factory:Staging:adi:46"/>
<staging_project name="openSUSE:Factory:Staging:adi:37"/>
<staging_project name="openSUSE:Factory:Staging:adi:53"/>
<staging_project name="openSUSE:Factory:Staging:adi:50"/>
<staging_project name="openSUSE:Factory:Staging:adi:5"/>
<staging_project name="openSUSE:Factory:Staging:adi:7"/>
<staging_project name="openSUSE:Factory:Staging:adi:9"/>
<staging_project name="openSUSE:Factory:Staging:adi:10"/>
<staging_project name="openSUSE:Factory:Staging:adi:1"/>
<staging_project name="openSUSE:Factory:Staging:adi:3"/>
<staging_project name="openSUSE:Factory:Staging:adi:4"/>
<staging_project name="openSUSE:Factory:Staging:adi:5"/>
<staging_project name="openSUSE:Factory:Staging:adi:7"/>
<staging_project name="openSUSE:Factory:Staging:adi:6"/>
<staging_project name="openSUSE:Factory:Staging:adi:8"/>
<staging_project name="openSUSE:Factory:Staging:adi:9"/>
<staging_project name="openSUSE:Factory:Staging:adi:10"/>
<staging_project name="openSUSE:Factory:Staging:adi:11"/>
<staging_project name="openSUSE:Factory:Staging:adi:12"/>
<staging_project name="openSUSE:Factory:Staging:adi:13"/>
<staging_project name="openSUSE:Factory:Staging:adi:14"/>
<staging_project name="openSUSE:Factory:Staging:adi:15"/>
<staging_project name="openSUSE:Factory:Staging:adi:17"/>
</workflow>
Binary file modified packages/n/nodejs-electron/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/n/nodejs-electron/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -1215,4 +1215,12 @@ to Staging:F with it</comment>
<comment></comment>
<requestid>1227019</requestid>
</revision>
<revision rev="141" vrev="1">
<srcmd5>f506964cf4cc92cef923e44b9b856a6c</srcmd5>
<version>33.3.1</version>
<time>1736876444</time>
<user>anag+factory</user>
<comment>electron 33</comment>
<requestid>1237198</requestid>
</revision>
</revisionlist>
15 changes: 0 additions & 15 deletions packages/n/nodejs-electron/ConsumeRadii-linker-error.patch

This file was deleted.

65 changes: 0 additions & 65 deletions packages/n/nodejs-electron/Cr126-abseil-shims.patch

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- src/content/browser/renderer_host/render_frame_host_impl.cc.orig 2023-02-08 21:38:09.974003318 +0100
+++ src/content/browser/renderer_host/render_frame_host_impl.cc 2023-02-13 14:13:50.217792624 +0100
--- src/content/browser/renderer_host/render_frame_host_impl.cc.orig 2024-12-08 18:45:24.018025513 +0100
+++ src/content/browser/renderer_host/render_frame_host_impl.cc 2024-12-20 14:29:00.900380913 +0100
@@ -8,6 +8,7 @@
#include <deque>
#include <limits>
Expand All @@ -8,10 +8,10 @@
#include <optional>
#include <string_view>
#include <tuple>
@@ -1818,7 +1819,12 @@ RenderFrameHostImpl::~RenderFrameHostImp
@@ -2276,7 +2277,12 @@ RenderFrameHostImpl::~RenderFrameHostImp
// completes. Among other things, this ensures that any `SafeRef`s from
// `DocumentService` and `RenderFrameHostUserData` subclasses are still valid
// when their destructors run.
document_associated_data_->RemoveAllServices();
- document_associated_data_.reset();
+ // HACK: Using .reset() here works on MSVC and LLVM libc++ because the std::optional
+ // is still valid while the destructor runs. This does not work on GNU libstdc++
Expand All @@ -22,7 +22,7 @@

// If this was the last active frame in the SiteInstanceGroup, the
// DecrementActiveFrameCount call will trigger the deletion of the
@@ -13254,7 +13260,9 @@ bool RenderFrameHostImpl::DidCommitNavig
@@ -14482,7 +14488,9 @@ bool RenderFrameHostImpl::DidCommitNavig
// RenderFrameHost commits before the navigation commits. This happens
// when the current RenderFrameHost crashes before navigating to a new
// URL.
Expand Down
14 changes: 1 addition & 13 deletions packages/n/nodejs-electron/_constraints
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</conditions>
<hardware>
<memory>
<size unit="G">24</size>
<size unit="G">30</size> <!-- lto1-wpa does really need enormous amounts of memory -->
</memory>
</hardware>
</overwrite>
Expand All @@ -31,16 +31,4 @@
<jobs>8</jobs>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>aarch64</arch>
<arch>armv7l</arch>
<arch>armv6l</arch>
</conditions>
<hardware>
<cpu>
<flag>asimdrdm</flag> <!-- prevent scheduling on old machines -->
</cpu>
</hardware>
</overwrite>
</constraints>
27 changes: 0 additions & 27 deletions packages/n/nodejs-electron/absl-base-dynamic_annotations.patch

This file was deleted.

33 changes: 33 additions & 0 deletions packages/n/nodejs-electron/account_id-missing-optional.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
From dc9db222b929f5da415216134b77d7f3bf141813 Mon Sep 17 00:00:00 2001
From: Ivan Murashov <[email protected]>
Date: Wed, 18 Sep 2024 19:25:42 +0000
Subject: [PATCH] IWYU: Add missing include for std::optional usage in
account_id.h

In the CL https://crrev.com/c/5834683 used std::optional in the
components/account_id/account_id.h, but corresponding include
was missed. Added missing include for std::optional usage.

Bug: 41455655
Change-Id: Ifea71ffb41a8c83051ce95763d9cb836488ca86f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5872821
Commit-Queue: Ivan Murashov <[email protected]>
Reviewed-by: Hidehiko Abe <[email protected]>
Reviewed-by: Xiyuan Xia <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1357262}
---
components/account_id/account_id.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/components/account_id/account_id.h b/components/account_id/account_id.h
index 9804f179139063..e03b974cb481ba 100644
--- a/components/account_id/account_id.h
+++ b/components/account_id/account_id.h
@@ -8,6 +8,7 @@
#include <stddef.h>

#include <functional>
+#include <optional>
#include <ostream>
#include <string>
#include <string_view>
Loading

0 comments on commit 7ac5aaa

Please sign in to comment.