Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nodejs-electron for openSUSE:Factory 
checked in at 2022-11-29 10:53:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-electron (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs-electron.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs-electron"

Tue Nov 29 10:53:55 2022 rev:45 rq:1038736 version:21.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-electron/nodejs-electron.changes  
2022-11-18 15:43:55.354664747 +0100
+++ 
/work/SRC/openSUSE:Factory/.nodejs-electron.new.1597/nodejs-electron.changes    
    2022-11-29 10:54:27.461147042 +0100
@@ -1,0 +2,8 @@
+Sat Nov 26 20:30:28 UTC 2022 - Bruno Pitrus <brunopit...@hotmail.com>
+- Re-enable optimization of js code compiled into chromium (optimize_webui)
+  which seems to have been disabled by mistake.
+- Remove some more dead-in-Electron chromium code
+- Switch back to default GNU bfd linker on x64.
+- Fix FTBFS on Rawhide (rhbz#2148612)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nodejs-electron.spec ++++++
--- /var/tmp/diff_new_pack.YFjKTA/_old  2022-11-29 10:54:31.757169610 +0100
+++ /var/tmp/diff_new_pack.YFjKTA/_new  2022-11-29 10:54:31.761169631 +0100
@@ -77,8 +77,9 @@
 %else
 
 # Linker selection. GCC only. Default is BFD.
+# You can try different ones if it has problems.
 # arm64 reports relocation errors with BFD.
-%ifarch x86_64 aarch64
+%ifarch aarch64
 %bcond_without gold
 %else
 %bcond_with gold
@@ -547,6 +548,10 @@
 %if %{with system_jxl}
 BuildRequires:  pkgconfig(libjxl)
 %endif
+%if 0%{?fedora} >= 38
+#Work around https://bugzilla.redhat.com/show_bug.cgi?id=2148612
+BuildRequires:  pkgconfig(libmd)
+%endif
 %if %{with system_nghttp2}
 BuildRequires:  pkgconfig(libnghttp2)
 %endif
@@ -1097,7 +1102,6 @@
 
 # do not build some chrome features not used by electron
 myconf_gn+=" enable_vr=false"
-myconf_gn+=" optimize_webui=false"
 myconf_gn+=" enable_reading_list=false"
 myconf_gn+=" enable_reporting=false"
 myconf_gn+=" build_with_tflite_lib=false"
@@ -1108,12 +1112,20 @@
 myconf_gn+=" enable_screen_ai_service=false"
 myconf_gn+=" include_transport_security_state_preload_list=false"
 myconf_gn+=" enable_web_speech=false"
+myconf_gn+=" chrome_wide_echo_cancellation_supported=false"
+myconf_gn+=" enable_dice_support=false"
+myconf_gn+=" enable_downgrade_processing=false"
+myconf_gn+=" enable_click_to_call=false"
+myconf_gn+=" enable_webui_tab_strip=false"
+myconf_gn+=" enable_background_contents=false"
+
 
 #Do not build Chromecast
 myconf_gn+=" enable_remoting=false"
 myconf_gn+=" enable_media_remoting=false"
 
 
+
 myconf_gn+=" enable_library_cdms=false"
 myconf_gn+=" use_pulseaudio=true link_pulseaudio=true"
 myconf_gn+=" is_component_build=false"

Reply via email to