Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2018-03-26 13:13:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/RemoteBox (Old)
 and      /work/SRC/openSUSE:Factory/.RemoteBox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "RemoteBox"

Mon Mar 26 13:13:41 2018 rev:12 rq:590843 version:2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes      2017-06-12 
15:28:18.535248161 +0200
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new/RemoteBox.changes 2018-03-26 
13:13:44.270319516 +0200
@@ -1,0 +2,20 @@
+Mon Nov  6 18:29:46 UTC 2017 - c...@gallochri.com
+
+-Update to 2.4 version 
+-RemoteBox now requires VirtualBox 5.2.x
+-Updated guest icons
+-Added option to enable/disable audio output from a guest
+-Added option to enable/disable audio input to a guest
+-Added option to record audio from the guest when capturing a video
+-Added support for exporting appliances to Oracle Public Cloud 
+Format 1.0
+-Added ability to select a connection profile to use for 
+automatically logging in when starting up RemoteBox.
+-Added option 'Release Keys' to clear any held keys in the case 
+where a host and guest's keyboard status may become out of sync.
+-New guests now automatically have their audio output enabled
+-Fixed: You now can't set video RAM to zero, even though VirtualBox
+reports this as a valid minimum, the guest won't start.
+- env-script-interpreter.patch fix pearl interpreter script
+
+-------------------------------------------------------------------

Old:
----
  RemoteBox-2.3.tar.bz2

New:
----
  RemoteBox-2.4.tar.bz2
  env-script-interpreter.patch

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

Other differences:
------------------
++++++ RemoteBox.spec ++++++
--- /var/tmp/diff_new_pack.WkNgxM/_old  2018-03-26 13:13:45.322281686 +0200
+++ /var/tmp/diff_new_pack.WkNgxM/_new  2018-03-26 13:13:45.326281542 +0200
@@ -23,14 +23,14 @@
 # to remotebox so filter it
 %global __provides_exclude ^perl\\(vboxService\\)
 Name:           RemoteBox
-Version:        2.3
+Version:        2.4
 Release:        0
 Summary:        A VirtualBox client with remote management
 License:        GPL-2.0+
 Group:          System/Emulators/PC
 Url:            http://knobgoblin.org.uk
 Source0:        http://knobgoblin.org.uk/downloads/%{name}-%{version}.tar.bz2
-
+Patch0:         env-script-interpreter.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 Requires:       freerdp
@@ -51,6 +51,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0
 # 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-2.3.tar.bz2 -> RemoteBox-2.4.tar.bz2 ++++++
++++ 27981 lines of diff (skipped)

++++++ env-script-interpreter.patch ++++++
Index: remotebox
===================================================================
--- remotebox.orig
+++ remotebox
@@ -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 v2.4 (c) 2010-2017 Ian Chapman. Licenced under the terms of the GPL
 use strict;

Reply via email to