Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2026-03-11 20:57:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old)
 and      /work/SRC/openSUSE:Factory/.RemoteBox.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "RemoteBox"

Wed Mar 11 20:57:26 2026 rev:24 rq:1338306 version:3.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes      2025-02-09 
20:32:23.198767924 +0100
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new.8177/RemoteBox.changes    
2026-03-11 20:59:40.420693022 +0100
@@ -1,0 +2,51 @@
+Wed Mar 11 12:15:27 UTC 2026 - ecsos <[email protected]>
+
+- Update to 3.7
+  - RemoteBox now requires VirtualBox 7.2.x
+  - Fixed a bug where assigning Host Only network interfaces fails
+- Changes from 3.6
+  - Fixed regression which caused connection profiles to not be saved correctly
+  - Added RemoteBox preference to surpress missing VirtualBox Extensions dialog
+  - Added RemoteBox preference to surpress unsupported VirtualBox version 
dialog
+  - Added 10 second timeout for SOAP connections
+  - RemoteBox now indicates if the current VM state has changed from the last
+    snapshot
+  - RemoteBox now also sorts the guest groups alphabetically if the 'Sort guest
+    list alphabetically' preference is set.
+  - Some speed optimisations on the GUI code
+- Changes from 3.5
+  - Completely removed the use of GTKBuilder and Glade. The GUI code has now 
been
+    entirely re-written. While there may not be too many visible changes to GUI
+    there might be some regressions and other bugs due to the massive amount of
+    code-change. This needed to happen before any significant feature changes
+    could take place.
+  - The perl modules File::Which and Regexp::Common are now required. Packagers
+    should especially take note.
+  - Added support for running RemoteBox in a web browser by running the command
+    remotebox-web
+  - Added button to clear the message log
+  - Added ability to reset the secure boot keys to the defaults for a guest
+  - Added OS icon for Windows 2025
+  - Added an info button in the RemoteBox preferences to show detected RDP and
+    VNC clients located in your command path
+  - Various GUI tweaks
+  - Updated the default RDP preset for mstsc to look for mstsc.exe isntead. 
This
+    should allow installations in WSL to use the native Microsoft Windows RDP
+    client as an option
+  - Fixed coverting a virtual machine from BIOS to EFI firmware. NVRAM and
+    Platform keys are now created as needed
+  - Fixed a 'Settings' tab caching issue. The wrong tab would sometimes be 
cached
+    leading to stale contents in the widgets
+  - Fixed the initial GUI state for Disk Encryption in the Settings
+  - Fixed HostOnly and HostOnly Named options being swapped around when setting
+    guest network settings
+  - Fixed GTK3 initialisation happening too late in code execution
+  - Fixed many problems with the Host-Only network dialog. Several of these 
were
+    likely regressions
+  - Fixed the Reset menu item not working (regression)
+  - Fixed the GUI not starting with appropriate widgets ghosted etc 
(regression)
+  - Fixed handling of the internal network option in guest settings 
(regression)
+  - Fixed importing appliance images (regression)
+- Rebase fix-env-script-interpreter.patch
+
+-------------------------------------------------------------------

Old:
----
  RemoteBox-3.4.tar.bz2

New:
----
  RemoteBox-3.7.tar.bz2

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

Other differences:
------------------
++++++ RemoteBox.spec ++++++
--- /var/tmp/diff_new_pack.OMViGm/_old  2026-03-11 20:59:41.140722675 +0100
+++ /var/tmp/diff_new_pack.OMViGm/_new  2026-03-11 20:59:41.144722839 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package RemoteBox
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 # to remotebox so filter it
 %global __provides_exclude ^perl\\(vboxService\\)
 Name:           RemoteBox
-Version:        3.4
+Version:        3.7
 Release:        0
 Summary:        A VirtualBox client with remote management
 License:        GPL-2.0-or-later
@@ -50,7 +50,7 @@
 communicate with and manage a VirtualBox server installation.
 
 %prep
-%autosetup -p0
+%autosetup -p1
 # Set the locations of Remotebox's files
 sed -i 's|\$Bin/share/remotebox|%{_datadir}/%{name}|g' remotebox
 sed -i 's|\$Bin/docs|%{_docdir}/%{name}|g' remotebox

++++++ RemoteBox-3.4.tar.bz2 -> RemoteBox-3.7.tar.bz2 ++++++
++++ 38993 lines of diff (skipped)

++++++ fix-env-script-interpreter.patch ++++++
--- /var/tmp/diff_new_pack.OMViGm/_old  2026-03-11 20:59:44.000840464 +0100
+++ /var/tmp/diff_new_pack.OMViGm/_new  2026-03-11 20:59:44.012840958 +0100
@@ -1,11 +1,19 @@
-Index: remotebox
-===================================================================
---- remotebox.orig
-+++ remotebox
+diff -Pdpru RemoteBox-3.7.orig/remotebox RemoteBox-3.7/remotebox
+--- RemoteBox-3.7.orig/remotebox       2025-08-24 07:09:05.000000000 +0200
++++ RemoteBox-3.7/remotebox    2026-03-11 13:21:33.010777622 +0100
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env perl
 +#!/usr/bin/perl
  # ^^^ You may need to change this to the location of your perl interpreter
- # RemoteBox v3.4 (c) 2010-2024 Ian Chapman. Licenced under the terms of the 
GPL
- use strict;
+ # RemoteBox v3.7 (c) 2010-2025 Ian Chapman. Licenced under the terms of the 
GPL
+ #
+diff -Pdpru RemoteBox-3.7.orig/remotebox-web RemoteBox-3.7/remotebox-web
+--- RemoteBox-3.7.orig/remotebox-web   2025-08-24 07:09:05.000000000 +0200
++++ RemoteBox-3.7/remotebox-web        2026-03-11 13:21:38.164649515 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ # ^^^ You may need to change this to the location of your perl interpreter
+ # (c) 2010-2025 Ian Chapman. Licenced under the terms of the GPL
+ #
 

Reply via email to