6
0

Commit Graph

  • f4e13a668a electron 37 main Bruno Pitrus 2025-08-23 18:33:03 +00:00
  • 0d30288363 - New upstream release 35.7.5 * Fixed an issue where shell.openPath was not non-blocking as expected. - Leap 16: compile v8 code with x86-64-v2 instructions since the system requires them * v8-assume-x86-64-v2-support.patch - Fix build on Leap 16 Bruno Pitrus 2025-08-20 07:32:21 +00:00
  • 18b0df467e fix leap 16 Bruno Pitrus 2025-08-13 17:04:25 +00:00
  • 8025b21579 - Enable accelerated video decoding (VAAPI) * vaapi-no-encoders.patch - Drop chromium-vaapi.patch which has been dead code for a while Bruno Pitrus 2025-07-14 09:50:35 +00:00
  • 2975383a80 - New upstream release 36.7.0 * update Node.js to 22.16.0 Bruno Pitrus 2025-07-03 13:00:54 +00:00
  • 3614b376a2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=215 Bruno Pitrus 2025-06-27 04:47:11 +00:00
  • 160ac03bf2 - New upstream release 35.6.0 * Added support for --no-experimental-global-navigator flag * Fixed a potential crash using session.clearData. * Fixed an error when importing electron for the first time from an ESM module loaded by a CJS module. * Fixed an issue where calling Fetch.continueResponse via debugger with WebContentsView could cause a crash. * Fixed an issue where utility processes could leak file handles. - 15.6: use system sqlite in node - add backported python3.14-nodedownload-FancyURLopener.patch to fix build error Bruno Pitrus 2025-06-26 19:00:03 +00:00
  • 6efa3e8ffa OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=213 Bruno Pitrus 2025-06-26 10:04:53 +00:00
  • 3a896e8d16 - New upstream release 35.5.1 * Fixed addChildView() crashes when adding a closed WebContentsView. * Fixed crash when pausing in loops due to missing context when desugared. * Fixed out of bounds read and write in V8 (CVE-2025-5419 bsc#1244020) Bruno Pitrus 2025-06-05 05:16:54 +00:00
  • 0b3b17a608 - New upstream release 35.5.0 * Node 22.15.1 * Added innerWidth and innerHeight options for window.open. #47045 (Also in 36, 37) * Added support for screen.dipToScreenPoint(point) and screen.screenToDipPoint(point) on Linux X11. * Added support for node option --experimental-network-inspection. * Security fixes for for CVE-2025-4609 CVE-2025-4664 (bsc#1243205) - Do not build Chromium extensions support as it's not used by us * reduce-gn-tree.patch * build-without-extensions.patch * build-without-guest-view.patch * extensions-common-assert.patch Bruno Pitrus 2025-05-29 17:44:28 +00:00
  • 0fdcdf9cf7 - Fedora 43+: bacport change to fix build with llhttp 9.3 (node-llhttp9.3.patch) Bruno Pitrus 2025-05-24 15:29:19 +00:00
  • e09e7206ce - New upstream release 35.4.0 * Node 22.15.0 * Added support for system-context-menu on Linux * Fixed a possible crash using the WebView tag and calling focus - Drop CheckPortalAvailabilityOnBusThread-UaF-crash.patch applied upstream - Add system-zstd-in-node.patch to fix build error - 15.6: reverse upstream changes to build with old cares * node-cares-1.21-2.patch * node-cares-1.21-3.patch Bruno Pitrus 2025-05-17 09:23:17 +00:00
  • 46bc2a68a0 - Fix reproducible builds (bsc#1041090) * html_permission_element_strings_map-reproducible.patch - New upstream release 35.3.0 * Fixed xdg portal version detection for file dialogs - Add file_dialog-missing-uint32_t.patch to fix build error - Add backported CheckPortalAvailabilityOnBusThread-UaF-crash.patch to fix gh#electron/electron#47007 - Enable debuginfo in Torque code (torque-debuginfo.patch) - Fix headers installed in wrong location causing node-gyp unable to find config.gypi Bruno Pitrus 2025-05-09 20:23:34 +00:00
  • 25ebf8ffb9 revert due to crashes Bruno Pitrus 2025-05-08 14:18:43 +00:00
  • 1a97376a7d - New upstream release 35.3.0 * Fixed xdg portal version detection for file dialogs - Add file_dialog-missing-uint32_t.patch to fix build error Bruno Pitrus 2025-05-08 09:52:27 +00:00
  • 9bd7722ec6 - New upstream release 35.2.2 * Fixed electron.shell.openExternal and electron.shell.openPath to honor user-defined system defaults on Linux. * Fixed a possible crash when using navigator.bluetooth.requestDevice and the select-bluetooth-device event. * Fixed a potential crash when closing a window with child windows. * Fixed crash when renderer process crashes while webview is reloading. * Fixed the visibleOnAllWorkspaces property on Linux. - Drop electron_usb_delegate-incomplete-UsbDeviceInfo.patch applied upstream Bruno Pitrus 2025-05-01 21:03:38 +00:00
  • bcc854d5a7 - Remove spurious exports of internal functions bloating binary due to incorrectly building libnode with -fvisibility=default * add this bit to use-system-libraries-in-node.patch Bruno Pitrus 2025-04-30 20:21:53 +00:00
  • 032c381875 - Update to 35.2.1 * Chromium 134.0.6998.205 * Node 22.14.0 * V8 13.4 * Removed AVIF image format * Added excludeUrls to webRequest filter and deprecated the use of empty arrays in urls property. * Added fromVersionID on ServiceWorkers to get an instance of ServiceWorkerMain. * Deprecated getPreloads and setPreloads on Session. * Moved 'console-message' arguments into event object. * Added ServiceWorkerMain class to interact with service workers in the main process. * Added contextBridge.executeInMainWorld to safely execute code across world boundaries. * Added frame to 'console-message' event. * Added optional animation parameter to BrowserWindow.setVibrancy. * Added permission support for document.executeCommand("paste"). * Added support for service worker preload scripts. * Support Portal's globalShortcuts. Electron must be run with --enable-features=GlobalShortcutsPortal in order to have the feature working. * see https://github.com/electron/electron/releases/tag/v35.0.0 and https://www.electronjs.org/blog/electron-35-0 for more - Remove Fedora 40 support * drop bundled-minizip.patch * drop quiche-absl-HexStringToBytes.patch - Leap 15.6: use backported wayland-protocols * drop wayland-protocol-toplevel-icon.patch * drop wayland-protocol-toplevel-icon-2.patch * drop wayland-protocol-toplevel-drag.patch - Build with LTO also on 15.6 (so now we enable it everywhere) - Fedora: use system simdjson * merge system-ada-url.patch into use-system-libraries-in-node.patch - Drop no longer applicable patches * account_id-missing-optional.patch * blink-platform-INSIDE_BLINK-Wodr.patch * boringssl-internal-addc-cxx.patch * build-without-extensions.patch * css_attr_value_tainting-missing-once_flag.patch * electron-13-fix-base-check-nomerge.patch * exception_context-missing-variant.patch * fix-build-without-safebrowsing.patch * fix-build-without-service-discovery.patch * ip_protection_data_types-missing-optional.patch * node-compiler.patch * skia_image_decoder_base-missing-stack.patch * vtt_scanner-missing-variant.patch * wayland_connection-Wchanges-meaning.patch - Add backported or upstreamable patches * ax_platform_node_id-fpermissive.patch * browser_process_impl-fix-safe_browsing_mode-0.patch * content_browser_client-incomplete-WebUIController.patch * css_shape_value-constructor.patch * exception_state-constexpr-initializer.patch * fix-build-without-pdf.patch * fix-build-without-video-effects.patch * media_session_uma_helper-missing-optional.patch * object_paint_properties-explicit-specialization-in-non-namespace-scope.patch * perfetto-ThreadTrack-Current-null-dereference.patch * picture_in_picture_window_manager_uma_helper-missing-optional.patch * plugin_utils-build-without-electron_extensions.patch * raw_ptr-fpermissive.patch * resource_response-Wchanges-meaning.patch * resource-Wchanges-meaning.patch * string-hasher-flax-vector-conversions.patch * string_truncator-convert.patch * style_scope-unqualified-To.patch * to_vector-std-projected-gcc119888.patch * unexportable_key_service_impl-Wlto-type-mismatch.patch * xml_document_parser-Wmissing-template-keyword.patch - merge remove-libphonenumber.patch & delete-old-language-detection-which-uses-tflite.patch into remove-ai-language-detection-factory-which-requires-tflite-and-libphonenumber.patch - Revert upstream change which breaks build with old abseil * webrtc-make_ref_counted-absl2024-nullability.patch - Conditionally (15.6) remove feature change which needs new spirv * angle-SPV_BINARY_TO_TEXT_OPTION_NESTED_INDENT.patch - Use system sqlite in node (except 15.6) * system-sqlite.patch - Remove more rust code * chromium-132-no-rust.patch - Actually disable AVIF support without disabling AV1 video * disable-avif-really.patch - Various other build fixes * absl_strings-missing-headers.patch * blink-shape_result-highway.patch * build-without-mesage-center.patch * fix-system-highway.patch * gn-logspam-breaks-install.patch * permission-gcc14.2.patch Bruno Pitrus 2025-04-26 10:25:13 +00:00
  • 53cc1790a7 - Update to 35.2.1 * Chromium 134.0.6998.205 * Node 22.14.0 * V8 13.4 * Removed AVIF image format * Added excludeUrls to webRequest filter and deprecated the use of empty arrays in urls property. * Added fromVersionID on ServiceWorkers to get an instance of ServiceWorkerMain. * Deprecated getPreloads and setPreloads on Session. * Moved 'console-message' arguments into event object. * Added ServiceWorkerMain class to interact with service workers in the main process. * Added contextBridge.executeInMainWorld to safely execute code across world boundaries. * Added frame to 'console-message' event. * Added optional animation parameter to BrowserWindow.setVibrancy. * Added permission support for document.executeCommand("paste"). * Added support for service worker preload scripts. * Support Portal's globalShortcuts. Electron must be run with --enable-features=GlobalShortcutsPortal in order to have the feature working. * see https://github.com/electron/electron/releases/tag/v35.0.0 and https://www.electronjs.org/blog/electron-35-0 for more - Remove Fedora 40 support * drop bundled-minizip.patch * drop quiche-absl-HexStringToBytes.patch - Leap 15.6: use backported wayland-protocols * drop wayland-protocol-toplevel-icon.patch * drop wayland-protocol-toplevel-icon-2.patch * drop wayland-protocol-toplevel-drag.patch - Build with LTO also on 15.6 (so now we enable it everywhere) - Fedora: use system simdjson * merge system-ada-url.patch into use-system-libraries-in-node.patch - Drop no longer applicable patches * account_id-missing-optional.patch * blink-platform-INSIDE_BLINK-Wodr.patch * boringssl-internal-addc-cxx.patch * build-without-extensions.patch * css_attr_value_tainting-missing-once_flag.patch * electron-13-fix-base-check-nomerge.patch * exception_context-missing-variant.patch * fix-build-without-safebrowsing.patch * fix-build-without-service-discovery.patch * ip_protection_data_types-missing-optional.patch * node-compiler.patch * skia_image_decoder_base-missing-stack.patch * vtt_scanner-missing-variant.patch * wayland_connection-Wchanges-meaning.patch - Add backported or upstreamable patches * ax_platform_node_id-fpermissive.patch * browser_process_impl-fix-safe_browsing_mode-0.patch * content_browser_client-incomplete-WebUIController.patch * css_shape_value-constructor.patch * exception_state-constexpr-initializer.patch * fix-build-without-pdf.patch * fix-build-without-video-effects.patch * media_session_uma_helper-missing-optional.patch * object_paint_properties-explicit-specialization-in-non-namespace-scope.patch * perfetto-ThreadTrack-Current-null-dereference.patch * picture_in_picture_window_manager_uma_helper-missing-optional.patch * plugin_utils-build-without-electron_extensions.patch * raw_ptr-fpermissive.patch * resource_response-Wchanges-meaning.patch * resource-Wchanges-meaning.patch * string-hasher-flax-vector-conversions.patch * string_truncator-convert.patch * style_scope-unqualified-To.patch * to_vector-std-projected-gcc119888.patch * unexportable_key_service_impl-Wlto-type-mismatch.patch * xml_document_parser-Wmissing-template-keyword.patch - merge remove-libphonenumber.patch & delete-old-language-detection-which-uses-tflite.patch into remove-ai-language-detection-factory-which-requires-tflite-and-libphonenumber.patch - Revert upstream change which breaks build with old abseil * webrtc-make_ref_counted-absl2024-nullability.patch - Conditionally (15.6) remove feature change which needs new spirv * angle-SPV_BINARY_TO_TEXT_OPTION_NESTED_INDENT.patch - Use system sqlite in node (except 15.6) * system-sqlite.patch - Remove more rust code * chromium-132-no-rust.patch - Actually disable AVIF support without disabling AV1 video * disable-avif-really.patch - Various other build fixes * absl_strings-missing-headers.patch * blink-shape_result-highway.patch * build-without-mesage-center.patch * fix-system-highway.patch * gn-logspam-breaks-install.patch * permission-gcc14.2.patch Bruno Pitrus 2025-04-26 10:14:41 +00:00
  • 945fab1553 - New upstream release 33.4.10 * Fixed ElectronAccessibilityUI bug. * Fixed an inverted conditional that caused broken window borders on Wayland. Bruno Pitrus 2025-04-20 16:07:52 +00:00
  • 7f4cef6ca9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=200 Bruno Pitrus 2025-04-10 09:33:59 +00:00
  • 5c73cd768d - New upstream release 33.4.8 * No user-visible changes - Add swiftshader-llvm20-absoluteSymbols.patch to fix FTBFS on aarch64 Bruno Pitrus 2025-04-10 09:33:30 +00:00
  • a316e88990 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=198 Bruno Pitrus 2025-03-27 10:22:13 +00:00
  • 0dc5d647af - New upsatream release 33.4.7 * Fixed an issue where the resizing border didn't work as expected on Wayland windows Bruno Pitrus 2025-03-27 10:21:11 +00:00
  • 36b18fc3f1 - New upstream release 33.4.6 * Fixed incorrect titlebar in file save dialogs * Fix type confusion in V8 (CVE-2025-1920 bsc#1239216) - Drop chromium-94-ffmpeg-roll.patch to fix ftbfs on Leap Bruno Pitrus 2025-03-20 12:53:28 +00:00
  • 7741cf9ded - New upstream release 33.4.5 * no user-visible changes Bruno Pitrus 2025-03-14 06:47:06 +00:00
  • 9fafb47f75 - New upstream release 33.4.4 * no user-visible changes Bruno Pitrus 2025-03-10 10:15:57 +00:00
  • 94aa6eb1e0 - New upstream release 33.4.3 * Fix use after free in V8 CVE-2025-0445 (bsc#1236806) * Other security fixes for V8: CVE-2025-0995 CVE-2025-0998 (bsc#1237121) Bruno Pitrus 2025-03-09 21:51:59 +00:00
  • 9df379feeb Accepting request 1249082 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2025-02-27 19:59:14 +00:00
  • 3b0efb68e7 Accepting request 1246216 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2025-02-16 10:55:17 +00:00
  • 8929d97857 Accepting request 1245612 from home:alarrosa:branches:devel:languages:nodejs Bruno Pitrus 2025-02-13 11:42:43 +00:00
  • d983b00a7b Accepting request 1244012 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2025-02-06 21:22:54 +00:00
  • 59aa1ae529 Accepting request 1239717 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2025-01-23 06:06:56 +00:00
  • 5610438636 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=187 Bruno Pitrus 2025-01-18 09:43:13 +00:00
  • ad53b513db OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=186 Bruno Pitrus 2025-01-17 21:32:41 +00:00
  • f1b26d612b OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=185 Bruno Pitrus 2025-01-17 10:04:35 +00:00
  • 266d9376d9 Accepting request 1237929 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2025-01-14 20:03:42 +00:00
  • cacaaa99f3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=183 Bruno Pitrus 2025-01-12 20:48:45 +00:00
  • faa6640daa Accepting request 1237196 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2025-01-12 20:37:55 +00:00
  • 8c83bca413 Accepting request 1227018 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-11-28 05:42:29 +00:00
  • 2c5d3b4c57 Accepting request 1226850 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-11-27 09:56:12 +00:00
  • 8c25c9691d Accepting request 1224639 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-11-17 09:22:54 +00:00
  • aa1cf652f7 Accepting request 1223980 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-11-13 15:05:12 +00:00
  • 2f89641587 Accepting request 1223156 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-11-10 09:41:57 +00:00
  • 34326a73f1 Accepting request 1219017 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-10-29 11:55:04 +00:00
  • 9fd135c6e2 Accepting request 1218154 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-10-25 04:44:39 +00:00
  • 5311143648 Accepting request 1208761 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-10-18 05:35:25 +00:00
  • 04cc6e12bc Accepting request 1207030 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-10-11 04:46:50 +00:00
  • 04565962ab OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=172 Bruno Pitrus 2024-09-16 18:31:36 +00:00
  • f9784f9258 Accepting request 1201463 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-09-16 18:02:24 +00:00
  • 9d755bfb6d Accepting request 1200983 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-09-14 08:17:25 +00:00
  • 91a0c6682e Accepting request 1199170 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-09-06 11:21:23 +00:00
  • 1cfe13bbc4 Accepting request 1198859 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-09-05 05:02:09 +00:00
  • f3f182f88f Accepting request 1198000 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-08-31 09:02:17 +00:00
  • d6040e6e92 Accepting request 1194664 from home:ithod:signal Bruno Pitrus 2024-08-19 08:58:03 +00:00
  • 4c6f6790da Accepting request 1194545 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-08-18 12:09:05 +00:00
  • e74c4d2a93 Accepting request 1194024 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-08-14 22:08:54 +00:00
  • 5c391a2c59 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=163 Bruno Pitrus 2024-07-20 12:14:23 +00:00
  • 76781c432a Accepting request 1188790 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-07-20 10:06:30 +00:00
  • 67a4c041b2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=161 Bruno Pitrus 2024-07-14 09:01:13 +00:00
  • 405cf5702b OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=160 Bruno Pitrus 2024-07-12 11:37:44 +00:00
  • 44d4a158cc Accepting request 1187058 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-07-12 10:45:39 +00:00
  • b1444fb587 Accepting request 1185255 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-07-04 04:31:28 +00:00
  • 5877211055 Accepting request 1183968 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-06-29 08:08:03 +00:00
  • b6d1cb6c10 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=156 Bruno Pitrus 2024-06-13 17:21:12 +00:00
  • bce97ac454 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=155 Bruno Pitrus 2024-06-13 17:20:33 +00:00
  • 5968bbfa9c OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=154 Bruno Pitrus 2024-06-13 10:55:08 +00:00
  • 33a99791cc Accepting request 1180391 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-06-13 10:51:02 +00:00
  • 042a08719d Accepting request 1178282 from devel:languages:nodejs Bruno Pitrus 2024-06-03 10:38:37 +00:00
  • 82c926a786 Accepting request 1178181 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-06-02 19:19:59 +00:00
  • ef5e272069 Accepting request 1178179 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-06-02 19:07:03 +00:00
  • 1a1f18fcee Accepting request 1177788 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-05-30 18:16:26 +00:00
  • 406ba87a0f Accepting request 1177416 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-05-28 21:58:52 +00:00
  • 80bce23334 Accepting request 1174404 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-05-16 08:32:33 +00:00
  • 542e43e0b8 Accepting request 1173454 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-05-11 22:39:59 +00:00
  • aea5648173 Accepting request 1172969 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-05-09 17:36:05 +00:00
  • 1445e658ba Accepting request 1171560 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-05-03 09:28:15 +00:00
  • eb3b37261d Accepting request 1171026 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-04-30 18:32:00 +00:00
  • 2a429b3ee5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=142 Bruno Pitrus 2024-04-19 21:21:48 +00:00
  • 026fa6c008 Accepting request 1169276 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-04-19 21:15:15 +00:00
  • 91bf85bb5c Accepting request 1166930 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-04-11 19:00:34 +00:00
  • 65af71ce49 Accepting request 1166705 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-04-10 18:27:10 +00:00
  • 745a3d0d67 Accepting request 1166510 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-04-09 20:17:41 +00:00
  • ee8e43b84d Accepting request 1165323 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-04-04 20:44:56 +00:00
  • 813e001eb6 Accepting request 1163284 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-03-28 10:22:12 +00:00
  • c1d2f1fc97 Accepting request 1160071 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-03-21 10:21:55 +00:00
  • a86f6d501c Accepting request 1158787 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-03-17 16:51:22 +00:00
  • 7566a988dc Accepting request 1157977 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-03-14 12:31:22 +00:00
  • 13a7d58d32 Accepting request 1157417 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-03-13 06:13:54 +00:00
  • efd16e3d7c OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=131 Bruno Pitrus 2024-03-08 05:51:23 +00:00
  • 108b012e87 Accepting request 1156221 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-03-08 05:38:22 +00:00
  • 1ef9755d4e Accepting request 1153603 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-02-29 20:59:08 +00:00
  • 3948c045e7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=128 Bruno Pitrus 2024-02-27 19:23:44 +00:00
  • 680ed95ecc OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=127 Bruno Pitrus 2024-02-27 19:18:59 +00:00
  • d2352147a4 Accepting request 1152479 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-02-27 19:01:54 +00:00
  • 49b83f55af Accepting request 1150174 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-02-24 18:35:27 +00:00
  • 7572262433 Accepting request 1149101 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-02-22 08:55:18 +00:00
  • c8d2bd2b98 Accepting request 1145105 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-02-08 09:52:42 +00:00
  • 1115f8ef5b Accepting request 1143229 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-02-01 09:09:50 +00:00
  • 7a6c2ab836 Accepting request 1141467 from home:dziobian:gulgul-ultron:19 Bruno Pitrus 2024-01-25 09:23:16 +00:00